mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
6.4 KiB
6.4 KiB
Changelog
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.
v1.4.1 (2020-09-04)
- [fixed] Syntax error in zsh completion file (#138)
Contributors to this version:
Thanks!
v1.4.0 (2020-09-03)
- [added] Configurable automatic cache updates (#115)
- [added] Improved color detection and support for
--colorargument andNO_COLORenv variable (#111) - [changed] Make
--listoption comply with official spec (#112) - [changed] Move cache age warning to stderr (#113)
Contributors to this version:
Thanks!
v1.3.0 (2020-02-28)
- [added] New config option for compact output mode (#89)
- [added] New -m/--markdown parameter for raw rendering (#95)
- [added] Provide zsh autocompletion (#86)
- [changed] Require at least Rust 1.39 to build (previous: 1.32)
- [changed] Switch to GitHub actions, CI testing now covers Windows as well (#99)
- [changed] Tweak the "outdated cache" warning message (#97)
- [changed] General maintenance: Upgrade dependencies, fix linter warnings
- [fixed] Fix Fish autocompletion on macOS (#87)
- [fixed] Fix compilation on Windows by disabling pager (#99)
Contributors to this version:
Thanks!
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/-qoption 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
v0.4.0 (2016-11-25)
- [added] Support for new page format
- [changed] Update all dependencies
v0.3.0 (2016-08-01)
- [changed] Update curl dependency
v0.2.0 (2016-04-16)
- First crates.io release