From 5d4966cd09636574eee037b7a38d49d6585ef4e9 Mon Sep 17 00:00:00 2001 From: Micah Lee Date: Mon, 3 May 2021 18:50:01 -0700 Subject: Version bump to 2.3.2 and update changelog, and upgrade PySide to 5.15.2 --- CHANGELOG.md | 9 +++++++++ cli/onionshare_cli/resources/version.txt | 2 +- cli/pyproject.toml | 2 +- cli/setup.py | 2 +- desktop/pyproject.toml | 6 +++--- docs/source/conf.py | 6 ++---- snap/snapcraft.yaml | 4 ++-- 7 files changed, 19 insertions(+), 12 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 475fc552..6ac01275 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # OnionShare Changelog +## 2.3.2 + +* New feature: Receive mode supports custom titles +* New feature: Receive mode supports notification webhooks +* New feature: Receive mode supports submitting messages as well files +* New feature: New ASCII art banner and prettier verbose output +* New feature: Partial support for range requests (pausing and resuming in HTTP) +* Various bug fixes + ## 2.3.1 * Bugfix: Fix chat mode diff --git a/cli/onionshare_cli/resources/version.txt b/cli/onionshare_cli/resources/version.txt index a6254504..e7034819 100644 --- a/cli/onionshare_cli/resources/version.txt +++ b/cli/onionshare_cli/resources/version.txt @@ -1 +1 @@ -2.3.1 \ No newline at end of file +2.3.2 \ No newline at end of file diff --git a/cli/pyproject.toml b/cli/pyproject.toml index 201a6186..6457a781 100644 --- a/cli/pyproject.toml +++ b/cli/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "onionshare_cli" -version = "2.3.1" +version = "2.3.2" description = "OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does _not_ require setting up a separate server or using a third party file-sharing service." authors = ["Micah Lee "] license = "GPLv3+" diff --git a/cli/setup.py b/cli/setup.py index 58bc52e0..9d9441b4 100644 --- a/cli/setup.py +++ b/cli/setup.py @@ -20,7 +20,7 @@ along with this program. If not, see . """ import setuptools -version = "2.3.1" +version = "2.3.2" setuptools.setup( name="onionshare-cli", diff --git a/desktop/pyproject.toml b/desktop/pyproject.toml index de52b2cd..c260512e 100644 --- a/desktop/pyproject.toml +++ b/desktop/pyproject.toml @@ -1,7 +1,7 @@ [tool.briefcase] project_name = "OnionShare" bundle = "org.onionshare" -version = "2.3.1" +version = "2.3.2" url = "https://onionshare.org" license = "GPLv3" author = 'Micah Lee' @@ -13,8 +13,8 @@ description = "Securely and anonymously share files, host websites, and chat wit icon = "src/onionshare/resources/onionshare" sources = ['src/onionshare'] requires = [ - "./onionshare_cli-2.3.1-py3-none-any.whl", - "pyside2==5.15.1", + "./onionshare_cli-2.3.2-py3-none-any.whl", + "pyside2==5.15.2", "qrcode" ] diff --git a/docs/source/conf.py b/docs/source/conf.py index 8389ed69..8d8bc100 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -1,8 +1,6 @@ - - project = "OnionShare" author = copyright = "Micah Lee, et al." -version = release = "2.3.1" +version = release = "2.3.2" extensions = ["sphinx_rtd_theme"] templates_path = ["_templates"] @@ -18,7 +16,7 @@ languages = [ ("Українська", "uk"), # Ukranian ] -versions = ["2.3", "2.3.1"] +versions = ["2.3", "2.3.1", "2.3.2"] html_theme = "sphinx_rtd_theme" html_logo = "_static/logo.png" diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 00682777..508e25c8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,6 +1,6 @@ name: onionshare base: core18 -version: '2.3.1' +version: '2.3.2' summary: Securely and anonymously share files, host websites, and chat using Tor description: | OnionShare lets you securely and anonymously send and receive files. It works by starting @@ -40,7 +40,7 @@ parts: python-version: python3 python-packages: - psutil - - pyside2==5.15.1 + - pyside2==5.15.2 - qrcode stage-packages: - libasound2 -- cgit v1.2.3-54-g00ecf