summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2015-12-04 18:19:36 -0800
committerMicah Lee <micah@micahflee.com>2015-12-04 18:19:36 -0800
commit9428172571e10b61d938f2c8f1b30ffc8e057537 (patch)
tree1b4aeaec9578494d11af960f7ca8a59ad321c6e8
parent269018bceedf1dde1fc58156580aa71bab7fbc24 (diff)
downloadonionshare-9428172571e10b61d938f2c8f1b30ffc8e057537.tar.gz
onionshare-9428172571e10b61d938f2c8f1b30ffc8e057537.zip
Version bump to 0.8, and updated changelog0.8
-rw-r--r--CHANGELOG.md7
-rw-r--r--install/onionshare.nsi6
-rw-r--r--version2
3 files changed, 12 insertions, 3 deletions
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