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-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
Fixed
- Blank
Name
fields caused theset-login
handler to crash
1.11.0.0
Added
set-login
now acceptsGroupName
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 aName
field to set the title of an entry
Changed
get-all-logins
returns the passwords for entries
1.10.0.0
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
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 ofName
andUuid
to idenfity the group the entry exists in set-login
now sets theSuccess
field based on the result of theUpdateEntry
orCreateEntry
command instead of always returningtrue
- Changed plugin
UpdateUrl
to themaddhatter/keepasshttp
repository
Removed
- Removed unused(?)
latest-version.txt
file in repo root