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