aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-02-22 13:44:03 -0800
committerMicah Lee <micah@micahflee.com>2021-02-22 13:44:03 -0800
commit450bfcfe984734f2dbdbd84be93045ade24b46b1 (patch)
tree9b2a9fc5e557b49b99c63700f9e1fa0b589790e5
parenteada9814ef51ec252b0d8386fb26815b9f01f8a1 (diff)
downloadonionshare-450bfcfe984734f2dbdbd84be93045ade24b46b1.tar.gz
onionshare-450bfcfe984734f2dbdbd84be93045ade24b46b1.zip
Update changelog, and also fix version in appdata.xml
-rw-r--r--CHANGELOG.md6
-rw-r--r--desktop/src/org.onionshare.OnionShare.appdata.xml2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index c64fee9e..475fc552 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# OnionShare Changelog
+## 2.3.1
+
+* Bugfix: Fix chat mode
+* Bugfix: Fix --persistent in onionshare-cli
+* Bugfix: Fix checking for updates in Windows and macOS
+
## 2.3
* Major new feature: Multiple tabs, including better support for persistent services, faster Tor connections
diff --git a/desktop/src/org.onionshare.OnionShare.appdata.xml b/desktop/src/org.onionshare.OnionShare.appdata.xml
index d18a8391..3cee6454 100644
--- a/desktop/src/org.onionshare.OnionShare.appdata.xml
+++ b/desktop/src/org.onionshare.OnionShare.appdata.xml
@@ -24,6 +24,6 @@
<update_contact>micah@micahflee.com</update_contact>
<content_rating type="oars-1.1" />
<releases>
- <release type="development" date="2021-02-21" version="2.3" />
+ <release type="development" date="2021-02-22" version="2.3.1" />
</releases>
</component>