From 462c32fb054f8d6f5f6f4de74d297838c7aac16d Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Sun, 10 Feb 2019 10:49:57 -0800 Subject: Update changelog, and version bump to 2.0 --- CHANGELOG.md | 6 +++--- install/onionshare.nsi | 2 +- share/version.txt | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6f0b7aba..a4a8ba4e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,14 +1,14 @@ # 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: Support for next generation onion services * 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: Full support for meek_lite (Azure) bridges * 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 * 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 diff --git a/install/onionshare.nsi b/install/onionshare.nsi index d29e10a5..3a4c6c2a 100644 --- a/install/onionshare.nsi +++ b/install/onionshare.nsi @@ -6,7 +6,7 @@ !define INSTALLSIZE 115186 !define VERSIONMAJOR 2 !define VERSIONMINOR 0 -!define VERSIONSTRING "2.0.dev3" +!define VERSIONSTRING "2.0" RequestExecutionLevel admin diff --git a/share/version.txt b/share/version.txt index c0099a45..cd5ac039 100644 --- a/share/version.txt +++ b/share/version.txt @@ -1 +1 @@ -2.0.dev3 +2.0 -- cgit v1.2.3-54-g00ecf