messenger-gtk

Gtk+3 graphical user interfaces for GNUnet Messenger
Log | Files | Refs | Submodules | README | LICENSE

commit 74775b849daaefbcf58bfbb3a1818b9db8c01e38
parent 553670c466f25301ce185699819188461d30c9c2
Author: TheJackiMonster <thejackimonster@gmail.com>
Date:   Mon, 13 Feb 2023 01:35:42 +0100

Improve information for software store presentation

Signed-off-by: TheJackiMonster <thejackimonster@gmail.com>

Diffstat:
Mresources/org.gnunet.Messenger.appdata.xml | 29+++++++++++++++++++++++++++--
1 file changed, 27 insertions(+), 2 deletions(-)

diff --git a/resources/org.gnunet.Messenger.appdata.xml b/resources/org.gnunet.Messenger.appdata.xml @@ -81,7 +81,32 @@ <launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable> <releases> - <release version="0.7.0" date="2022-04-23" /> - <release version="0.8.0" date="2023-02-10" /> + <release version="0.8.0" date="2023-02-10"> + <description> + <ul> + <li>A simple media player has been added to the user interface to play received audio and video files without a third-party application.</li> + <li>Multiple crashes and breaking issues have been fixed.</li> + </ul> + </description> + <url>https://www.gnunet.org/en/news/2023-02-messenger-gtk-0.8.0.html</url> + </release> + <release version="0.7.0" date="2022-04-23"> + <description> + <ul> + <li>The version iteration will be inherited by cadet-gtk as logical successor.</li> + <li>It is possible to create direct chats and group chats via physical or virtual exchange.</li> + <li>Groups and contacts can be named, left, verified or deleted.</li> + <li>Existing contacts can be invited to any private or public group.</li> + <li>Chats allow sending text messages, voice recordings or files.</li> + <li>Messages can be deleted with a custom delete or automatically.</li> + <li>Switching between different accounts can be done during runtime.</li> + </ul> + </description> + <url>https://www.gnunet.org/en/news/2022-05-messenger-gtk-0.7.0.html</url> + </release> </releases> + + <custom> + <value key="GnomeSoftware::key-colors">[(174, 250, 174), (62, 82, 62)]</value> + </custom> </component>