What's Changed
- wincred:
windows/arm64
support by @crazy-max in #279 - osxkeychain:
Delete()
: return typed errors by @thaJeztah in #278 - osxkeychain: match min macos version for xx by @crazy-max in #283
- pass: fix interpolation of
$PASSWORD_STORE_DIR
, and useos.UserHomeDir()
by @thaJeztah in #287 - cli: assorted improvements, and add
--version
,-v
, and--help
,-h
flags by @thaJeztah in #284 - vendor: github.com/danieljoos/wincred v1.2.0 by @thaJeztah in #271
- vendor: golang.org/x/sys v0.7.0 by @crazy-max in #265
- chore: update go to 1.20.6 by @crazy-max @thaJeztah in #297 #293 #281 #263
- chore: use go build constraint by @crazy-max in #289
- credentials: fix minor nits in tests for credentials by @thaJeztah in #291
- credentials: improve errors and error-handling by @thaJeztah in #292
- chore: remove uses of golang.org/x/sys/execabs by @thaJeztah in #270
- chore: format code with gofumpt by @thaJeztah in #273
- chore: rewrite tests to use sub-tests, improve error-handling in tests, and use
t.Cleanup()
by @thaJeztah in #275 - chore: use designated domains in tests (RFC2606) (step 1) by @thaJeztah in #294
- chore: fix vendor validation by @crazy-max in #253
- chore: update xx to 1.2.1 by @crazy-max in #264
- chore: use same target for sandboxed and native tests by @crazy-max in #285
- ci: bump runners to ubuntu-22.04 by @crazy-max in #276
- chore: add
CONTRIBUTING.md
,CODE_OF_CONDUCT.md
,SECURITY.md
by @thaJeztah in #272 - chore: fix build status badge being broken by @okrc in #252
- docs: install emulators when building with docker by @crazy-max in #286
New Contributors
Full Changelog: v0.7.0...v0.8.0