summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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