Releases: 99designs/keyring
Releases · 99designs/keyring
v1.2.2
Fixed
- Fix nil pointer access #116
- Return ErrKeyNotFound when removing missing keychain items #113
v1.2.1
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
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
Fixed
- Update jose2go to be compatible with go1.15 #75
v1.1.5
Fixed
- Check for other errors from gokeychain.AddItem #67
- Percent-encode filenames with slash #69
v1.1.4
Fixed
- libsecret:
Keys()
unlocks collection first #61 (@pda)
v1.1.3
Fixed
- password store handle keys with '/' in them #53
v1.1.2
Fixed
- Use new kwallet5 dbus interface
v1.1.1
Fixed
- Updates the dbus and keychain deps to the latest
v1.1.0
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