mirror of
https://github.com/onionshare/onionshare.git
synced 2025-06-07 14:23:01 -04:00
Version bump to 2.1, updated changelog, and fixed typo in a comment
This commit is contained in:
parent
02cf28e356
commit
b872ac1152
4 changed files with 19 additions and 4 deletions
17
CHANGELOG.md
17
CHANGELOG.md
|
@ -7,7 +7,22 @@
|
||||||
* Make Tor connection timeout configurable as a CLI argument
|
* Make Tor connection timeout configurable as a CLI argument
|
||||||
* Updated various dependencies, including to fix third-party security issues in urllib3, jinja2, and jQuery
|
* Updated various dependencies, including to fix third-party security issues in urllib3, jinja2, and jQuery
|
||||||
* Update Tor to 0.3.5.8
|
* 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
|
## 2.0
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
!define INSTALLSIZE 115186
|
!define INSTALLSIZE 115186
|
||||||
!define VERSIONMAJOR 2
|
!define VERSIONMAJOR 2
|
||||||
!define VERSIONMINOR 1
|
!define VERSIONMINOR 1
|
||||||
!define VERSIONSTRING "2.1.dev1"
|
!define VERSIONSTRING "2.1"
|
||||||
|
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
|
|
@ -65,7 +65,7 @@ class Settings(object):
|
||||||
'zh_Hans': '中文 (简体)', # Simplified Chinese
|
'zh_Hans': '中文 (简体)', # Simplified Chinese
|
||||||
'da': 'Dansk', # Danish
|
'da': 'Dansk', # Danish
|
||||||
'en': 'English', # English
|
'en': 'English', # English
|
||||||
'fi': 'Suomi', # Finish
|
'fi': 'Suomi', # Finnish
|
||||||
'fr': 'Français', # French
|
'fr': 'Français', # French
|
||||||
'de': 'Deutsch', # German
|
'de': 'Deutsch', # German
|
||||||
'el': 'Ελληνικά', # Greek
|
'el': 'Ελληνικά', # Greek
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.1.dev1
|
2.1
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue