Updated changelog and version bump to 1.1.dev1

This commit is contained in:
Micah Lee 2017-05-17 09:10:21 -07:00
parent 6dd3bbb1f5
commit c3cfe68f45
No known key found for this signature in database
GPG Key ID: 403C2657CD994F73
3 changed files with 9 additions and 3 deletions

View File

@ -1,5 +1,11 @@
# OnionShare Changelog
## 1.1
* OnionShare connects to Tor itself now, so opening Tor Browser in the background isn't required
* In Windows and macOS, OnionShare alerts users about updates
* Removed the menu bar, and adding a Settings button
## 1.0
* Fixed long-standing macOS X bug that caused OnionShare to crash on older Macs (!)

View File

@ -5,8 +5,8 @@
# change these with each release
!define INSTALLSIZE 39265
!define VERSIONMAJOR 1
!define VERSIONMINOR 0
!define VERSIONSTRING "1.0.0"
!define VERSIONMINOR 1
!define VERSIONSTRING "1.1.dev1"
RequestExecutionLevel admin

View File

@ -1 +1 @@
1.0
1.1.dev1