aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMiguel Jacq <mig@mig5.net>2019-09-23 07:39:31 +1000
committerMiguel Jacq <mig@mig5.net>2019-09-23 07:39:34 +1000
commitdbb22c598016a708b6908121a58e54b3f4d9996e (patch)
tree39b5b4b196d34788e1fad213e5518abd5965cf3b
parent6298fc01a1f082c6a98a42719c97978d7b5b007e (diff)
downloadonionshare-dbb22c598016a708b6908121a58e54b3f4d9996e.tar.gz
onionshare-dbb22c598016a708b6908121a58e54b3f4d9996e.zip
Update changelog for v2.2
-rw-r--r--CHANGELOG.md14
1 files changed, 14 insertions, 0 deletions
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