Changelog
Breaking
- Drop support for EOL versions Python 3.6 and Python 3.7.
Bugfixes
- Return
str
instead oflist
when executingtldr -l
(thanks @uunnxx) - Use pathlib instead of os.path (thanks @vitorhcl)
- Respect language settings when geting a list of commands (thanks @frenzymadness)
- Fix
--search
option (thanks @CleanMachine1)
Features
- Add support for BSD platform directories (thanks @vitorhcl)
- Add
--update
long option (thanks @owenvoke) - Add support for fetching individual translation archives for cache (thanks @SaurabhDRao)
- Add support to show message for other versions of the same page in other platforms (thanks @Jaimepas77)
- Update
DOWNLOAD_CACHE_LOCATION
to use GitHub Releases (thanks @vitorhcl) - Add
macos
alias forosx
directory and update--platform
option (thanks @patricedenis) - Add support for escaping placeholders for special pages (thanks @kbdharun)
- Add support for Python 3.11 and Python 3.12 (thanks @kbdharun)
- Add support for Client Specification v2.2
Chronological Changelog
- Fix typo in CHANGELOG.md by @waldyrious in #214
- Add support for Snap by @soumyaDghosh in #215
- CI: add Snap build to test.yml by @kbdharun in #216
- chore/ci: update runner to ubuntu-latest, minor fixes in comments by @kbdharun in #223
- fix: return
str
instead oflist
when executingtldr -l
by @uunnxx in #222 - chore: bump actions, set dependabot config and default eol by @kbdharun in #225
- Bump actions/checkout from 3 to 4 by @dependabot in #226
- docs: add Repology badge to README by @vitorhcl in #227
- feat: add BSD platforms to OS_DIRECTORIES by @vitorhcl in #228
- feat: add
--update
to match client spec by @owenvoke in #232 - Fetch individual translation archives for cache (#217) by @SaurabhDRao in #218
- refactor: use pathlib instead of os.path by @vitorhcl in #224
- Respect language settings when geting a list of commands by @frenzymadness in #239
- tldr.py: fix search by @CleanMachine1 in #244
- Notice other versions of the same page by @Jaimepas77 in #208
- fix: update assets URL and create directories recursively by @vitorhcl in #245
- feat : update platforms list and the --platform option by @patricedenis in #246
- feat: add support for placeholder escaping, prep for release, misc by @kbdharun in #247
New Contributors
- @soumyaDghosh made their first contribution in #215
- @uunnxx made their first contribution in #222
- @dependabot made their first contribution in #226
- @vitorhcl made their first contribution in #227
- @SaurabhDRao made their first contribution in #218
Full Changelog: 3.2.0...3.3.0