Version bump to 1.2 and updated changelog

This commit is contained in:
Micah Lee 2018-01-17 19:36:56 -08:00
parent 7061ac3654
commit 2fc65b4eb0
3 changed files with 14 additions and 4 deletions

View File

@ -1,5 +1,15 @@
# OnionShare Changelog
## 1.2
* New feature: Support for Tor bridges, including obfs4proxy
* New feature: Ability to use a persistent URL
* New feature: Auto-stop timer, to stop OnionShare at a specified time
* New feature: Get notification when Tor connection dies
* Updated versions of python, Qt, tor, and other dependencies that are bundled
* Added ability to supply a custom settings file as a command line arg
* Fixed various small user interface issues
## 1.1
* OnionShare connects to Tor itself now, so opening Tor Browser in the background isn't required

View File

@ -3,10 +3,10 @@
!define ABOUTURL "https:\\onionshare.org\"
# change these with each release
!define INSTALLSIZE 54112
!define INSTALLSIZE 66525
!define VERSIONMAJOR 1
!define VERSIONMINOR 1
!define VERSIONSTRING "1.1"
!define VERSIONMINOR 2
!define VERSIONSTRING "1.2"
RequestExecutionLevel admin

View File

@ -1 +1 @@
1.1
1.2