Skip to content

Releases: passwordmaker/chrome-passwordmaker

1.0.2

04 Feb 21:46
Compare
Choose a tag to compare

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

20 Jan 21:20
Compare
Choose a tag to compare

1.0.1 - 2024-01-16

  • Fixed and optimized regex profile matching
  • Added section for sync information

1.0.0

14 Jan 19:07
Compare
Choose a tag to compare

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

10 Jan 20:13
Compare
Choose a tag to compare

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

23 Dec 00:52
Compare
Choose a tag to compare

0.9.9 - 2023-12-22

  • Sync support should be fixed

0.9.8

21 Dec 00:17
Compare
Choose a tag to compare

0.9.8 - 2023-12-20

  • Fix issue #197
  • Partial fix for sync support

0.9.7

12 Dec 00:58
Compare
Choose a tag to compare

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

17 Nov 21:28
Compare
Choose a tag to compare

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

22 May 02:44
dd692ab
Compare
Choose a tag to compare

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.

0.8.9

30 Apr 23:18
Compare
Choose a tag to compare

0.8.9 - 2018-04-30

  • First try to fix issue #172
  • Cleaned up and refactored expire time code