File tree Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Expand file tree Collapse file tree 2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 11# Changelog
22
3+ ## 3.1.0 (02/16/2022)
4+
5+ ### Features
6+
7+ * Add ` --search ` option to find tldr pages based on keywords (thanks [ @gotlougit ] ( https://github.com/gotlougit ) )
8+ * Specify support for v1.5 of the [ tldr client specification] ( https://github.com/tldr-pages/tldr/blob/main/CLIENT-SPECIFICATION.md )
9+
10+ ### Bugfixes
11+
12+ * Command names are lowercased before searching for page
13+ * Fix color printing for tokens that end with curly braces
14+
315## 3.0.0 (10/27/2021)
416
517### Breaking
Original file line number Diff line number Diff line change 1717import colorama # Required for Windows
1818import shtab
1919
20- __version__ = "3.0 .0"
20+ __version__ = "3.1 .0"
2121__client_specification__ = "1.5"
2222
2323REQUEST_HEADERS = {'User-Agent' : 'tldr-python-client' }
You can’t perform that action at this time.
0 commit comments