Releases: jscarle/OnePassword.NET
Releases · jscarle/OnePassword.NET
v2.5.0 - Added file attachments and improved item sharing
Compatibility
- Developed and tested with 1Password CLI
2.32.1on Windows amd64.
Breaking changes
ShareItem(...)now returnsItemShareinstead ofvoid.
Changes
- Fixed
ArchiveDocument(IDocument, IVault)so documents are archived instead of deleted. - Redesigned item sharing to return the created share, support unrestricted links, and keep the single-email overloads.
- Added first-class
FileAttachmentandFileAttachmentssupport for creating, editing, listing, saving, and removing item attachments. - Fixed Windows version trimming, item move and document download path handling, group permission revoke behavior, and platform-specific CLI command handling.
- Fixed change tracking and failed create/edit state handling so dirty objects stay dirty on failure and clear correctly after success.
- Clarified the hydrate-edit-save flow for summary items and custom-template items, and added regression coverage for archive behavior, sharing, attachments, version handling, and field edits.
- Updated account compatibility for current 1Password CLI behavior, refreshed live-test gating for capability-limited test accounts, and refreshed package dependencies and build workflows for the 2.5.0 release.
Contributors
- @michaelhachen for PR #92 fixing the archive behavior.
- @kenzauros for PR #84 contributing the initial file attachment support.
Thanks
v2.4.4 - Fixed state and account type enums
- Fixed state and account type enums.
v2.4.3 - Updated to netstandard2.1
- Updated to netstandard2.1 thanks to @jerge
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 moveandop 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
SearchForItemoverload 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 editcommand now supports stdin input so theEditItemcommand 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.