Skip to content

Releases: maddhatter/keepasshttp

1.12.0.0

26 Aug 14:23
Compare
Choose a tag to compare

Added

  • Responses now include a boolean field Modified on whether or not the KeePass database is modified
  • Added my name to the author's list for this fork

1.11.3.0

03 May 12:38
Compare
Choose a tag to compare

1.11.3.0 (2019-05-03)

Fixed

  • Updated to work with KeePass 2.42

1.11.2.0

22 Feb 15:23
Compare
Choose a tag to compare

1.11.2.0 (2019-02-22)

Fixed

  • generate-password requests were failing
  • Creating a new account with a group name like Root/Sub would create a group litterally named "Group/Sub" vs nested groups. (Modifications to existing entries worked as expected.)

1.11.1.0

10 Jan 14:47
Compare
Choose a tag to compare

Fixed

  • Blank Name fields caused the set-login handler to crash

1.11.0.0

03 Jan 16:14
Compare
Choose a tag to compare

Added

  • set-login now accepts GroupName as a / delimited string for entries and will create the nested group if it doesn't exist
    • The group name should not contain the root group name
    • To specify the root group, use /
  • set-login accepts a Name field to set the title of an entry

Changed

  • get-all-logins returns the passwords for entries

1.10.0.0

02 Jan 19:35
Compare
Choose a tag to compare

Added

  • Added IsRecycled to password entries. Value is even if not recycled and odd if recycled. (Suggested to do [Bool](IsRecycled % 2) to convert to boolean).

1.9.0.1

27 Sep 11:12
706bb2e
Compare
Choose a tag to compare

Added

  • Added get-logins-by-username RequestType to get all logins with a given username (based on upstream PR#227)

Changed

  • Returned entries now contain a Group object consiting of Name and Uuid to idenfity the group the entry exists in
  • set-login now sets the Success field based on the result of the UpdateEntry or CreateEntry command instead of always returning true
  • Changed plugin UpdateUrl to the maddhatter/keepasshttp repository

Removed

  • Removed unused(?) latest-version.txt file in repo root