aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-05-06 15:46:51 -0700
committerMicah Lee <micah@micahflee.com>2019-05-06 15:46:51 -0700
commit23e7765b9cb991acef62535074c3abf1e3fd3dfd (patch)
tree9c56532a961cf356d80598193a5652d5bbe694c9
parent6e877692ffaaf38b081301ae33888811e63aa860 (diff)
downloadonionshare-23e7765b9cb991acef62535074c3abf1e3fd3dfd.tar.gz
onionshare-23e7765b9cb991acef62535074c3abf1e3fd3dfd.zip
Version bump to 2.1, updated changelog, and fixed typo in a comment
-rw-r--r--CHANGELOG.md17
-rw-r--r--install/onionshare.nsi2
-rw-r--r--onionshare/settings.py2
-rw-r--r--share/version.txt2
4 files changed, 19 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a756569..7c309fb0 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -7,7 +7,22 @@
* Make Tor connection timeout configurable as a CLI argument
* Updated various dependencies, including to fix third-party security issues in urllib3, jinja2, and jQuery
* Update Tor to 0.3.5.8
-* New translations: [TODO: include final list]
+* New translations:
+ * Traditional Chinese (正體中文 (繁體)),
+ * Simplified Chinese (中文 (简体))
+ * Finnish (Suomi)
+ * German (Deutsch)
+ * Icelandic (Íslenska)
+ * Irish (Gaeilge)
+ * Norwegian Bokmål (Norsk Bokmål)
+ * Polish (Polski)
+ * Portuguese Portugal (Português (Portugal))
+ * Telugu (తెలుగు)
+ * Turkish (Türkçe)
+ * Ukrainian (Українська)
+* Removed translations because less than 90% of the strings were translated:
+ * Bengali (বাংলা)
+ * Persian (فارسی),
## 2.0
diff --git a/install/onionshare.nsi b/install/onionshare.nsi
index 9134ba04..68213528 100644
--- a/install/onionshare.nsi
+++ b/install/onionshare.nsi
@@ -6,7 +6,7 @@
!define INSTALLSIZE 115186
!define VERSIONMAJOR 2
!define VERSIONMINOR 1
-!define VERSIONSTRING "2.1.dev1"
+!define VERSIONSTRING "2.1"
RequestExecutionLevel admin
diff --git a/onionshare/settings.py b/onionshare/settings.py
index 1f0e96dc..16b64a05 100644
--- a/onionshare/settings.py
+++ b/onionshare/settings.py
@@ -65,7 +65,7 @@ class Settings(object):
'zh_Hans': '中文 (简体)', # Simplified Chinese
'da': 'Dansk', # Danish
'en': 'English', # English
- 'fi': 'Suomi', # Finish
+ 'fi': 'Suomi', # Finnish
'fr': 'Français', # French
'de': 'Deutsch', # German
'el': 'Ελληνικά', # Greek
diff --git a/share/version.txt b/share/version.txt
index cd2953d7..879b416e 100644
--- a/share/version.txt
+++ b/share/version.txt
@@ -1 +1 @@
-2.1.dev1
+2.1