Skip to content

Releases: 99designs/keyring

v1.2.2

19 Dec 05:17
Compare
Choose a tag to compare

Fixed

  • Fix nil pointer access #116
  • Return ErrKeyNotFound when removing missing keychain items #113

v1.2.1

07 Mar 11:27
Compare
Choose a tag to compare

Fixed

  • pass backend: use PASSWORD_STORE_DIR if set #104 #109
  • Fix tilde expansion #108 #110
  • Add golangci-lint and fix linting issues #111

v1.2.0

05 Feb 22:27
Compare
Choose a tag to compare

Fixed

  • wincred: Detect german error message on windows #79
  • secret service: using dashes in keys #82 #83
  • kwallet: empty wallet key error #87
  • build errors on Windows ARM64 #100 #101
  • pass: Expand dir path #86

Added

  • Add Linux kernel keyring (keyctl) backend implementation #91

v1.1.6

25 Sep 12:20
68286ee
Compare
Choose a tag to compare

Fixed

  • Update jose2go to be compatible with go1.15 #75

v1.1.5

24 Apr 04:12
cfbe82d
Compare
Choose a tag to compare

Fixed

  • Check for other errors from gokeychain.AddItem #67
  • Percent-encode filenames with slash #69

v1.1.4

11 Feb 04:35
@pda pda
Compare
Choose a tag to compare

Fixed

  • libsecret: Keys() unlocks collection first #61 (@pda)

v1.1.3

27 Oct 22:26
90a8c37
Compare
Choose a tag to compare

Fixed

  • password store handle keys with '/' in them #53

v1.1.2

26 Aug 23:56
6caaf19
Compare
Choose a tag to compare

Fixed

  • Use new kwallet5 dbus interface

v1.1.1

08 Aug 23:58
Compare
Choose a tag to compare

Fixed

  • Updates the dbus and keychain deps to the latest

v1.1.0

12 Jul 01:21
Compare
Choose a tag to compare

Fixed

  • Remove mentions of aws-vault #42 #41
  • Make backends more consistent #46
  • switch keychain Set() to update existing items instead of delete/add #43

Added

  • Add a basic CLI tool #40
  • Add GetMetadata API #29 #48