v0.27.0
·
3 commits
to refs/heads/main
since this release
This release changes some of the output behavior. In the past the client would write to stdout to tell the user what URI they should open their browser to. Writing to stdout in this way is unexpected for a library. We replace this behavior with the OutOrErrWriter that defaults to dropping output, but can be configured to use stdout.
Changes
- Default OutOrErrWriter to nop @EthanHeilman (#390)
- refactor: remove direct logrus usage @sukujgrg (#377)
🚀 Features
- feat: Support for Key binding with authentik @EthanHeilman (#368)
🐛 Bug Fixes
- feat(providers): add Forgejo Actions OpenID Provider @Blacks-Army (#386)
- fix(client): bind cosigner callback to loopback @EthanHeilman (#391)
- fix: bridge OpenPubkeyBrowserURL into PowerShell via WSLENV on WSL @sukujgrg (#387)