]> git.lizzy.rs Git - torbrowser-launcher.git/blob - CHANGELOG.md
Merge branch 'locale-fix' into develop
[torbrowser-launcher.git] / CHANGELOG.md
1 # Tor Browser Launcher Changelog
2
3 ## 0.2.9
4
5 * Fixed crash issue related to Tor Browser 7.5 changing how the currently installed version number is stored
6 * Updated list of Tor Project dist mirrors
7 * Fixed edge case crash for when stdout isn't writable
8 * Updated AppStream metadata
9 * Updated AppArmor profiles
10
11 ## 0.2.8
12
13 * Update URL to check for latest version, which changed in Tor Browser 7
14 * Automatically refresh GPG keyring, to prevent signature verification false positives
15 * Improve GnuPG code by using GPGME if available
16 * Updated AppArmor profiles
17 * Added Czech, Hungarian localization
18
19 ## 0.2.7
20
21 * Updated Tor Browser signing key because they added a new subkey and verification was failing
22 * Updated AppArmor profiles
23 * Improved localization, and added Russian
24
25 ## 0.2.6
26
27 * Fixed bug related to fallback to English feature that caused Settings to crash
28
29 ## 0.2.5
30
31 * Fix issue where Tor Browser Launcher failed to launch if currently installed version of Tor Browser was too old
32 * If Tor Browser download isn't available in your language, fallback to English
33 * Avoid re-downloading tarball if it's already present
34 * Verify GnuPG importing keys using status-fd rather than exit codes
35 * Various AppArmor improvements
36 * Removed unused dependency
37
38 ## 0.2.4
39
40 * Fix signature verification bypass attack, reported by Jann Horn (CVE-2016-3180)
41
42 ## 0.2.3
43
44 * 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
45 * Fix issue with detecting language
46 * Make Tor SOCKS5 proxy configurable, for users not running on 9050
47 * Improved AppArmor profiles
48 * Added translations
49 * Switched from xpm icons to png icons
50 * Changed "Exit" button to "Cancel" button
51 * New package description
52
53 ## 0.2.2
54
55 * Tor Browser Launcher no longer attempts to auto-update, now that Tor Browser has this feature
56 * System Tor is now an optional dependency
57 * Fix issue where downloads fail because of unicode URLs
58 * Removed window management code that stopped working many releases ago, and removed wmctrl dependency
59 * Removed test code that caused signature verification to happen at the wrong time
60
61 ## 0.2.1
62
63 * Stop using RecommendedTBBVersions and start using more reliable "release" channel XML
64 * Converted settings file from pickle format to JSON
65 * Download tarball signatures to verify, rather than SHA256SUMS and signature
66 * Implemented IPolicyForHTTPS to prevent twisted-related crashes in Debian
67 * Some AppArmor fixes
68
69 ## 0.2.0
70
71 * Fix critical bug with new location of start-tor-browser
72 * Silenced some AppArmor denied events from logs
73 * Print less console output
74 * Remove support for accepting links
75 * Added better support for updating over Tor in Fedora
76
77 ## 0.1.9
78
79 * Added option to disable accepting links, to workaround Firefox/Tor Browser issue
80
81 ## 0.1.8
82
83 * Added new Tor Browser signing key
84 * Fixed removing alpha/beta code due to change in RecommendedTBBVersions syntax
85 * Fixed opening links in TBB if you originally opened TBB without clicking a link
86
87
88 ## 0.1.7
89
90 * You can now pass URLs into TBL, and set it as your default browser
91 * Hides TBL window before launching TBB
92 * Default mirror switched to https://dist.torproject.org/
93 * Added AppData file to look better in software centers
94 * Exclude AppArmor profiles in Ubuntu, where they're broken
95
96 ## 0.1.6
97
98 * Updated licensing confusion to just be MIT in all locations
99 * Fixed bug related to TBB 4.0's new folder structure
100 * Updated .desktop files to comply with standards
101
102 ## 0.1.5
103
104 * Split source code into several files
105 * Several AppArmor updates
106 * Prepare for upcoming RecommendedTBBVersion format change
107 * More verbose UI when updating
108 * No longer detaches start-tor-browser as separate process
109 * Temporarily disable AppArmor profiles in Ubuntu
110
111 ## 0.1.4
112
113 * RecommendedTBBVersion URL change
114 * Many AppArmor improvements
115 * Allow installation into a virtualenv
116
117 ## 0.1.3
118
119 * Force installing stable release if available in RecommendedTBBVersions
120 * Removed Mike Perry's signing key and added Erinn Clark's signing key
121 * Fixed AppArmor profiles (thanks to troubadoour)
122
123 ## 0.1.2
124
125 * Updated Dutch translation
126 * Fixed bug with loading mirrors list
127 * Huge refactor of AppArmor profiles
128 * Added OnionShare support to AppArmor profiles
129 * Suppresses output from detached TBB process
130 * Uses freedesktop xdg-user-dirs instead of ~/.torbrowser
131 * Removed all signing keys except Mike Perry's
132 * Made tor and python-txsocksx dependencies to update over Tor by default
133
134 ## 0.1.1
135
136 * Added TBL_SHARE support, to more easily develop without installing systemwide
137 * Modem sound and python-pygame dependency is now optional
138 * Support for updating TBB over Tor using a system Tor
139 * Removed support for stable/alpha preference, forces stable now
140 * Added French translations
141
142 ## 0.1.0
143
144 * Added Polish translations
145 * Version 0.1.0 marks first version in Debian!
146 * Changed GPG release signing key
147   from 5C17616361BD9F92422AC08BB4D25A1E99999697
148   to 0B1491929806596254700155FD720AD9EBA34B1C
149
150 ## 0.0.9
151
152 * Fixed AppArmor rules that were broken in Ubuntu
153 * Added support for basic RPM packaging
154 * Removed un-used dependencies
155 * Fixed URLs to deal with TBB release filename changes
156
157 ## 0.0.8
158
159 * Removed older code that's no longer used
160 * Updated list of Tor mirrors
161 * Replaced certificate for www.torproject.org post-heartbleed
162 * Fixed URLs to deal with TBB release filename changes
163
164 ## 0.0.7
165
166 * Added AppArmor profiles for torbrowser-launcher and TBB
167 * Removed included libs in favor of adding new Debian package dependencies
168
169 ## 0.0.6
170
171 * Fixed URLs to deal with changes in TBB releases for 3.x
172
173 ## 0.0.5
174
175 * Updated paths because TBB 3.x changed directory structure
176 * mirrors.txt now has local version in /usr/local
177 * Updated TBB signature URL
178 * Made optional modem sound when launching Tor, because it's sooo slow :)
179 * Extra check to make sure the latest version is installed