
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 Add gitlab issue template to document steps for making a release Closes #14 - - - - - 0bb03dc4 by Nicolas Vigier at 2025-09-25T11:55:54+02:00 0.3.8 release - - - - - 4 changed files: - + .gitlab/issue_templates/Release Prep.md - CHANGELOG.md - share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml - share/torbrowser-launcher/version Changes: ===================================== .gitlab/issue_templates/Release Prep.md ===================================== @@ -0,0 +1,7 @@ +# Release Prep for Tor Browser Launcher + +- [ ] Update the version in `share/torbrowser-launcher/version` +- [ ] Add new release tag to `share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml` +- [ ] Update `CHANGELOG.md` +- [ ] Open/review/merge MR with the changes +- [ ] Run `git-tag_release.sh` ===================================== CHANGELOG.md ===================================== @@ -1,5 +1,35 @@ # Tor Browser Launcher Changelog +## 0.3.8 + +* Update Tor Browser gpg key for new subkey (tor-browser-build#40964) +* Migrate code from PyQt5 to PySide6 +* Fix window icon under wayland +* Move setup.py to setuptools +* AppArmor + * Update/Add Additional Abstractions + * Remove duplicate rule + * Allow the Wayland Proxy to run + * Don't grant full D-Bus session bus access + * Allow unprivileged user namespaces + * Allow reading cgroups-v2 CPU bandwidth quota information + * Allow executing Firefox' own VA-API probe utility + * Allow reading intel-media-driver feature files +* Desktop files + * Rename desktop files to rDNS format + * Add Spanish language + * Add Arabic language + * Sort translated desktop strings by language +* AppStream metadata (metainfo.xml) + * Add developer name + * Add developer tag + * Remove references to Bundle/TBB + * Add Arabic language +* Documentation + * Update README.md for Flatpak name change + * Remove modem sound references + * Add gitlab issue template to document steps for making a release + ## 0.3.7 * Use Tor Browser 13.0 new filenames ===================================== share/metainfo/org.torproject.torbrowser-launcher.metainfo.xml ===================================== @@ -45,6 +45,7 @@ <update_contact>boklm@torproject.org</update_contact> <content_rating type="oars-1.1"/> <releases> + <release version="0.3.8" date="2025-09-25"/> <release version="0.3.7" date="2024-01-12"/> <release version="0.3.6" date="2022-12-13"/> </releases> ===================================== share/torbrowser-launcher/version ===================================== @@ -1 +1 @@ -0.3.7 +0.3.8 View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compare... -- View it on GitLab: https://gitlab.torproject.org/tpo/applications/torbrowser-launcher/-/compare... You're receiving this email because of your account on gitlab.torproject.org.