From 0a8c574cdd0942bee6fe709e0987a56c0360d349 Mon Sep 17 00:00:00 2001 From: ialokim <ialokim@mailbox.org> Date: Fri, 30 Sep 2022 13:50:28 +0200 Subject: [PATCH] bump versionCode to 0.3.0 --- briar-desktop/build.gradle.kts | 2 +- .../linux/org.briarproject.Briar.metainfo.xml | 132 ++++++++++-------- 2 files changed, 72 insertions(+), 62 deletions(-) diff --git a/briar-desktop/build.gradle.kts b/briar-desktop/build.gradle.kts index 3359647f3e..d621be2901 100644 --- a/briar-desktop/build.gradle.kts +++ b/briar-desktop/build.gradle.kts @@ -32,7 +32,7 @@ plugins { id("org.briarproject.briar.desktop.build-data-gradle-plugin") } -val versionCode = "0.2.1" +val versionCode = "0.3.0" val buildType = if (project.hasProperty("buildType")) project.properties["buildType"] else "snapshot" group = "app.briar.desktop" version = "$versionCode-$buildType" diff --git a/briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml b/briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml index 2503958e56..5ab8d67f6d 100644 --- a/briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml +++ b/briar-desktop/src/appResources/linux/org.briarproject.Briar.metainfo.xml @@ -1,74 +1,84 @@ <?xml version="1.0" encoding="UTF-8"?> <component type="desktop-application"> - <id>org.briarproject.Briar</id> - <metadata_license>CC-BY-4.0</metadata_license> - <project_license>AGPL-3.0-only</project_license> + <id>org.briarproject.Briar</id> + <metadata_license>CC-BY-4.0</metadata_license> + <project_license>AGPL-3.0-only</project_license> - <name>Briar</name> - <summary>Secure messaging, anywhere</summary> + <name>Briar</name> + <summary>Secure messaging, anywhere</summary> - <description> - <p> - Briar is a messaging app designed for activists, journalists, and anyone - else who needs a safe, easy and robust way to communicate. Unlike - traditional messaging apps, Briar doesn't rely on a central server - - messages are synchronized directly between the users' devices. If the - internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the - information flowing in a crisis. If the internet's up, Briar can sync via - the Tor network, protecting users and their relationships from - surveillance. - </p> - </description> + <description> + <p> + Briar is a messaging app designed for activists, journalists, and anyone + else who needs a safe, easy and robust way to communicate. Unlike + traditional messaging apps, Briar doesn't rely on a central server - + messages are synchronized directly between the users' devices. If the + internet's down, Briar can sync via Bluetooth or Wi-Fi, keeping the + information flowing in a crisis. If the internet's up, Briar can sync via + the Tor network, protecting users and their relationships from + surveillance. + </p> + </description> - <launchable type="desktop-id">org.briarproject.Briar.desktop</launchable> + <launchable type="desktop-id">org.briarproject.Briar.desktop</launchable> - <url type="homepage">https://code.briarproject.org/briar/briar-desktop</url> - <url type="bugtracker">https://code.briarproject.org/briar/briar-desktop/-/issues</url> - <url type="faq">https://code.briarproject.org/briar/briar-desktop/blob/main/README.md#faq</url> - <url type="help">https://briarproject.org/manual/</url> - <url type="translate">https://www.transifex.com/otf/briar/</url> - <url type="donation">https://liberapay.com/Briar/donate</url> - <project_group>Briar</project_group> - <developer_name>The Briar Project</developer_name> - <update_contact>desktop@briarproject.org</update_contact> + <url type="homepage">https://code.briarproject.org/briar/briar-desktop</url> + <url type="bugtracker">https://code.briarproject.org/briar/briar-desktop/-/issues</url> + <url type="faq">https://code.briarproject.org/briar/briar-desktop/blob/main/README.md#faq</url> + <url type="help">https://briarproject.org/manual/</url> + <url type="translate">https://www.transifex.com/otf/briar/</url> + <url type="donation">https://liberapay.com/Briar/donate</url> + <project_group>Briar</project_group> + <developer_name>The Briar Project</developer_name> + <update_contact>desktop@briarproject.org</update_contact> - <screenshots> - <screenshot type="default"> - <caption>A private chat with a test contact 'Polonius', containing a text by Shakespeare</caption> - <image type="source">https://code.briarproject.org/briar/briar-desktop/-/raw/main/utils/screenshots/briar-desktop-1.png</image> - </screenshot> - </screenshots> + <screenshots> + <screenshot type="default"> + <caption>A private chat with a test contact 'Polonius', containing a text by Shakespeare</caption> + <image type="source"> + https://code.briarproject.org/briar/briar-desktop/-/raw/main/utils/screenshots/briar-desktop-1.png + </image> + </screenshot> + </screenshots> - - <content_rating type="oars-1.1"> - <content_attribute id="social-chat">intense</content_attribute> - </content_rating> - <provides> - <binary>briar-desktop</binary> - </provides> + <content_rating type="oars-1.1"> + <content_attribute id="social-chat">intense</content_attribute> + </content_rating> - <custom> - <value key="Purism::form_factor">workstation</value> - </custom> + <provides> + <binary>briar-desktop</binary> + </provides> - <releases> - <release version="0.2.1-beta" date="2022-05-11"> - <description> - <p> - See the changelog for more information on this release. - </p> - </description> - <url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#021-beta</url> - </release> - <release version="0.2.0-beta" date="2022-02-22"> - <description> - <p> - See the changelog for more information on this release. - </p> - </description> - <url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#020-beta</url> - </release> - </releases> + <custom> + <value key="Purism::form_factor">workstation</value> + </custom> + + <releases> + <release version="0.3.0-beta" date="2022-09-30"> + <description> + <p> + See the changelog for more information on this release. + </p> + </description> + <url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#030-beta</url> + </release> + <release version="0.2.1-beta" date="2022-05-11"> + <description> + <p> + See the changelog for more information on this release. + </p> + </description> + <url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#021-beta</url> + </release> + <release version="0.2.0-beta" date="2022-02-22"> + <description> + <p> + See the changelog for more information on this release. + </p> + </description> + <url>https://code.briarproject.org/briar/briar-desktop/-/wikis/Changelog#020-beta</url> + </release> + </releases> </component> -- GitLab