Created update_checker module, and logic to load http://elx57ue5uyfplgva.onion/latest-version.txt (this is the OnionShare website's onion site) to check for updates. Also added UX in the settings dialog to force checking for updates. Does not actually do so automatically yet.

This commit is contained in:
Micah Lee 2017-04-15 18:04:05 -07:00
parent fa12784f8b
commit a116d3ae60
5 changed files with 195 additions and 28 deletions

View file

@ -8,6 +8,7 @@ pefile==2016.3.28
PyInstaller==3.2.1
pypiwin32==219
PyQt5==5.8
PySocks==1.6.7
sip==4.19.1
stem==1.5.4
Werkzeug==0.11.15

View file

@ -5,6 +5,7 @@ Jinja2==2.9.5
MarkupSafe==0.23
PyInstaller==3.2.1
PyQt5==5.7.1
PySocks==1.6.7
sip==4.19
stem==1.5.4
Werkzeug==0.11.15