We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a0fe803 commit b19c79eCopy full SHA for b19c79e
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
3
+## 3.4.3 (09/22/2025)
4
+
5
+### Bugfixes
6
7
+* Fixed unpredictable platform selection when displaying pages (thanks [@Managor](https://github.com/Managor)).
8
9
## 3.4.2 (09/12/2025)
10
11
### Bugfixes
tldr.py
@@ -18,7 +18,7 @@
18
import shtab
19
import shutil
20
21
-__version__ = "3.4.2"
+__version__ = "3.4.3"
22
__client_specification__ = "2.3"
23
24
REQUEST_HEADERS = {'User-Agent': 'tldr-python-client'}
0 commit comments