summarylogtreecommitdiffstats
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md16
1 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 2c9a1759a2a5..a444d656f17e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,19 @@ To publish a new release run `scripts/release` from the project directory.
## [Unreleased]
+## [0.21.0] – 2020-08-12
+
+### Added
+- Add `--paginate` flag to paginate the output of mdcat (see [GH-152]);
+ with this flag mdcat sends it output to `less -R` or any alternative pager set in `$MDCAT_PAGER` or `$PAGER`.
+ This flag also disables all terminal-specific formatting as the pager likely won't support it.
+- Paginate output by default if invoked as `mdless`, that is, if `mdcat` is hard-linked to `mdless`.
+
+### Fixed
+- Render email autolinks (i.e. `<hello@example.com>`) as `mailto:` links.
+
+[GH-152]: https://github.com/lunaryorn/mdcat/issues/152
+
## [0.20.0] – 2020-07-05
### Added
- `mdcat::TerminalCapabilities` now exposes constructors for specific terminal emulators.
@@ -397,4 +410,5 @@ To publish a new release run `scripts/release` from the project directory.
[0.18.4]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.3...mdcat-0.18.4
[0.19.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.18.4...mdcat-0.19.0
[0.20.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.19.0...mdcat-0.20.0
-[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.20.0...HEAD
+[0.21.0]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.20.0...mdcat-0.21.0
+[Unreleased]: https://github.com/lunaryorn/mdcat/compare/mdcat-0.21.0...HEAD