All notable changes to this project will be documented in this file. This project is forked from pfn/keepasshttp - this document only includes changes after that fork.
- 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 (2019-05-03)
- Updated to work with KeePass 2.42
1.11.2.0 (2019-02-22)
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 (2019-01-04)
- Blank
Name
fields caused theset-login
handler to crash
1.11.0.0 (2019-01-03)
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
get-all-logins
returns the passwords for entries
1.10.0.0 (2019-01-02)
- 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 (2018-09-27)
- Added
get-logins-by-username
RequestType to get all logins with a given username (based on upstream PR#227)
- Returned entries now contain a
Group
object consisting ofName
andUuid
to identify 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 unused(?)
latest-version.txt
file in repo root