summarylogtreecommitdiffstats
diff options
context:
space:
mode:
authorKr1ss2020-08-12 10:19:57 +0200
committerKr1ss2020-08-12 10:19:57 +0200
commit13dcb064c58b406e4a9fa15fc3e3a7f32230a2d8 (patch)
treea4b43b1be5a0f377cb706e523dec631493efc456
parente9153b261ec787bde6680add0648eacc20c70c83 (diff)
downloadaur-13dcb064c58b406e4a9fa15fc3e3a7f32230a2d8.tar.gz
update: mdcat-bin 0.21.0-1
upstream release
-rw-r--r--.SRCINFO6
-rw-r--r--CHANGELOG.md16
-rw-r--r--PKGBUILD2
3 files changed, 19 insertions, 5 deletions
diff --git a/.SRCINFO b/.SRCINFO
index 10385dad84f5..92fdbf4ae8dc 100644
--- a/.SRCINFO
+++ b/.SRCINFO
@@ -1,6 +1,6 @@
pkgbase = mdcat-bin
pkgdesc = Sophisticated Markdown rendering for the terminal
- pkgver = 0.20.0
+ pkgver = 0.21.0
pkgrel = 1
url = https://github.com/lunaryorn/mdcat
changelog = CHANGELOG.md
@@ -13,8 +13,8 @@ pkgbase = mdcat-bin
optdepends = librsvg: render svg images in kitty
provides = mdcat
conflicts = mdcat
- source = https://github.com/lunaryorn/mdcat/releases/download/mdcat-0.20.0/mdcat-0.20.0-x86_64-unknown-linux-musl.tar.gz
- b2sums = 0cb0a6a9de22922d82fd6c5118f6c8736b11575148fc1401fdd7502df6fe281fe4f3a53d6d1ea0ec680960df27d5af1037a2ae5cbc69a44333e81f8dccfb8636
+ source = https://github.com/lunaryorn/mdcat/releases/download/mdcat-0.21.0/mdcat-0.21.0-x86_64-unknown-linux-musl.tar.gz
+ b2sums = dd684b0c05eaecf28a3915789b855c9df8cfe7ad55f187dceb5713e78be766275672281aa3f2d7180e3ebd0c726ca69ccb6b05c0a97f7803ca027dc6d9bfec7f
pkgname = mdcat-bin
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
diff --git a/PKGBUILD b/PKGBUILD
index 059fb5e23e1a..29a2ec74d304 100644
--- a/PKGBUILD
+++ b/PKGBUILD
@@ -5,7 +5,7 @@
pkgname=mdcat-bin
_pkgname="${pkgname%-bin}"
-pkgver=0.20.0
+pkgver=0.21.0
pkgrel=1
pkgdesc='Sophisticated Markdown rendering for the terminal'