Skip to content

Releases: jonhadfield/sn-cli

0.2.4

27 Feb 13:10
acc74a5

Choose a tag to compare

Changelog

  • acc74a5 enable adding notes from files.

0.2.3

27 Feb 10:16
bad3f03

Choose a tag to compare

Changelog

  • bad3f03 include trash only if requested. add 'get trash' option.
  • 7c00200 update gosn-v2 dependency. support 'trashed' flag on Note type. output trashed Note count in stats.

0.2.2

13 Feb 22:38
009074d

Choose a tag to compare

Changelog

0.2.1

12 Feb 21:13
0bebb40

Choose a tag to compare

Changelog

  • b0953e2 add support for multiple items keys in exports file.
  • af10a09 check error.
  • c347e27 fix issue where calling SaveTags with empty slice would return an error.
  • 14b314d update gosn-v2 dependency to fix export key length issue.
  • bbc0dcc update gosn-v2 to fix item content encryption key length.
  • 0bebb40 update gosn-v2 with uuid and crypto dependency updates.

0.2.0

07 Feb 20:01
03b9751

Choose a tag to compare

Changelog

  • 7b518da reduce repetition of note creation code.
  • 895596d uncapitalise output.
  • 03b9751 update gosn-v2 dependency to improve cache times, and fix multiple issues.

0.2.0-beta7

05 Feb 20:16
30ef9ad

Choose a tag to compare

0.2.0-beta7 Pre-release
Pre-release

Changelog

  • 04dca04 add spinner to export.
  • 30ef9ad fix delete note by uuid by passing uuids correctly.
  • 767be11 update dependency gosn-v2 to fix export marshalling. fix replace feature on notes.
  • cfd2000 update gosn-v2 dependency to fix batch processing issue that broke syncing of 500+ items.

0.2.0-beta6

30 Jan 21:34
7e21f20

Choose a tag to compare

0.2.0-beta6 Pre-release
Pre-release

Changelog

0.2.0-beta4

25 Jan 22:32
5e0341d

Choose a tag to compare

0.2.0-beta4 Pre-release
Pre-release

Changelog

0.2.0-beta1

29 Dec 20:03
e7cb9c0

Choose a tag to compare

0.2.0-beta1 Pre-release
Pre-release

Changelog

  • b4fb54e add export options and improve output.
  • 25224f5 handle json export and import.
  • e48c067 include key params.
  • e7cb9c0 remove unnecessary cleanups and run a go mod tidy.
  • 4c5a57f switch to json only import and export.

0.1.7

27 Nov 14:30
861b639

Choose a tag to compare

Changelog

4272b28 UTC output on version output not required with new date format.
434f5bc allow for different missing file error for windows environments.
00585b7 close db before calling cleanup to prevent removing open file.
e16ba86 fail if there are no items keys returned. fail on cache read, but not if tags are missing.
961f654 fix 'add note' issue where db wasn't closed before adding tags.
4d88d08 trim paths from built binaries and add build time variables.
8639144 use updated terminal library.