mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Version bump to 0.8, and updated changelog
This commit is contained in:
parent
269018bcee
commit
9428172571
3 changed files with 12 additions and 3 deletions
|
@ -1,5 +1,12 @@
|
|||
# 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
|
||||
|
||||
* Fixed critical bug in OS X binaries that caused crashes on some computers
|
||||
|
|
|
@ -5,8 +5,8 @@
|
|||
# change these with each release
|
||||
!define INSTALLSIZE 31616
|
||||
!define VERSIONMAJOR 0
|
||||
!define VERSIONMINOR 7
|
||||
!define VERSIONSTRING "0.7.1"
|
||||
!define VERSIONMINOR 8
|
||||
!define VERSIONSTRING "0.8"
|
||||
|
||||
RequestExecutionLevel admin
|
||||
|
||||
|
@ -91,6 +91,7 @@ Section "install"
|
|||
SetOutPath "$INSTDIR\locale"
|
||||
File "${BINPATH}\locale\de.json"
|
||||
File "${BINPATH}\locale\en.json"
|
||||
File "${BINPATH}\locale\eo.json"
|
||||
File "${BINPATH}\locale\es.json"
|
||||
File "${BINPATH}\locale\fi.json"
|
||||
File "${BINPATH}\locale\fr.json"
|
||||
|
@ -220,6 +221,7 @@ FunctionEnd
|
|||
Delete "$INSTDIR\images\server_working.png"
|
||||
Delete "$INSTDIR\locale\de.json"
|
||||
Delete "$INSTDIR\locale\en.json"
|
||||
Delete "$INSTDIR\locale\eo.json"
|
||||
Delete "$INSTDIR\locale\es.json"
|
||||
Delete "$INSTDIR\locale\fi.json"
|
||||
Delete "$INSTDIR\locale\fr.json"
|
||||
|
|
2
version
2
version
|
@ -1 +1 @@
|
|||
0.7.1
|
||||
0.8
|
||||
|
|
Loading…
Reference in a new issue