commit 341dc3920c4702d65e1f3f4e858161489bf7452d
parent ae5d567cbf7b6ad6ae619144b04082e25f12a368
Author: Jacki <jacki@thejackimonster.de>
Date: Sun, 9 Jun 2024 00:44:33 +0200
Update changelog, appdata and snapcraft config
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
3 files changed, 24 insertions(+), 6 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,11 @@
+## Version 0.10.0
+* Implement tagging and filtering messages
+* Adjust media previews and optimize memory footprint
+* Implement sharing profile attribute and profile picture with contacts
+* Fix several UI issues and memory leaks
+* Improve UI to waste less vertical space for smaller screens
+* Add localization for English, German and Spanish
+
## Version 0.9.0
* Fixes compatibility with libgnunetchat 0.3.0
* Contacts can be blocked and unblocked
diff --git a/resources/org.gnunet.Messenger.appdata.xml b/resources/org.gnunet.Messenger.appdata.xml
@@ -66,10 +66,20 @@
<launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable>
<releases>
- <release version="0.9.0" date="2024-03-08">
+ <release version="0.10.0" date="2024-06-09">
<description>
<ul>
- <li>Contacts can be blocked and unblocked to filter chat messages.</li>
+ <li>Messages can be tagged, filtered and searched.</li>
+ <li>Profile pictures can be added and shared with other contacts.</li>
+ <li>Supports localization for English, German and Spanish.</li>
+ </ul>
+ </description>
+ <url>https://www.gnunet.org/en/news/2024-06-0.21.2.html</url>
+ </release>
+ <release version="0.9.0" date="2024-03-08">
+ <description>
+ <ul>
+ <li>Contacts can be blocked and unblocked to filter chat messages.</li>
<li>Requests for permission to use a camera, autostart the application and running it in background.</li>
<li>Camera sensors can be selected to exchange contact information.</li>
</ul>
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: messenger-gtk
-version: 0.9.0
+version: 0.10.0
title: GNUnet Messenger
summary: A GTK based GUI for the Messenger service of GNUnet.
description: |
@@ -82,14 +82,14 @@ parts:
- libgnutls-dane0
- libunbound8
- libltdl7
- source: http://ftpmirror.gnu.org/gnunet/gnunet-0.21.1.tar.gz
+ source: http://ftpmirror.gnu.org/gnunet/gnunet-0.21.2.tar.gz
plugin: autotools
autotools-configure-parameters:
- --prefix=/usr
- --disable-documentation
libgnunetchat:
after: [ gnunet ]
- source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.3.1.tar.gz
+ source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.5.0.tar.gz
plugin: meson
meson-parameters:
- --prefix=/usr
@@ -118,7 +118,7 @@ parts:
- libpipewire-0.3-0t64
- libportal1
- libportal-gtk3-1
- source: http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.9.0.tar.gz
+ source: http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.10.0.tar.gz
plugin: meson
meson-parameters:
- --prefix=/usr