Releases: passwordmaker/chrome-passwordmaker
Releases · passwordmaker/chrome-passwordmaker
1.0.3
1.0.2
1.0.2 - 2024-02-04
- Improve username and password filling
- Detect username field when sites separate username page and password page
- Add SHA-512 integrity check for sjcl.js so users know it's unmodified
- Browser agnostic now instead of Chrome specific
1.0.1
1.0.1 - 2024-01-16
- Fixed and optimized regex profile matching
- Added section for sync information
1.0.0
1.0.0 - 2024-01-14
- We deserve version 1.0.0
- Added ability to reorder profiles
- Added ability to set zoom level of popup
0.10.0
0.10.0 - 2024-01-10
- Source compatible with Firefox (with manifest.json tweak), Chrome, Edge and Opera
- Removed jQuery dependency! and updated QUnit to 2.20.0
- Added a description/notes field that was used in the original PasswordMaker for issue #176
- Profile search function looks at profile name, site list, use this text, username and description
0.9.9
0.9.9 - 2023-12-22
- Sync support should be fixed
0.9.8
0.9.7
0.9.7 - 2023-12-12
- Mention that there are two equivalent versions of the extension on the Chrome Web Store
- Migrated from synchronous localStorage to asynchronous chrome.storage.(local|session) continuation of manifest v3 migration
- Fixed session only password saving after asynchronous migration
0.9.6
0.9.6 - 2023-11-17
- Update Google Web Store URL
0.9.5 - 2023-11-16
- Fixes issue #194
- Fixed expire password timer
- Changed default keyboard shortcut to Alt+X
0.9.4 - 2023-11-07
- Scripting can't run on the Chrome Web Store/Extension Gallery; Manifest v3 maintenance
0.9.3 - 2023-11-06
- Fixes issue #192 where a profile isn't selected when the "Save Password" option is set to "Never Store"
0.9.2 - 2023-11-01
- Migration to manifest v3 and use Clipboard API
- Fixes issue #179 for original PasswordMaker compatibility with symbol character set, may break some user passwords!
- Update jQuery to 3.7.1 and QUnit to 2.19.4
0.9.1 - 2021-05-18
- Removed 'clipboardRead' from manifest
New Chrome Web Store listing
A rollup of some 2018 commits, plus some new minor changes, motivated by the need for a new listing in the Chrome Web Store. See #180. Note that v0.9.0 is skipped because that version was rejected by the store, due to clipboardRead permission, which was then removed.