Releases: maddhatter/keepasshttp
Releases · maddhatter/keepasshttp
1.12.0.0
1.11.3.0
1.11.3.0 (2019-05-03)
Fixed
- Updated to work with KeePass 2.42
1.11.2.0
1.11.2.0 (2019-02-22)
Fixed
generate-passwordrequests were failing- Creating a new account with a group name like
Root/Subwould create a group litterally named "Group/Sub" vs nested groups. (Modifications to existing entries worked as expected.)
1.11.1.0
Fixed
- Blank
Namefields caused theset-loginhandler to crash
1.11.0.0
Added
set-loginnow acceptsGroupNameas 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-loginaccepts aNamefield to set the title of an entry
Changed
get-all-loginsreturns the passwords for entries
1.10.0.0
Added
- Added
IsRecycledto 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
Added
- Added
get-logins-by-usernameRequestType to get all logins with a given username (based on upstream PR#227)
Changed
- Returned entries now contain a
Groupobject consiting ofNameandUuidto idenfity the group the entry exists in set-loginnow sets theSuccessfield based on the result of theUpdateEntryorCreateEntrycommand instead of always returningtrue- Changed plugin
UpdateUrlto themaddhatter/keepasshttprepository
Removed
- Removed unused(?)
latest-version.txtfile in repo root