aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMicah Lee <micah@micahflee.com>2019-11-26 22:05:08 -0800
committerMicah Lee <micah@micahflee.com>2019-11-26 22:05:08 -0800
commit43411200223cd252b1cc8fd85378afad61b78eeb (patch)
tree27656c9d6a2445007e5b4ae6df81d3dea0936d30
parent03e2313191d9935b8a8de4ec16a9c8179c1fcc35 (diff)
downloadonionshare-43411200223cd252b1cc8fd85378afad61b78eeb.tar.gz
onionshare-43411200223cd252b1cc8fd85378afad61b78eeb.zip
Update appdata xml, and add note to BUILD.md to update the version in the appdata on each release
-rw-r--r--BUILD.md3
-rw-r--r--install/org.onionshare.OnionShare.appdata.xml13
2 files changed, 5 insertions, 11 deletions
diff --git a/BUILD.md b/BUILD.md
index 9456e617..808a2e91 100644
--- a/BUILD.md
+++ b/BUILD.md
@@ -245,7 +245,8 @@ This section documents the release process. Unless you're a core OnionShare deve
Before making a release, all of these should be complete:
* `share/version.txt` should have the correct version
-* `install/onionshare.nsi` should have the correct version, for the Windows installer
+* `install/org.onionshare.OnionShare.appdata.xml` should have the correct version
+* `install/onionshare.nsi` should have the correct version
* `CHANGELOG.md` should be updated to include a list of all major changes since the last release
* There must be a PGP-signed git tag for the version, e.g. for OnionShare 2.1, the tag must be `v2.1`
diff --git a/install/org.onionshare.OnionShare.appdata.xml b/install/org.onionshare.OnionShare.appdata.xml
index 6ae1b5b6..c0a02350 100644
--- a/install/org.onionshare.OnionShare.appdata.xml
+++ b/install/org.onionshare.OnionShare.appdata.xml
@@ -8,17 +8,10 @@
<summary>Securely and anonymously share a file of any size</summary>
<description>
<p>
- OnionShare lets you securely and anonymously send and receive files. It works by starting a web server,
- making it accessible as a Tor onion service, and generating an unguessable web address so others can
- download files from you, or upload files to you. It does <em>not</em> require setting up a separate server
- or using a third party file-sharing service.
+ OnionShare lets you securely and anonymously send and receive files. It works by starting a web server, making it accessible as a Tor onion service, and generating an unguessable web address so others can download files from you, or upload files to you. It does <em>not</em> require setting up a separate server or using a third party file-sharing service.
</p>
<p>
- If you want to send files to someone, OnionShare hosts them on your own computer and uses a Tor onion
- service to make them temporarily accessible over the internet. The receiving user just needs to open the web
- address in Tor Browser to download the files. If you want to receive files, OnionShare hosts an anonymous
- dropbox directly on your computer and uses a Tor onion service to make it temporarily accessible over the
- internet. Other users can upload files to you from by loading the web address in Tor Browser.
+ If you want to send files to someone, OnionShare hosts them on your own computer and uses a Tor onion service to make them temporarily accessible over the internet. The receiving user just needs to open the web address in Tor Browser to download the files. If you want to receive files, OnionShare hosts an anonymous dropbox directly on your computer and uses a Tor onion service to make it temporarily accessible over the internet. Other users can upload files to you from by loading the web address in Tor Browser.
</p>
</description>
<launchable type="desktop-id">org.onionshare.OnionShare.desktop</launchable>
@@ -47,6 +40,6 @@
<update_contact>micah@micahflee.com</update_contact>
<content_rating type="oars-1.1" />
<releases>
- <release type="stable" date="2019-05-07" version="2.1" />
+ <release type="stable" date="2019-10-13" version="2.2" />
</releases>
</component>