mirror of
https://github.com/onionshare/onionshare.git
synced 2024-10-01 01:35:40 -04:00
Version bump to 2.1, updated changelog, and fixed typo in a comment
This commit is contained in:
parent
6e877692ff
commit
23e7765b9c
17
CHANGELOG.md
17
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
|
||||
|
||||
|
@ -6,7 +6,7 @@
|
||||
!define INSTALLSIZE 115186
|
||||
!define VERSIONMAJOR 2
|
||||
!define VERSIONMINOR 1
|
||||
!define VERSIONSTRING "2.1.dev1"
|
||||
!define VERSIONSTRING "2.1"
|
||||
|
||||
RequestExecutionLevel admin
|
||||
|
||||
|
@ -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
|
||||
|
@ -1 +1 @@
|
||||
2.1.dev1
|
||||
2.1
|
||||
|
Loading…
Reference in New Issue
Block a user