Skip to content

Latest commit

 

History

History
55 lines (33 loc) · 1.94 KB

File metadata and controls

55 lines (33 loc) · 1.94 KB

Changelog

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

Changed

  • Replaced default TLS feature native-tls by rustls-ring. Native TLS makes release process a bit more complicated and heavier static binaries. Rustls + Ring seems to be a better choice.

Removed

  • 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

  • Added support for custom authorization parameters (#4).

Changed

  • Changed default cargo features to native-tls, command, keyring and notify.
  • Made the redirection endpoint optional. If omitted, http://127.0.0.1:0 is used by default, which will start the redirection server on a random port (#3).
  • Replaced on-issue-access-token by hooks.on-issue.
  • Replaced on-refresh-access-token by hooks.on-refresh.

Fixed

  • Fixed release build with native-tls and keyring features.

0.1.0 - 2025-10-24

Changed

  • Init auth and token commands
  • Replaced pimalaya tui by toolbox
  • Bumped all dependencies

Fixed

  • Fix CI and release builds