summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2018-02-24 14:39:15 -0800
committerMicah Lee <micah@micahflee.com>2018-02-24 14:39:15 -0800
commitca754faa3bca497c3e7ccfebf508c4722cc2c89d (patch)
treea8f8bc2392c02cb5ba862d742d7d501d62278623
parentdface51dd0e00e4316d5384d14fe77568e51bf41 (diff)
parent606123db91c44b8341e1dd8f01ae703375072912 (diff)
downloadonionshare-ca754faa3bca497c3e7ccfebf508c4722cc2c89d.tar.gz
onionshare-ca754faa3bca497c3e7ccfebf508c4722cc2c89d.zip
Merge branch 'version_1.3_bump' of https://github.com/mig5/onionshare into mig5-version_1.3_bump
-rw-r--r--CHANGELOG.md15
-rw-r--r--install/onionshare.nsi6
-rw-r--r--share/version.txt2
3 files changed, 19 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index ecd0549d..6169840b 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,20 @@
# OnionShare Changelog
+## 1.3
+
+* Major UI redesign, introducing many UX improvements
+* Client-side web interfact redesigned
+* New feature: Support for meek_lite pluggable transports (Amazon and Azure)
+* New feature: Support for custom obfs4 and meek-lite bridges
+* New feature: ability to cancel share before it starts
+* Bug fix: the UpdateChecker no longer blocks the UI when checking
+* Bug fix: simultaneous downloads (broken in 1.2)
+* Update Tor to 0.2.3.9
+* Improved support for BSD
+* Updated French and Danish translations
+* Minor build script and build documentation fixes
+* Add flake8 tests
+
## 1.2
* New feature: Support for Tor bridges, including obfs4proxy
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index c296d3a0..4030636a 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -3,10 +3,10 @@
!define ABOUTURL "https:\\onionshare.org\"
# change these with each release
-!define INSTALLSIZE 66525
+!define INSTALLSIZE 66537
!define VERSIONMAJOR 1
-!define VERSIONMINOR 2
-!define VERSIONSTRING "1.2"
+!define VERSIONMINOR 3
+!define VERSIONSTRING "1.3"
RequestExecutionLevel admin
diff --git a/share/version.txt b/share/version.txt
index 5625e59d..7e32cd56 100644
--- a/share/version.txt
+++ b/share/version.txt
@@ -1 +1 @@
-1.2
+1.3