From 7bca6f3aaa17dc691aea4a839d2890fa6343dc3aa9822aed0306473471013976 Mon Sep 17 00:00:00 2001 From: Dirk Mueller Date: Sat, 10 Dec 2022 20:58:19 +0000 Subject: [PATCH] - update to 2.6: * Major feature: a new 'Quickstart' screen, which enables toggling on or off an animated automatic connection to Tor. This allows configuring network settings prior to automatic connection. * Major feature: Censorship circumvention. Use new features in the upstream Tor API to try to automatically obtain bridges depending on the user's location. * New feature: automatically fetch the built-in bridges from the upstream Tor API rather than hardcode them in each release of OnionShare. * New feature: keyboard shortcuts to access various modes and menus, and accessibility hints * Bug fix: Temporary Directory for serving the OnionShare web pages was broken on Windows * Packaging: Packaging is more automated, and Linux Snapcraft releases are available for amd64, arm64, and armhf * Miscellaneous: Many dependency updates and web page theming improvements OBS-URL: https://build.opensuse.org/package/show/devel:languages:python/python-onionshare?expand=0&rev=41 --- onionshare-2.5.tar.gz | 3 --- onionshare-2.6.tar.gz | 3 +++ python-onionshare.changes | 20 ++++++++++++++++++++ python-onionshare.spec | 2 +- 4 files changed, 24 insertions(+), 4 deletions(-) delete mode 100644 onionshare-2.5.tar.gz create mode 100644 onionshare-2.6.tar.gz diff --git a/onionshare-2.5.tar.gz b/onionshare-2.5.tar.gz deleted file mode 100644 index 5748d7a..0000000 --- a/onionshare-2.5.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:a1de4b43f6e1edbb39a6fcc1e1339856c7c7584d2899312d69449ad22f2834e7 -size 6585296 diff --git a/onionshare-2.6.tar.gz b/onionshare-2.6.tar.gz new file mode 100644 index 0000000..1e2c7a1 --- /dev/null +++ b/onionshare-2.6.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:40006a612a90bf31df697936c26e8dca16384bc8c7ef084ef7b1a21651c84304 +size 8106401 diff --git a/python-onionshare.changes b/python-onionshare.changes index 1fa21fa..a010eb7 100644 --- a/python-onionshare.changes +++ b/python-onionshare.changes @@ -1,3 +1,23 @@ +------------------------------------------------------------------- +Sat Dec 10 20:57:15 UTC 2022 - Dirk Müller + +- update to 2.6: + * Major feature: a new 'Quickstart' screen, which enables toggling on or + off an animated automatic connection to Tor. This allows configuring + network settings prior to automatic connection. + * Major feature: Censorship circumvention. Use new features in the + upstream Tor API to try to automatically obtain bridges depending on the + user's location. + * New feature: automatically fetch the built-in bridges from the upstream + Tor API rather than hardcode them in each release of OnionShare. + * New feature: keyboard shortcuts to access various modes and menus, and + accessibility hints + * Bug fix: Temporary Directory for serving the OnionShare web pages was + broken on Windows + * Packaging: Packaging is more automated, and Linux Snapcraft releases are + available for amd64, arm64, and armhf + * Miscellaneous: Many dependency updates and web page theming improvements + ------------------------------------------------------------------- Tue Jul 26 10:12:57 UTC 2022 - Axel Braun diff --git a/python-onionshare.spec b/python-onionshare.spec index bf25947..788b8c2 100644 --- a/python-onionshare.spec +++ b/python-onionshare.spec @@ -19,7 +19,7 @@ %define modname onionshare Name: python-%{modname} -Version: 2.5 +Version: 2.6 Release: 0 Summary: Self-hosting Tor Onion Service based file sharing License: GPL-3.0-or-later