aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md10
1 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3ff9e7e6..f400efd6 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,9 +1,15 @@
# OnionShare Changelog
+## 0.5
+
+* Removed webkit GUI altogether, and refactored GUI with native Qt widget
+* In Tails, launches separate process as root for Tor control port and firewall stuff, everything else runs as amnesia
+* Fixed itsdangerous dependency bug in Debian Wheezy and Tails
+* Guesses content type of file, responds in HTTP header
+
## 0.4
-* Fixed critical XSS bug that could deanonymize user
- https://micahflee.com/2014/07/security-advisory-upgrade-to-onionshare-0-4-immediately/
+* Fixed critical XSS bug that could deanonymize user: https://micahflee.com/2014/07/security-advisory-upgrade-to-onionshare-0-4-immediately/
* Added CSP headers in GUI to prevent any future XSS bugs from working
* Hash urandom data before using it, to avoid leaking state of entropy
* Constant time compare the slug to avoid timing attacks