Skip to content

Releases: pimalaya/ortie

v1.1.0

16 Feb 00:04
v1.1.0
de78e83

Choose a tag to compare

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.

v1.0.0

12 Feb 20:50
v1.0.0
975f35e

Choose a tag to compare

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.

v0.1.0

24 Oct 16:33
v0.1.0
4e2e01d

Choose a tag to compare

This is the first release of Ortie CLI, and will serve as a solid basis for the future.