aboutsummaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2017-02-23 15:11:19 -0800
committerMicah Lee <micah@micahflee.com>2017-02-23 15:11:19 -0800
commitb2b4730ac35f15a090d7aa83b248537b84d77a72 (patch)
treec1aa50e4a7f27b24fe06f254d39bef722470f4c5 /CHANGELOG.md
parent58f49b6caa1f5994e1dfdd67ae24d9cbf55b2f81 (diff)
downloadonionshare-b2b4730ac35f15a090d7aa83b248537b84d77a72.tar.gz
onionshare-b2b4730ac35f15a090d7aa83b248537b84d77a72.zip
Version bump to 1.0, and updated changelog
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md13
1 files changed, 13 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 58ac90d9..392f2e34 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,18 @@
# OnionShare Changelog
+## 1.0
+
+* Fixed long-standing macOS X bug that caused OnionShare to crash on older Macs (!)
+* Added settings dialog to configure connecting to Tor, including support for system Tor
+* Added support for stealth onion services (advanced option)
+* Added support for Whonix
+* Improved AppArmor profiles
+* Added progress bar for zipping up files
+* Improved the look of download progress bars
+* Allows developers to launch OnionShare from source tree, without building a package
+* Deleted legacy code, and made OnionShare purely use ephemeral Tor onion services
+* Switched to EFF's diceware wordlist for slugs
+
## 0.9.2 (Linux only)
* Looks for `TOR_CONTROL_PORT` environment variable, to help Tails integration