Releases: tldr-pages/tlrc
Releases · tldr-pages/tlrc
v1.9.3
- Use native TLS certificates instead of
webpki-roots
~
in the config now expands to the user's home directory (#80)- Fixed wrong next automatic update time in
tldr --offline --info
- Fixed extraction of files that contain
..
in the path from zip archives
Full Changelog: v1.9.2...v1.9.3
v1.9.2
- Enabled SOCKS proxy support (#71)
- Fixed error messages being put on the same line as the previous info message
- Fixed wrong background colors of empty lines if a background color is set in the config
Full Changelog: v1.9.1...v1.9.2
v1.9.1
- Fixed language detection issues when
languages = []
is set in the config (#69)
Full Changelog: v1.9.0...v1.9.1
v1.9.0
- Client specification v2.2
- Fixed rendering of triple brace placeholders (
{{{ ... }}}
no longer shows one brace outside) - On
--update
, the new sha256sums will be compared to the old ones and archives that haven't been updated won't be downloaded anymore - Improved shell completions (#50)
- New config option:
cache.mirror
- The default mirror has been changed from https://raw.githubusercontent.com/tldr-pages/tldr-pages.github.io/main/assets to https://github.com/tldr-pages/tldr/releases/latest/download as per the new client specification
Full Changelog: v1.8.0...v1.9.0
v1.8.0
- Client specification v2.1 (placeholder escaping)
- Improved
--info
output - Bug fixes
Full Changelog: v1.7.1...v1.8.0
v1.7.1
Fix the error on new installations preventing usage of the client entirely if the cache directory does not exist yet.
v1.7.0
- Platforms are now detected from the cache directory
- The
cache.language
config option now overrides environment variables during page resolution pages.en
is now used for English pages.
Full Changelog: v1.6.0...v1.7.0
v1.6.0
Add support for OpenBSD pages.
Full Changelog: v1.5.1...v1.6.0
v1.5.1
Use individual language archives.
Full Changelog: v1.5.0...v1.5.1
v1.5.0
New features
show_platform
config option- Checksum validation of the tldr pages archive
- Warnings about multiple pages with the same name
Full Changelog: v1.4.0...v1.5.0