Skip to content

Latest commit

 

History

History
205 lines (116 loc) · 12 KB

CHANGELOG.md

File metadata and controls

205 lines (116 loc) · 12 KB

CHANGELOG

0.3.0 (2021-06-20)

⚠ BREAKING CHANGES

  • pre-release multiple setup flows

Features

  • add enter handler for finish button in nav (1240a42)
  • add improved mobile tooltips globally (cf0b165)
  • add keynav selection to setup option (ce26c00)
  • add menu & post verify BP (949d971)
  • add preliminary mobile tooltip support (7215099)
  • add ptr cursor tooltip indicator for non-mobile (82fd28f)
  • add snackbar alert for post verify of backup phrase (08b3b8c)
  • add store to indicate app unlock (cf5f16a)
  • add title to decryptMnemonic textarea (f482265)
  • clear all local storage on encrypt mnemonic step (1940da8)
  • disable import btn on click (2d758e4)
  • improve input ux (5ad155a)
  • improve nav modal, in prep for menu (0737192)
  • improve setup texts for new setup flows (1238da6)
  • pre-release multiple setup flows (96b0785)
  • provide users with 3 improved setup options (994e418)
  • require dbl click to exit modal boundaries to improve ux (59275f1)
  • save & encrypt backup phrase if necessary (423dc4a)

Bug Fixes

  • 2nd media match should be coarse, not fine (b149446)
  • childPassesHtml to actually be plural (7db32a0)
  • incorrect use of clear, replaced with removeItem (22343bc)
  • nav keys not working on encrypt modal (84fe338)
  • properly overwrite mnemonic for post verify backup phrase (594f87c)
  • rm forced delay on setup prompt (c424f09)
  • tooltips on mobile (06504cc)
  • unblur not working due to disabled (f12d09f)

0.2.6 (2021-04-26)

Features

  • make initial components dynamic imports for lazy-load (d841d30)

Bug Fixes

  • improve link opening security (4302368)
  • improve link security for those in footer (4a3d7c0)
  • workbox console error output (edbbf97)

0.2.5 (2021-04-01)

Features

  • add text blur toggle to child pass output (58fca54)
  • improve mnemonic verification UX (a4f2939)

Bug Fixes

  • blank page when nojs by adding noscript notice (e77cbed)
  • console.err -> error typo (65ad71c)
  • rm entropy from session after encryption (866acc0)

0.2.4 (2021-03-16)

Features

  • add scroll to nav modal container (f4ecd2e)
  • add scroll via auto to nav modal container (40d9009)
  • add step # to nav modal (fc1ce18)

0.2.3 (2021-03-08)

Features

  • add autofocus to encrypt pass input (92c3eaf)
  • add regex/trim to uri/login (b7e53b8)
  • add SKIP option to verify step (44002ea)
  • keep focus on text input during verify (1b26de9)

Bug Fixes

  • disable verify btn when verification completes (e70c56d)
  • only display copy btn if clipboard is available (8207c21)

0.2.2 (2021-03-06)

Features

  • clear child pass on other inputs changing (e234c8a)

Bug Fixes

0.2.1 (2021-03-03)

Features

  • replace contact link w/ SrsSec home link & default target to _blank (f873e18)

Bug Fixes

  • unlockPassInput switch to cleartext on wrong pass (35f1cf2)

0.2.0 (2021-02-05)

⚠ BREAKING CHANGES

  • the keys of charsetDict have been changed to ones that seem more logical, in that x covers all built-in alphanumeric charsets, and * expands this to all + symbols, as the generaly pattern we have atm to denote symbols being present, is by defining the key itself with a symbol, and the wildcard symbol seems perfect for this

Features

  • extract kdf code into own file (f79ae99)
  • linkify commit hash in footer to source code (3491d10)

Bug Fixes

  • fixes worker messaging order (606317b)

  • reactivity bug in verify, inc ctr twice instead of once (8f352c5)

  • argon2: increase safetimeCalc min passes (42b9972)

  • argon2: sets light to correct prod used vars (c848b31)

  • update charsetDict d/x to x/* (d7125b4)

0.1.4 (2021-01-14)

Features

0.1.3 (2021-01-05)

Features

  • update footer w/ auto year & email & githash (43bcf25)

0.1.2 (2020-12-10)

Features

Bug Fixes

  • autofocus on unlock & add needsSetup helper (9d03894)

0.1.1 (2020-12-03)

Bug Fixes

  • BigInt compatibility for old browsers (711705a)

0.1.0 (2020-11-30)

⚠ BREAKING CHANGES

  • add pass formatting & copy
  • project structure for pwa & intuitivity

Features

  • nav: add vim key & titles (5cd8f78)
  • pwa: add webmanifest to public (5d1d9cd)
  • add footer & public imports to App (f78c2b4)
  • add footer component (9390dd8)
  • add more tip constants (cdda4f3)
  • add pass formatting & copy (995a035)
  • first functional prototype (159f297), closes #3 #1 #2
  • make debug detection dynamic (7de1c8e)
  • mnemonic terminology & verification (86c2309)
  • randomize mnemonic verification (bc40ad9)

Bug Fixes

  • css: rm unused class from component (e4d7e49)

  • css: title alignment for clean footer fitment (c493328)

  • project structure for pwa & intuitivity (0e9f73e)