You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+16-4
Original file line number
Diff line number
Diff line change
@@ -1,5 +1,17 @@
1
1
# Changelog
2
2
3
+
## 2.0.0 (07/19/2021)
4
+
5
+
*__breaking__ Drop support for Python 3.5 (thanks [@nebnola](https://github.com/nebnola))
6
+
7
+
### Features
8
+
9
+
* Allow overriding system language using `TLDR_LANGUAGE` environment variable (thanks [@nebnola](https://github.com/nebnola))
10
+
11
+
### Fixes
12
+
13
+
* Improve wording of missing page error message (thanks [@CleanMachine1](https://github.com/CleanMachine1))
14
+
3
15
## 1.2.1 (04/01/2021)
4
16
5
17
### Fixes
@@ -20,12 +32,12 @@
20
32
21
33
### Features
22
34
23
-
* Add autocomplete and `--list` command (thanks @wcheang)
24
-
* Always fall back to English for LANG / LANGUAGE env vars (thanks @columbarius)
35
+
* Add autocomplete and `--list` command (thanks [@wcheang](https://github.com/wcheang))
36
+
* Always fall back to English for LANG / LANGUAGE env vars (thanks [@columbarius](https://github.com/columbarius))
25
37
26
38
### Fixes
27
39
28
-
* Exit with code `1` when command not found (thanks @samuel-w)
40
+
* Exit with code `1` when command not found (thanks [@samuel-w](https://github.com/samuel-w))
29
41
* Check that cache directory exists on platform before using it
30
42
31
43
## 1.0.0 (05/16/2020)
@@ -37,7 +49,7 @@
37
49
*__breaking__ Remove ability to print out multiple pages at the same time
38
50
*__breaking__ Make `--update` act the same as `--download_cache`, remove ability to only update currently cached pages
39
51
*__breaking__ Remove `--download_cache` flag (redundant to `--update`)
40
-
*__breaking__ Remove printing of tldr page to console width, and remove any ability to paint blank lines (see #98 for more info)
52
+
*__breaking__ Remove printing of tldr page to console width, and remove any ability to paint blank lines (see [#98](https://github.com/tldr-pages/tldr-python-client/pull/98) for more info)
41
53
* Verify if colors specified via environment variables are valid, fallback to default if not
42
54
* Set `User-Agent` header for urlopen requests
43
55
* Allow specifying endpoints for pages and cache via environment variables
0 commit comments