Micah Lee
f64c0d3367
Fixed typo in changelog
2015-11-08 22:19:02 -08:00
Micah Lee
57c99d4edd
Version bump to 0.2.2 and updated changelog
2015-11-08 22:07:46 -08:00
Micah Lee
c860c760ea
Improved readme ( #198 )
2015-11-08 21:21:23 -08:00
Micah Lee
84569a39d5
Updated README, and included new screenshot to show off new settings ( #198 )
2015-11-08 20:43:06 -08:00
Micah Lee
ba92e088d1
Updating names on .desktop files
2015-11-08 20:35:33 -08:00
Micah Lee
30a580f99c
Remove tor and python-txsocksx as dependencies, and make them recommended instead ( #188 )
2015-11-08 20:19:21 -08:00
Micah Lee
bc349cdc60
If Tor Browser is not installed, detect version, download, verify sig, install, and launch. Otherwise just launch. No more checking for updates. ( #198 )
2015-11-08 20:18:07 -08:00
Micah Lee
255ab9cc9e
Update default settings, and settings GUI ( #198 )
2015-11-08 19:44:18 -08:00
Micah Lee
dd86ff7e40
Remove code to bring windows to front, and to get pid of processes, because these stopped working long ago. Also remove wmctrl dependency.
2015-11-08 17:30:47 -08:00
Micah Lee
94d184a26b
Only convert unicode URLs to strings if they are actually unicode ( #205 )
2015-11-08 16:27:03 -08:00
Micah Lee
1ff10552d0
Force download URLs to be strings and not unicode ( #205 )
2015-11-08 16:23:30 -08:00
Micah Lee
ef2c17a34d
Eek, removed testing code that never should have been committed
2015-11-08 16:22:06 -08:00
Micah Lee
17437215a2
Revert "Ensure that the version is a string, not unicode ( #205 )"
...
This reverts commit 83c5b1917d
.
2015-11-08 16:16:20 -08:00
Micah Lee
83c5b1917d
Ensure that the version is a string, not unicode ( #205 )
2015-11-08 16:11:43 -08:00
Micah Lee
de616b147d
Version bump to 0.2.1, and updated changelog
2015-11-05 22:15:35 -08:00
Micah Lee
e1c1027d3b
Added dh-python as a dependency in BUILD.md ( fixes #183 )
2015-11-05 21:29:49 -08:00
Micah Lee
9ad970ade4
Add pygtk2 as a dependency in Fedora ( fixes #200 )
2015-11-05 21:23:36 -08:00
Micah Lee
ab141ee869
Stop using sha256sums.txt and sha256sums.txt.asc ( fixes #180 )
2015-11-05 19:39:16 -08:00
Micah Lee
6c02a7f628
Merge branch 'master' of github.com:micahflee/torbrowser-launcher
2015-11-05 19:19:18 -08:00
Micah Lee
e7145efb79
Merge branch 'boklm-use_torbrowser_updates_xml'
2015-11-05 19:19:05 -08:00
Micah Lee
5bed87dbd2
Merge branch 'use_torbrowser_updates_xml' of https://github.com/boklm/torbrowser-launcher into boklm-use_torbrowser_updates_xml
...
Conflicts:
torbrowser_launcher/common.py
2015-11-05 19:17:49 -08:00
Micah Lee
30c0487d67
Merge pull request #186 from genodeftest/patch-1
...
"preserving your bookmarks and preferences" is not true
2015-11-05 19:02:07 -08:00
Micah Lee
a0634fa8b3
Merge pull request #196 from kraai/master
...
Use IPolicyForHTTPS
2015-11-05 19:00:45 -08:00
Micah Lee
a784435e43
Updated desktop files ( fixes #193 )
2015-11-05 18:54:19 -08:00
Micah Lee
509d2d52e9
Removed Erinn's signing key, because she no longer signs TBB releases
2015-11-05 18:20:32 -08:00
Micah Lee
3aaab8d0a2
Switch settings file from pickle format to json ( fixes #201 )
2015-11-05 18:13:57 -08:00
Nicolas Vigier
e07beac325
Get stable version using torbrowser updater xml
...
The RecommendedTBBVersions file contains current versions of Tor Browser
from all channels, including alpha or beta.
Instead of this, we can use xml file used by Tor Browser's updater in
the "release" channel:
https://dist.torproject.org/torbrowser/update_2/release/Linux_x86_64-gcc3/x/en-US
2015-11-05 23:50:11 +01:00
Matt Kraai
301ae3193e
Use IPolicyForHTTPS
2015-09-07 05:58:34 -07:00
Christian Stadelmann
d9924407ed
"preserving your bookmarks and preferences" is not true
2015-06-07 19:27:47 +02:00
Micah Lee
da48600320
Updated Tor AppArmor profile to be compatible with new OnionShare directory ( #182 )
2015-05-19 13:39:46 -07:00
Micah Lee
39901c6ddc
Stop confining start-tor-browser script with AppArmor, and fix profiles to work with TBB 4.5+ ( #181 )
2015-05-19 13:05:00 -07:00
Micah Lee
0d17b768b3
added dh-python build dependency
2015-05-12 10:35:22 -07:00
Micah Lee
d9ec58f146
updated readme
2015-05-11 16:56:52 -07:00
Micah Lee
068ea1a3c0
Merge branch 'master' of github.com:micahflee/torbrowser-launcher
2015-05-11 16:38:37 -07:00
Micah Lee
5f833d7329
execute ./start-tor-browser.desktop instead of ./Browser/start-tor-browser ( #176 )
2015-05-11 19:20:51 -04:00
Micah Lee
53e6d9c785
updated changelog
2015-05-11 16:20:45 -07:00
Micah Lee
18717f7e85
Added python-txsocksx, tor dependencies to Fedora version, so FC21 supports upgrading over Tor
2015-05-11 19:08:40 -04:00
Micah Lee
7a632e3ba0
version bump to 0.2.0 and updated changelog
2015-05-11 15:27:49 -07:00
Micah Lee
f219f35225
Stop letting Tor Browser act as a default browser
2015-05-11 15:27:32 -07:00
Micah Lee
77a179d766
Stop printing so much console output ( fixes #173 )
2015-05-11 15:22:46 -07:00
Micah Lee
7aa026ff7f
ignore source packages that get generated in some dev environments
2015-05-11 14:09:30 -07:00
Micah Lee
3d9f4edc20
Update location of start-tor-browser for TBB 4.5, and remove accept_links feature #176
2015-05-11 14:04:01 -07:00
Micah Lee
8af8256275
Merge pull request #170 from intrigeri/apparmor-block-devices-uevent
...
AppArmor: silence denied access to /sys/devices/virtual/block/*/uevent.
2015-05-11 13:30:10 -07:00
intrigeri
83f749f0d7
AppArmor: silence denied access to /sys/devices/virtual/block/*/uevent.
...
I've not found any security-related usage of this kernel interface in the Tor
Browser source tree, and the browser seems to work just fine without having
access to it, so let's make AppArmor silently deny it.
Note that this doesn't change any existing behaviour: only logging is affected.
2015-01-29 16:11:57 +00:00
Micah Lee
283fdf1e0e
version bump to 0.1.9 and updated changelog
2015-01-22 10:36:55 -08:00
Micah Lee
cae6579852
updated readme to include Firefox/default browser instructions ( #157 )
2015-01-21 12:13:46 -08:00
Micah Lee
524788efb2
updated BUILD.md for syntax
2015-01-21 11:59:59 -08:00
Micah Lee
3f1146e1a0
add option to disable accepting links (partial fix for #157 )
2015-01-21 11:54:03 -08:00
Micah Lee
f89200838e
version bump to 0.1.8 and updated changelog
2015-01-19 13:33:24 -08:00
Micah Lee
143cbf4ee1
fixing how alphas/betas are removed from available versions list, because formatting changed in RecommendedTBBVersions
2015-01-19 13:00:47 -08:00