0.3.0 (2021-06-20)
- pre-release multiple setup flows
- 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)
- 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)
- make initial components dynamic imports for lazy-load (d841d30)
- improve link opening security (4302368)
- improve link security for those in footer (4a3d7c0)
- workbox console error output (edbbf97)
0.2.5 (2021-04-01)
- 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)
- 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)
- 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)
- disable verify btn when verification completes (e70c56d)
- only display copy btn if clipboard is available (8207c21)
0.2.2 (2021-03-06)
- clear child pass on other inputs changing (e234c8a)
- trim mnemonic input (19b7819)
0.2.1 (2021-03-03)
- replace contact link w/ SrsSec home link & default target to _blank (f873e18)
- unlockPassInput switch to cleartext on wrong pass (35f1cf2)
0.2.0 (2021-02-05)
- 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
-
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)
- footer: add docs link (7241955)
0.1.3 (2021-01-05)
- update footer w/ auto year & email & githash (43bcf25)
0.1.2 (2020-12-10)
- ux: improvements (ab4c4c6)
- autofocus on unlock & add needsSetup helper (9d03894)
0.1.1 (2020-12-03)
- BigInt compatibility for old browsers (711705a)
- add pass formatting & copy
- project structure for pwa & intuitivity
- 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)