boklm pushed to branch main at The Tor Project / Applications / torbrowser-launcher
Commits:
-
0f6b565b
by Nicolas Vigier at 2025-09-25T11:30:15+02:00
-
0bb03dc4
by Nicolas Vigier at 2025-09-25T11:55:54+02:00
4 changed files:
- + .gitlab/issue_templates/Release Prep.md
- CHANGELOG.md
- share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml
- share/torbrowser-launcher/version
Changes:
1 | +# Release Prep for Tor Browser Launcher
|
|
2 | + |
|
3 | +- [ ] Update the version in `share/torbrowser-launcher/version`
|
|
4 | +- [ ] Add new release tag to `share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml`
|
|
5 | +- [ ] Update `CHANGELOG.md`
|
|
6 | +- [ ] Open/review/merge MR with the changes
|
|
7 | +- [ ] Run `git-tag_release.sh` |
1 | 1 | # Tor Browser Launcher Changelog
|
2 | 2 | |
3 | +## 0.3.8
|
|
4 | + |
|
5 | +* Update Tor Browser gpg key for new subkey (tor-browser-build#40964)
|
|
6 | +* Migrate code from PyQt5 to PySide6
|
|
7 | +* Fix window icon under wayland
|
|
8 | +* Move setup.py to setuptools
|
|
9 | +* AppArmor
|
|
10 | + * Update/Add Additional Abstractions
|
|
11 | + * Remove duplicate rule
|
|
12 | + * Allow the Wayland Proxy to run
|
|
13 | + * Don't grant full D-Bus session bus access
|
|
14 | + * Allow unprivileged user namespaces
|
|
15 | + * Allow reading cgroups-v2 CPU bandwidth quota information
|
|
16 | + * Allow executing Firefox' own VA-API probe utility
|
|
17 | + * Allow reading intel-media-driver feature files
|
|
18 | +* Desktop files
|
|
19 | + * Rename desktop files to rDNS format
|
|
20 | + * Add Spanish language
|
|
21 | + * Add Arabic language
|
|
22 | + * Sort translated desktop strings by language
|
|
23 | +* AppStream metadata (metainfo.xml)
|
|
24 | + * Add developer name
|
|
25 | + * Add developer tag
|
|
26 | + * Remove references to Bundle/TBB
|
|
27 | + * Add Arabic language
|
|
28 | +* Documentation
|
|
29 | + * Update README.md for Flatpak name change
|
|
30 | + * Remove modem sound references
|
|
31 | + * Add gitlab issue template to document steps for making a release
|
|
32 | + |
|
3 | 33 | ## 0.3.7
|
4 | 34 | |
5 | 35 | * Use Tor Browser 13.0 new filenames
|
... | ... | @@ -45,6 +45,7 @@ |
45 | 45 | <update_contact>boklm@torproject.org</update_contact>
|
46 | 46 | <content_rating type="oars-1.1"/>
|
47 | 47 | <releases>
|
48 | + <release version="0.3.8" date="2025-09-25"/>
|
|
48 | 49 | <release version="0.3.7" date="2024-01-12"/>
|
49 | 50 | <release version="0.3.6" date="2022-12-13"/>
|
50 | 51 | </releases>
|
1 | -0.3.7 |
|
1 | +0.3.8 |