Releases: jscarle/OnePassword.NET
Releases · jscarle/OnePassword.NET
v2.4.2 - Minor fixes
Compatibility
- Developed and tested with version 2.24.0 of the amd64 build for Windows.
Changes
- Minor fixes.
v2.4.1 - Added support to move and share items
Compatibility
- Developed and tested with version 2.24.0 of the amd64 build for Windows.
Changes
- Added support for
op item move
andop item share
.
v2.4.0 - New string ID overloads
Compatibility
- Developed and tested with version 2.24.0 of the amd64 build for Windows.
Changes
- Added new overloads to most methods to allow specifying IDs as strings for most methods.
- Added missing XML docs.
- Added additional null checks.
- Increased analysis level.
v2.3.4 - Added SearchForItem overload
Compatibility
- Developed and tested with version 2.24.0 of the amd64 build for Windows.
Changes
- Added
SearchForItem
overload to search for an item by it's ID.
v2.3.3 - Updated edit item usage, fixed signout
Compatibility
- Developed and tested with version 2.24.0 of the amd64 build for Windows.
Changes
- The
op item edit
command now supports stdin input so theEditItem
command has been updated to take advantage of this. - An issue with signout was discovered and fixed. Thanks @JohnReinhold for reporting this!
- Additional sign in and sign out tests were added.
v2.3.2 - Added support for tags
Compatibility
- Developed and tested with version 2.22.0 of the amd64 build for Windows.
Changes
- Added support for tags when creating and editing items.
v2.3.1 - Improved support for app integrated scenarios
Compatibility
- Developed and tested with version 2.18.0 of the amd64 build for Windows.
Changes
- Improved support for app integrated scenarios.
Contributors
v2.3.0 - Added support for documents and secrets by reference
Compatibility
- Developed and tested with version 2.18.0 of the amd64 build for Windows.
Changes
- Added support for documents.
- Added support for secrets by reference.
Contributors
- @VictorioBerra, initial support for documents.
v2.2.1 - Added support for custom template categories
Compatibility
- Developed and tested with version 2.18.0 of the amd64 build for Windows.
Changes
- Added support for custom template categories.
v2.2.0 - Added support for service accounts
Compatibility
- Developed and tested with version 2.18.0 of the amd64 build for Windows.
Changes
- Added support for service accounts. See documentation.