All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
1.1.0 - 2026-02-16
- Replaced default TLS feature
native-tlsbyrustls-ring. Native TLS makes release process a bit more complicated and heavier static binaries. Rustls + Ring seems to be a better choice.
- Removed direct keyring support. Use commands instead. The reason is that keyring support has always been a bit blurry for users. It's hard to know what it truly does behind the scene. Plus it increases the complexity. The same way Ortie CLI exports OAuth logic and simplies usage inside tools, Mimosa CLI does the same for passwords and keyring.
1.0.0 - 2026-02-12
- Added support for custom authorization parameters (#4).
- Changed default cargo features to
native-tls,command,keyringandnotify. - Made the redirection endpoint optional. If omitted,
http://127.0.0.1:0is used by default, which will start the redirection server on a random port (#3). - Replaced
on-issue-access-tokenbyhooks.on-issue. - Replaced
on-refresh-access-tokenbyhooks.on-refresh.
- Fixed release build with
native-tlsandkeyringfeatures.
0.1.0 - 2025-10-24
- Init auth and token commands
- Replaced pimalaya tui by toolbox
- Bumped all dependencies
- Fix CI and release builds