Skip to content

Releases: passwordmaker/chrome-passwordmaker

0.7.9

21 Sep 23:33
Compare
Choose a tag to compare
  • For issue #137, fill only one username and one password field at a time

0.7.8

21 Sep 19:14
Compare
Choose a tag to compare
  • Addresses issue #137 about filling in too many fields
  • Only convert multi-byte characters when required

0.7.7

10 Sep 21:35
Compare
Choose a tag to compare
  • Fixed a bug in password generation with 4-byte length characters
  • Some optimization and reorganization in the hash algorithm code

0.7.6

28 Aug 18:58
Compare
Choose a tag to compare
  • Some optimization/simplification of a few key functions
  • Changed username field in UI to be dynamic, so a username can be altered within the popup

0.7.5

15 Aug 08:21
Compare
Choose a tag to compare
  • Fixed a username filling bug
  • Changed username field in UI to be static, so a username must be configured in the profile options for it to be populated
  • Fixed a file import bug
  • Some optimizations in popup and settings

0.7.4

13 Aug 11:22
Compare
Choose a tag to compare
  • Added a username filling function #81
  • Improved popup interaction, functionality and appearance
  • Many other small code tweaks and optimizations