diff options
author | fiaxh <git@lightrise.org> | 2023-01-28 01:38:51 +0100 |
---|---|---|
committer | fiaxh <git@lightrise.org> | 2023-01-28 01:38:51 +0100 |
commit | e833a924b5a66048506b4e0b0885ce2e35cac6fc (patch) | |
tree | 8ea67069050442de1bcce1cd5fa878354c4b3331 /main | |
parent | c813a6d2405980c71450cefa10abdf11fab8e995 (diff) | |
download | dino-e833a924b5a66048506b4e0b0885ce2e35cac6fc.tar.gz dino-e833a924b5a66048506b4e0b0885ce2e35cac6fc.zip |
Update appdata file with content_rating, releases, update image tags
Diffstat (limited to 'main')
-rw-r--r-- | main/data/im.dino.Dino.appdata.xml.in | 34 |
1 files changed, 19 insertions, 15 deletions
diff --git a/main/data/im.dino.Dino.appdata.xml.in b/main/data/im.dino.Dino.appdata.xml.in index c95ef12e..5c301df5 100644 --- a/main/data/im.dino.Dino.appdata.xml.in +++ b/main/data/im.dino.Dino.appdata.xml.in @@ -13,13 +13,13 @@ </description> <screenshots> <screenshot type="default"> - <image height="952" width="1601">https://dino.im/img/appdata/2022-02_screenshot-main.png</image> + <image>https://dino.im/img/appdata/2022-02_screenshot-main.png</image> </screenshot> <screenshot> - <image height="753" width="1199">https://dino.im/img/appdata/2022-02_screenshot-call.png</image> + <image>https://dino.im/img/appdata/2022-02_screenshot-call.png</image> </screenshot> <screenshot> - <image height="942" width="1600">https://dino.im/img/appdata/start_chat.png</image> + <image>https://dino.im/img/appdata/start_chat.png</image> </screenshot> </screenshots> <translation type="gettext">dino</translation> @@ -28,22 +28,26 @@ <url type="bugtracker">https://github.com/dino/dino/issues</url> <url type="donation">https://dino.im/#donate</url> <url type="translate">https://hosted.weblate.org/projects/dino/</url> - <!-- TODO: Point this to a webpage with documentation when there is one - <url type="help">http://dino.im/help/</url> - --> <update_contact>appstream@dino.im</update_contact> - - <!-- TODO: Write this when Dino is released <releases> - <release date="XXXX-XX-XX" version="X.X"> + <release date="2022-02-12" version="0.3"> <description> - <p> - This is our first release. It comes with a clean UI, notifications, - end-to-end encryption support (OMEMO and GnuPG), multi-user chats, - and more! - </p> + <p>The 0.3 release is all about calls. Dino now supports calls between two or more people!</p> + </description> + </release> + <release date="2020-11-12" version="0.2"> + <description> + <p>The 0.2 release adds message correction, improves the file upload functionality and provides more information about message encryption.</p> + </description> + </release> + <release date="2020-01-29" version="0.1"> + <description> + <p>The first Dino release! Dino is a secure and open-source application for decentralized messaging.</p> </description> </release> </releases> - --> + <content_rating type="oars-1.1"> + <content_attribute id="social-chat">intense</content_attribute> + <content_attribute id="social-audio">intense</content_attribute> + </content_rating> </component> |