From 548c1857ea6754022678a22faf9fdb0ca6ca224d Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 13 Oct 2019 10:06:39 -0700 Subject: [PATCH] Version bump to 2.2, and added translation changes to changelog --- CHANGELOG.md | 8 ++++++++ install/onionshare.nsi | 4 ++-- share/version.txt | 2 +- 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