diff --git a/CHANGELOG.md b/CHANGELOG.md index 63c862ab..d8b0b6d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/install/onionshare.nsi b/install/onionshare.nsi index 7081acc4..716d3bf9 100644 --- a/install/onionshare.nsi +++ b/install/onionshare.nsi @@ -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" diff --git a/version b/version index 39e898a4..aec258df 100644 --- a/version +++ b/version @@ -1 +1 @@ -0.7.1 +0.8