]> git.lizzy.rs Git - torbrowser-launcher.git/blobdiff - CHANGELOG.md
Merge branch 'deskos-xp-develop' into develop
[torbrowser-launcher.git] / CHANGELOG.md
index a3c71262302c6a8d4fa1ba263105d7a06dc6a636..ff9d7b5a20d18352e6472fb8ffa6204650b06378 100644 (file)
@@ -1,5 +1,55 @@
 # Tor Browser Launcher Changelog
 
+## 0.2.9
+
+* Fixed crash issue related to Tor Browser 7.5 changing how the currently installed version number is stored
+* Updated list of Tor Project dist mirrors
+* Fixed edge case crash for when stdout isn't writable
+* Updated AppStream metadata
+* Updated AppArmor profiles
+
+## 0.2.8
+
+* Update URL to check for latest version, which changed in Tor Browser 7
+* Automatically refresh GPG keyring, to prevent signature verification false positives
+* Improve GnuPG code by using GPGME if available
+* Updated AppArmor profiles
+* Added Czech, Hungarian localization
+
+## 0.2.7
+
+* Updated Tor Browser signing key because they added a new subkey and verification was failing
+* Updated AppArmor profiles
+* Improved localization, and added Russian
+
+## 0.2.6
+
+* Fixed bug related to fallback to English feature that caused Settings to crash
+
+## 0.2.5
+
+* Fix issue where Tor Browser Launcher failed to launch if currently installed version of Tor Browser was too old
+* If Tor Browser download isn't available in your language, fallback to English
+* Avoid re-downloading tarball if it's already present
+* Verify GnuPG importing keys using status-fd rather than exit codes
+* Various AppArmor improvements
+* Removed unused dependency
+
+## 0.2.4
+
+* Fix signature verification bypass attack, reported by Jann Horn (CVE-2016-3180)
+
+## 0.2.3
+
+* Removed certificate pinning to https://www.torproject.org to avoid issues with upcoming certificate change, and hard-coded minimum Tor Browser version in the release
+* Fix issue with detecting language
+* Make Tor SOCKS5 proxy configurable, for users not running on 9050
+* Improved AppArmor profiles
+* Added translations
+* Switched from xpm icons to png icons
+* Changed "Exit" button to "Cancel" button
+* New package description
+
 ## 0.2.2
 
 * Tor Browser Launcher no longer attempts to auto-update, now that Tor Browser has this feature