From ac15264b70fde44b310699d4ebce03687d9c1e98 Mon Sep 17 00:00:00 2001 From: Miguel Jacq Date: Mon, 23 Sep 2019 07:39:31 +1000 Subject: [PATCH] Update changelog for v2.2 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index b70da866..55f1bcc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,19 @@ # OnionShare Changelog +## 2.2 + +* New feature: Website mode, which allows publishing a flat HTML website as an onion service +* Allow individual files to be viewed or downloaded in Share mode, including the ability to browse into subdirectories and use breadcrumbs to navigate back +* Show a counter when individual files or pages are viewed +* Better History items including colors and status codes to differentiate between successful and failed requests +* Swap out the random /slug suffix for HTTP basic authentication (when in non-public mode) +* Hide the Tor connection settings if the ONIONSHARE_HIDE_TOR_SETTINGS environment variable is set (Tails compatibility) +* Remove the NoScript XSS warning in Receive Mode now that the NoScript/Tor Browser bug is fixed. The ajax upload method still exists when javascript is enabled. +* Better support for DragonFly BSD +* Updated various dependencies, including Flask, Werkzeug, urllib3, requests, and PyQt5 +* Updated Tor to 0.4.1.5 +* Other minor bug fixes + ## 2.1 * New feature: Auto-start timer, which allows scheduling when the server starts