File tree 2 files changed +13
-1
lines changed
2 files changed +13
-1
lines changed Original file line number Diff line number Diff line change 1
1
# Changelog
2
2
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
+
3
15
## 3.0.0 (10/27/2021)
4
16
5
17
### Breaking
Original file line number Diff line number Diff line change 17
17
import colorama # Required for Windows
18
18
import shtab
19
19
20
- __version__ = "3.0 .0"
20
+ __version__ = "3.1 .0"
21
21
__client_specification__ = "1.5"
22
22
23
23
REQUEST_HEADERS = {'User-Agent' : 'tldr-python-client' }
You can’t perform that action at this time.
0 commit comments