mirror of
https://github.com/tealdeer-rs/tealdeer.git
synced 2026-08-09 09:49:10 +02:00
1.8 KiB
1.8 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.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