This project follows semantic versioning.
Possible log types:
[added]
for new features.[changed]
for changes in existing functionality.[deprecated]
for once-stable features removed in upcoming releases.[removed]
for deprecated features removed in this release.[fixed]
for any bug fixes.[security]
to invite users to upgrade in case of vulnerabilities.
- [changed] Update dependencies (?)
- [changed] Require at least Rust 1.36 to build (previous: 1.32)
v1.2.0 (2019-08-10)
- [added] Add Windows support (#77)
- [added] Add support for spaces in commands (#75)
- [added] Add support for Fish-based autocompletion (#71)
- [added] Add pager support (#44)
- [added] Print detected OS with
-v
/--version
(#57) - [changed] OS detection: Treat BSDs as "osx" (#58)
- [changed] Move from curl to reqwest (#61)
- [changed] Move to Rust 2018, require Rust 1.32 (#69 / #84)
- [fixed] Add (back) support for proxies (#68)
Contributors to this version:
Thanks!
v1.1.0 (2018-10-22)
- [added] Configuration file support (#43)
- [added] Allow configuration of colors/style (#43)
- [added] New
--quiet
/-q
option to suppress most non-error messages (#48) - [changed] Require at least Rust 1.28 to build (previous: 1.19)
- [fixed] Fix building on systems with openssl 1.1.1 (#47)
Contributors to this version:
Thanks!
v1.0.0 (2018-02-11)
- [added] Include bash completions (#34)
- [changed] Update all dependencies
- [changed] Require at least Rust 1.19 to build (previous: 1.9)
- [changed] Improved unit/integration testing
- [added] Support for new page format
- [changed] Update all dependencies
- [changed] Update curl dependency
- First crates.io release