Releases: alan-null/keepasshttp
Releases · alan-null/keepasshttp
v2.2.0.0
Added
- New handler
get-login-by-uuid(#30) - Extended
set-loginto include extra fields (#26) - support for HTTPS listener (#32)
- New options section to enable/disable and configure host/port for HTTP and HTTPS listeners
Fixed
- URL trimmed incorrectly when creating a new entry (code)
Changed
- confirmation message for updating existing entries in
set-loginhandler now includes entry name in the title and modified fields in the message body (#31)
Full Changelog: v2.1.0.0...v2.2.0.0
v2.1.0.0
Added
- Integration tests for all API endpoints (#9)
- Abstraction layer for configuration testing (#10] [#12] [#13)
- Possibility to get "group" name when listing credentials (#7)
- Add issue templates for bug reports and feature requests (#16)
- Add new handler
get-logins-by-names(#18) - New endpoint
GET /versionto retrieve current plugin version (version) - Create documentation page (#23)
- UI label and tooltip for Options window
- CheckUpdates configuration option (#28)
- Ability to define key Id for
associaterequests (#29)
Fixed
- The
get-all-loginsfunction does not return all available logins (#11) - The
get-all-loginsfunction does not sort results (#14) - Exception for unknown handler (#15)
- set-login return incorrect status (#17)
- Fix inconsistency in
get*loginshandlers (#20)
Changed
- Refactor code for improved readability and maintainability (#21)
- Refactor and enhance Request/Response models (#27)
Removed
Countproperty from numerous response models where it was redundant (#27)
New Contributors
Full Changelog: v2.0.0.0...v2.1.0.0
v2.0.0.0
v1.8.4.2
This is an old release of KeePassHttp by Perry Nguyen, prior to my fork of the project.