22 lines
672 B
Markdown
22 lines
672 B
Markdown
# Changelog
|
|
|
|
## [Unreleased]
|
|
|
|
Changes yet to be released are documented here.
|
|
|
|
- Fix path expansion when running in systemd
|
|
- Fix bug in netrc writing
|
|
- Add nixos, home-manager, and darwin-nix modules
|
|
|
|
## v0.1.0
|
|
|
|
Initial release.
|
|
|
|
- `login` — browser-based Authorization Code + PKCE flow
|
|
- `refresh` — refresh access token using stored refresh token
|
|
- `service-account` — headless client credentials flow for servers
|
|
- `status` — decode JWT from netrc, show expiry info
|
|
- `logout` — revoke tokens and clean up netrc
|
|
- TOML config with environment variable expansion
|
|
- netrc read/write preserving other entries
|
|
- Nix flake with package, app, checks, and devShell
|