Version bump to 0.8, and updated changelog

This commit is contained in:
Micah Lee 2015-12-04 18:19:36 -08:00
parent 269018bcee
commit 9428172571
3 changed files with 12 additions and 3 deletions

View file

@ -1,5 +1,12 @@
# OnionShare Changelog # OnionShare Changelog
## 0.8
* Add support for ephemeral hidden services
* Stopped leaking sender's locale on download page
* Add support for Tor Messenger as provider of Tor service
* Minor bugfixes, code cleanup, and refactoring
## 0.7.1 ## 0.7.1
* Fixed critical bug in OS X binaries that caused crashes on some computers * Fixed critical bug in OS X binaries that caused crashes on some computers

View file

@ -5,8 +5,8 @@
# change these with each release # change these with each release
!define INSTALLSIZE 31616 !define INSTALLSIZE 31616
!define VERSIONMAJOR 0 !define VERSIONMAJOR 0
!define VERSIONMINOR 7 !define VERSIONMINOR 8
!define VERSIONSTRING "0.7.1" !define VERSIONSTRING "0.8"
RequestExecutionLevel admin RequestExecutionLevel admin
@ -91,6 +91,7 @@ Section "install"
SetOutPath "$INSTDIR\locale" SetOutPath "$INSTDIR\locale"
File "${BINPATH}\locale\de.json" File "${BINPATH}\locale\de.json"
File "${BINPATH}\locale\en.json" File "${BINPATH}\locale\en.json"
File "${BINPATH}\locale\eo.json"
File "${BINPATH}\locale\es.json" File "${BINPATH}\locale\es.json"
File "${BINPATH}\locale\fi.json" File "${BINPATH}\locale\fi.json"
File "${BINPATH}\locale\fr.json" File "${BINPATH}\locale\fr.json"
@ -220,6 +221,7 @@ FunctionEnd
Delete "$INSTDIR\images\server_working.png" Delete "$INSTDIR\images\server_working.png"
Delete "$INSTDIR\locale\de.json" Delete "$INSTDIR\locale\de.json"
Delete "$INSTDIR\locale\en.json" Delete "$INSTDIR\locale\en.json"
Delete "$INSTDIR\locale\eo.json"
Delete "$INSTDIR\locale\es.json" Delete "$INSTDIR\locale\es.json"
Delete "$INSTDIR\locale\fi.json" Delete "$INSTDIR\locale\fi.json"
Delete "$INSTDIR\locale\fr.json" Delete "$INSTDIR\locale\fr.json"

View file

@ -1 +1 @@
0.7.1 0.8