Skip to content

Releases: passwordmaker/chrome-passwordmaker

1.0.4

05 Apr 23:42

Choose a tag to compare

1.0.4 - 2025-04-05

  • Added timestamp to profiles by @spartanroc
  • Added ability to sort profiles by modification time by @spartanroc
  • Allow descriptions to be more than one line by @spartanroc
  • Added option to show last profile modification on options page
  • Some code maintenance
  • Updated QUnit to 2.24.1

1.0.3

13 Jan 01:23

Choose a tag to compare

1.0.3 - 2025-01-12

  • Add drag and drop of profiles to options page for issue #157 (drag & drop is disabled if alphanumeric sort is enabled)
  • profile.js is now a class
  • Misc code modernizations and maintenance
  • Updated QUnit to 2.23.0

1.0.2

04 Feb 21:46

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

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

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

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

Choose a tag to compare

0.9.9 - 2023-12-22

  • Sync support should be fixed

0.9.8

21 Dec 00:17

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

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

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