boklm pushed to branch new-release at The Tor Project / Applications / torbrowser-launcher
Commits:
-
c005ffdb
by AsciiWolf at 2025-09-29T18:38:26+02:00
-
f374126b
by AsciiWolf at 2025-10-01T12:50:27+02:00
4 changed files:
- CHANGELOG.md
- setup.py
- share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml
- share/torbrowser-launcher/version
Changes:
1 | 1 | # Tor Browser Launcher Changelog
|
2 | 2 | |
3 | +## 0.3.9
|
|
4 | + |
|
5 | +* Fix PySide6 Debian build dependencies
|
|
6 | +* Keep thread references to fix crash
|
|
7 | +* Use non-deprecated distro.name
|
|
8 | +* Update Czech translation
|
|
9 | + |
|
3 | 10 | ## 0.3.8
|
4 | 11 | |
5 | 12 | * Update Tor Browser gpg key for new subkey (tor-browser-build#40964)
|
... | ... | @@ -36,7 +36,7 @@ from setuptools import setup |
36 | 36 | SHARE = "share"
|
37 | 37 | |
38 | 38 | # detect linux distribution
|
39 | -distro = distro.linux_distribution()[0]
|
|
39 | +distro = distro.name()
|
|
40 | 40 | |
41 | 41 | |
42 | 42 | def file_list(path):
|
... | ... | @@ -56,6 +56,7 @@ |
56 | 56 | <update_contact>boklm@torproject.org</update_contact>
|
57 | 57 | <content_rating type="oars-1.1"/>
|
58 | 58 | <releases>
|
59 | + <release version="0.3.9" date="2025-10-01"/>
|
|
59 | 60 | <release version="0.3.8" date="2025-09-25"/>
|
60 | 61 | <release version="0.3.7" date="2024-01-12"/>
|
61 | 62 | <release version="0.3.6" date="2022-12-13"/>
|
1 | -0.3.8 |
|
1 | +0.3.9 |