Skip to content

Releases: jscarle/OnePassword.NET

v2.5.0 - Added file attachments and improved item sharing

09 Mar 02:35
5a5c2c6

Choose a tag to compare

Compatibility

  • Developed and tested with 1Password CLI 2.32.1 on Windows amd64.

Breaking changes

  • ShareItem(...) now returns ItemShare instead of void.

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 FileAttachment and FileAttachments support 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

Thanks

v2.4.4 - Fixed state and account type enums

11 Nov 22:39
700a771

Choose a tag to compare

  • Fixed state and account type enums.

v2.4.3 - Updated to netstandard2.1

06 May 00:23
bd9b492

Choose a tag to compare

  • Updated to netstandard2.1 thanks to @jerge

v2.4.2 - Minor fixes

18 Jun 13:54
4075267

Choose a tag to compare

Compatibility

Changes

  • Minor fixes.

v2.4.1 - Added support to move and share items

19 Mar 21:11
c01c24e

Choose a tag to compare

Compatibility

Changes

  • Added support for op item move and op item share.

v2.4.0 - New string ID overloads

14 Mar 22:50
cb08100

Choose a tag to compare

Compatibility

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

28 Feb 17:45
951f723

Choose a tag to compare

Compatibility

Changes

  • Added SearchForItem overload to search for an item by it's ID.

v2.3.3 - Updated edit item usage, fixed signout

19 Jan 11:30
4dd18cb

Choose a tag to compare

Compatibility

Changes

  • The op item edit command now supports stdin input so the EditItem 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

11 Nov 15:34
66419a5

Choose a tag to compare

Compatibility

Changes

  • Added support for tags when creating and editing items.

v2.3.1 - Improved support for app integrated scenarios

08 Nov 23:07
2bd8109

Choose a tag to compare

Compatibility

Changes

  • Improved support for app integrated scenarios.

Contributors

  • @AngryAnt , contributed the changes for this release via PR #55.