Skip to content

Releases: RoelVB/ChromeKeePass

v2.1.1

07 Apr 18:16
Compare
Choose a tag to compare
  • Fix: Logins would sometimes only show up after reloading the login page
  • Fix: Setting to hide icon from username/password field didn't work

v2.1.0

27 Mar 16:56
Compare
Choose a tag to compare
  • It's now possible to enter a username and/or password into any textfield using the contextmenu (right click)

Release 2.0

13 Jan 10:40
Compare
Choose a tag to compare
  • Lots of improvements and rewritten code
  • Automated testing for more reliable and faster development

Release 1.4.7

28 Sep 18:42
6fd96a3
Compare
Choose a tag to compare

Fixes

  • Handling changing password field (#86 )

Release 1.4.6

04 Jul 15:39
91e8d5f
Compare
Choose a tag to compare
  • Add contenttype header to requests for KeePassHttp (#79)
  • Removed unused 'webNavigation' permission

Release 1.4.4

12 Mar 09:52
3d933e7
Compare
Choose a tag to compare

Fixes

  • For new installations KeePassHttp will be undefined in the chrome.storage (fixes #76)

Release 1.4.3

10 Mar 20:22
00ccbc3
Compare
Choose a tag to compare

Fixes

  • CKP didn't confirm when it was done migration the association key to the new storage location. Thus it kept waiting indefinitely to connect to KeePass

Release 1.4.2

09 Mar 17:39
40ff8af
Compare
Choose a tag to compare

Fixes

  • Moved KeePassHttp key from localStorage to chrome.storage (probable fix for #69)

Release 1.4.1

21 Nov 12:24
eac2c7b
Compare
Choose a tag to compare

Fixes

  • Require a visible usernamefield if the passwordfield is invisible

Release 1.4

21 Sep 19:23
d5d458b
Compare
Choose a tag to compare

Changes

  • Improved dropdown positioning (#60)
  • Improved styling (#59, #58, #56)
  • Better handling of hidden inputfields (#57)
  • Improved handling of autofill (#55)

New

  • Show information if a loginfield is embedded (iframe) into the current page (#61)

Fixes

  • Prevent attaching multiple dropdowns to a single inputfield (1ec870b)