]> git.lizzy.rs Git - torbrowser-launcher.git/blob - CHANGELOG.md
Version bump to 0.2.2 and updated changelog
[torbrowser-launcher.git] / CHANGELOG.md
1 # Tor Browser Launcher Changelog
2
3 ## 0.2.2
4
5 * Tor Browser Lanucher no longer attempts to auto-update, now that Tor Browser has this feature
6 * System Tor is now an optional dependency
7 * Fix issue where downloads fail because of unicode URLs
8 * Removed window management code that stopped working many releases ago, and removed wmctrl dependency
9 * Removed test code that caused signature verification to happen at the wrong time
10
11 ## 0.2.1
12
13 * Stop using RecommendedTBBVersions and start using more reliable "release" channel XML
14 * Converted settings file from pickle format to JSON
15 * Download tarball signatures to verify, rather than SHA256SUMS and signature
16 * Implemented IPolicyForHTTPS to prevent twisted-related crashes in Debian
17 * Some AppArmor fixes
18
19 ## 0.2.0
20
21 * Fix critical bug with new location of start-tor-browser
22 * Silenced some AppArmor denied events from logs
23 * Print less console output
24 * Remove support for accepting links
25 * Added better support for updating over Tor in Fedora
26
27 ## 0.1.9
28
29 * Added option to disable accepting links, to workaround Firefox/Tor Browser issue
30
31 ## 0.1.8
32
33 * Added new Tor Browser signing key
34 * Fixed removing alpha/beta code due to change in RecommendedTBBVersions syntax
35 * Fixed opening links in TBB if you originally opened TBB without clicking a link
36
37
38 ## 0.1.7
39
40 * You can now pass URLs into TBL, and set it as your default browser
41 * Hides TBL window before launching TBB
42 * Default mirror switched to https://dist.torproject.org/
43 * Added AppData file to look better in software centers
44 * Exclude AppArmor profiles in Ubuntu, where they're broken
45
46 ## 0.1.6
47
48 * Updated licensing confusion to just be MIT in all locations
49 * Fixed bug related to TBB 4.0's new folder structure
50 * Updated .desktop files to comply with standards
51
52 ## 0.1.5
53
54 * Split source code into several files
55 * Several AppArmor updates
56 * Prepare for upcoming RecommendedTBBVersion format change
57 * More verbose UI when updating
58 * No longer detaches start-tor-browser as separate process
59 * Temporarily disable AppArmor profiles in Ubuntu
60
61 ## 0.1.4
62
63 * RecommendedTBBVersion URL change
64 * Many AppArmor improvements
65 * Allow installation into a virtualenv
66
67 ## 0.1.3
68
69 * Force installing stable release if available in RecommendedTBBVersions
70 * Removed Mike Perry's signing key and added Erinn Clark's signing key
71 * Fixed AppArmor profiles (thanks to troubadoour)
72
73 ## 0.1.2
74
75 * Updated Dutch translation
76 * Fixed bug with loading mirrors list
77 * Huge refactor of AppArmor profiles
78 * Added OnionShare support to AppArmor profiles
79 * Suppresses output from detached TBB process
80 * Uses freedesktop xdg-user-dirs instead of ~/.torbrowser
81 * Removed all signing keys except Mike Perry's
82 * Made tor and python-txsocksx dependencies to update over Tor by default
83
84 ## 0.1.1
85
86 * Added TBL_SHARE support, to more easily develop without installing systemwide
87 * Modem sound and python-pygame dependency is now optional
88 * Support for updating TBB over Tor using a system Tor
89 * Removed support for stable/alpha preference, forces stable now
90 * Added French translations
91
92 ## 0.1.0
93
94 * Added Polish translations
95 * Version 0.1.0 marks first version in Debian!
96 * Changed GPG release signing key
97   from 5C17616361BD9F92422AC08BB4D25A1E99999697
98   to 0B1491929806596254700155FD720AD9EBA34B1C
99
100 ## 0.0.9
101
102 * Fixed AppArmor rules that were broken in Ubuntu
103 * Added support for basic RPM packaging
104 * Removed un-used dependencies
105 * Fixed URLs to deal with TBB release filename changes
106
107 ## 0.0.8
108
109 * Removed older code that's no longer used
110 * Updated list of Tor mirrors
111 * Replaced certificate for www.torproject.org post-heartbleed
112 * Fixed URLs to deal with TBB release filename changes
113
114 ## 0.0.7
115
116 * Added AppArmor profiles for torbrowser-launcher and TBB
117 * Removed included libs in favor of adding new Debian package dependencies
118
119 ## 0.0.6
120
121 * Fixed URLs to deal with changes in TBB releases for 3.x
122
123 ## 0.0.5
124
125 * Updated paths because TBB 3.x changed directory structure
126 * mirrors.txt now has local version in /usr/local
127 * Updated TBB signature URL
128 * Made optional modem sound when launching Tor, because it's sooo slow :)
129 * Extra check to make sure the latest version is installed