summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-10-13 10:06:39 -0700
committerMicah Lee <micah@micahflee.com>2019-10-13 10:06:39 -0700
commit7d24bf9ffcd1e21e087431c21bfc658803a61ab6 (patch)
tree660468dd7478fb001ced211a4a33ae28a1b5f9a4
parente80560951eee28d41508b7eca4c5c8c03c3f4ae2 (diff)
downloadonionshare-7d24bf9ffcd1e21e087431c21bfc658803a61ab6.tar.gz
onionshare-7d24bf9ffcd1e21e087431c21bfc658803a61ab6.zip
Version bump to 2.2, and added translation changes to changelog
-rw-r--r--CHANGELOG.md8
-rw-r--r--install/onionshare.nsi4
-rw-r--r--share/version.txt2
3 files changed, 11 insertions, 3 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7ca10992..da5f0c42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -13,6 +13,14 @@
* Updated various dependencies, including Flask, Werkzeug, urllib3, requests, and PyQt5
* Updated Tor to 0.4.1.5
* Other minor bug fixes
+* New translations:
+ * Arabic (العربية)
+ * Dutch (Nederlands)
+ * Persian (فارسی)
+ * Romanian (Română)
+ * Serbian latin (Srpska (latinica))
+* Removed translations with fewer than 90% of strings translated:
+ * Finnish (Suomi)
## 2.1
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 52e9b526..42bd268b 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 115186
+!define INSTALLSIZE 132423
!define VERSIONMAJOR 2
!define VERSIONMINOR 2
-!define VERSIONSTRING "2.2.dev1"
+!define VERSIONSTRING "2.2"
RequestExecutionLevel admin
diff --git a/share/version.txt b/share/version.txt
index 4ec9ad89..61618788 100644
--- a/share/version.txt
+++ b/share/version.txt
@@ -1 +1 @@
-2.2.dev1 \ No newline at end of file
+2.2 \ No newline at end of file