This repository has been archived by the owner on Aug 30, 2024. It is now read-only.
v1.3.1 — UX on macos
Description
The current implementation of keyrings used cgo directly, which is a pain to release and cross-compile for us.
Instead, we used a workaround which revolved around a local file and a password, but that was terrible UX.
Now uses the default system keyring without cgo.
Potential issues
On systems without any keyring installed by default, you may need to use the KR_ACCESS_TOKEN
env var.
Full Changelog: v1.3.0...v1.3.1