summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2021-08-20 13:30:42 -0700
committerMicah Lee <micah@micahflee.com>2021-08-20 13:30:42 -0700
commit4b4fecc802f402c6d85f3620cb0f5101854959ac (patch)
tree42f794454d4b23406d3791ba2c3bdacf6ae22df1
parent601f81899064447e3033a3028f2493a1b56c3391 (diff)
downloadonionshare-4b4fecc802f402c6d85f3620cb0f5101854959ac.tar.gz
onionshare-4b4fecc802f402c6d85f3620cb0f5101854959ac.zip
Update changelog, and update appdata XML
-rw-r--r--CHANGELOG.md6
-rw-r--r--desktop/src/org.onionshare.OnionShare.appdata.xml4
2 files changed, 8 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 25bdbe31..0db797bb 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# OnionShare Changelog
+## 2.3.3
+
+* New feature: Setting for light or dark theme
+* Updated Tor to 0.4.6.7 for Linux, 0.4.5.10 for Windows and macOS
+* Various bug fixes
+
## 2.3.2
* New feature: Custom titles can be set for OnionShare's various modes
diff --git a/desktop/src/org.onionshare.OnionShare.appdata.xml b/desktop/src/org.onionshare.OnionShare.appdata.xml
index 5ae702ff..9e401472 100644
--- a/desktop/src/org.onionshare.OnionShare.appdata.xml
+++ b/desktop/src/org.onionshare.OnionShare.appdata.xml
@@ -13,7 +13,7 @@
<launchable type="desktop-id">org.onionshare.OnionShare.desktop</launchable>
<screenshots>
<screenshot type="default">
- <image>https://docs.onionshare.org/2.3.2/en/_images/tabs.png</image>
+ <image>https://docs.onionshare.org/2.3.3/en/_images/tabs.png</image>
<caption>Types of services that OnionShare supports</caption>
</screenshot>
</screenshots>
@@ -24,6 +24,6 @@
<update_contact>micah@micahflee.com</update_contact>
<content_rating type="oars-1.1" />
<releases>
- <release type="development" date="2021-05-31" version="2.3.2" />
+ <release type="development" date="2021-08-20" version="2.3.3" />
</releases>
</component>