mirror of
https://github.com/onionshare/onionshare.git
synced 2025-01-10 03:37:28 -03:00
Update changelog, and version bump to 2.0
This commit is contained in:
parent
dfc66c2878
commit
462c32fb05
3 changed files with 5 additions and 5 deletions
|
@ -1,14 +1,14 @@
|
||||||
# OnionShare Changelog
|
# OnionShare Changelog
|
||||||
|
|
||||||
## 2.0.dev2
|
## 2.0
|
||||||
|
|
||||||
* New feature: Receiver mode allows you to receive files with OnionShare, instead of only sending files
|
* New feature: Receiver mode allows you to receive files with OnionShare, instead of only sending files
|
||||||
|
* New feature: Support for next generation onion services
|
||||||
* New feature: macOS sandbox is enabled
|
* New feature: macOS sandbox is enabled
|
||||||
* New feature: Support for next generation onion services (TODO waiting on Tor release)
|
|
||||||
* New feature: If you're sharing a single file, don't zip it up
|
* New feature: If you're sharing a single file, don't zip it up
|
||||||
* New feature: Full support for meek_lite (Azure) bridges
|
* New feature: Full support for meek_lite (Azure) bridges
|
||||||
* New feature: Allow selecting your language from a dropdown
|
* New feature: Allow selecting your language from a dropdown
|
||||||
* New translations: (TODO fill in for final release)
|
* New translations: Bengali (বাংলা), Catalan (Català), Danish (Dansk), French (Français), Greek (Ελληνικά), Italian (Italiano), Japanese (日本語), Persian (فارسی), Portuguese Brazil (Português Brasil), Russian (Русский), Spanish (Español), Swedish (Svenska)
|
||||||
* Several bugfixes
|
* Several bugfixes
|
||||||
* Invisible to users, but this version includes some major refactoring of the codebase, and a robust set of unit tests which makes OnionShare easier to maintain going forward
|
* Invisible to users, but this version includes some major refactoring of the codebase, and a robust set of unit tests which makes OnionShare easier to maintain going forward
|
||||||
|
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
!define INSTALLSIZE 115186
|
!define INSTALLSIZE 115186
|
||||||
!define VERSIONMAJOR 2
|
!define VERSIONMAJOR 2
|
||||||
!define VERSIONMINOR 0
|
!define VERSIONMINOR 0
|
||||||
!define VERSIONSTRING "2.0.dev3"
|
!define VERSIONSTRING "2.0"
|
||||||
|
|
||||||
RequestExecutionLevel admin
|
RequestExecutionLevel admin
|
||||||
|
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
2.0.dev3
|
2.0
|
||||||
|
|
Loading…
Reference in a new issue