summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-04-21 14:13:43 -0700
committerMicah Lee <micah@micahflee.com>2019-04-21 14:13:43 -0700
commit7c3d7c668cfc822171815721b26ccac33aaab6d0 (patch)
tree2c52fc34eca54d4eaef669cd9845a662410cf9c2
parent9d207983859f0f61fb56f065ce0d35a37deb7dc1 (diff)
downloadonionshare-7c3d7c668cfc822171815721b26ccac33aaab6d0.tar.gz
onionshare-7c3d7c668cfc822171815721b26ccac33aaab6d0.zip
Version bump to 2.1.dev1 and updated changelog
-rw-r--r--CHANGELOG.md7
-rw-r--r--share/version.txt2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 392df41f..e2534e19 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# OnionShare Changelog
+## 2.1
+
+* New feature: Auto-start timer, which allows scheduling when the server starts
+* Renamed CLI argument --debug to --verbose
+* Make Tor connection timeout configurable as a CLI argument
+* New translations: [TODO: include final list]
+
## 2.0
* New feature: Receiver mode allows you to receive files with OnionShare, instead of only sending files
diff --git a/share/version.txt b/share/version.txt
index cd5ac039..cd2953d7 100644
--- a/share/version.txt
+++ b/share/version.txt
@@ -1 +1 @@
-2.0
+2.1.dev1