Skip to content

Releases: jscarle/OnePassword.NET

v2.1.3 - Added support for desktop app integration

27 May 03:33
7973aec
Compare
Choose a tag to compare

Compatibility

Changes

  • Added support for desktop app integration during the sign-in process. See documentation.

v2.1.2 - Added support for Source Link

14 Jan 20:13
39b76bb
Compare
Choose a tag to compare

Compatibility

Changes

  • The Teams account type has been added to the list of possible account types returned.
  • Added support for Source Link and improved the internal documentation.

v2.1.1 - Added Family account type

13 Jan 20:34
6872d5d
Compare
Choose a tag to compare

Compatibility

Changes

  • The Family account type has been added to the list of possible account types returned.

v2.1.0 - Added Item editing

13 Jan 20:35
d7c0044
Compare
Choose a tag to compare

Compatibility

New methods

  • Items can now be edited with the EditItem method.

Notes

The new minimum .NET version has been changed to .NET 6.0 as .NET 5.0 is now out-of-support. .NET 7.0 was also added as a new target.

v2.0.2 - Complete rewrite for CLI 2 support

27 Aug 17:48
d7bcc42
Compare
Choose a tag to compare

Compatibility

Notes

A complete rewriting of the library was done in order to support version 2 of the CLI. The new minimum .NET version has been changed to .NET 5.0 in order to remove the dependency on Newtonsoft.Json and instead use the built-in System.Text.Json namespace. The object models were reworked and improved for better data coherency with the underlying JSON. The use of records was dropped and replaced with IEquatable and IComparable implementations. Unit tests, which run using the latest version of the CLI against an active 1Password account, were also added to validate both the commands being issued and the JSON received.

v1.1.1 - Added TOTP support

21 Aug 02:29
66738d8
Compare
Choose a tag to compare

Compatibility

Changes

v1.1.0 - Refreshed

21 Aug 02:29
3884c96
Compare
Choose a tag to compare

Compatibility

Breaking changes

  • The signature for CreateDocument was changed in order to be consistent with the rest of the commands that are vault specific.

New method parameters

  • The vault parameter was added for the GetDocument, DeleteDocument, and DeleteItem methods.
  • The description parameter was added for the EditVault method.
  • The deauthorizeDevices and deauthorizeDevicesDelay parameters were added for the Suspend method.

New methods

  • The ArchiveDocument and ArchiveItem methods will archive a document or item instead of deleting it.
  • The Update command will update the op.exe executable to the latest available version.

v1.0.280 - Initial release

21 Aug 02:28
997b6d3
Compare
Choose a tag to compare

Compatibility