commit e84fc92e8b6b4b0568c6c2b594a463497e3895a5
parent 91becc9eefc8a4a2c1dfb203c9a51e5c3cc6b9de
Author: Jacki <jacki@thejackimonster.de>
Date: Thu, 29 Aug 2024 13:22:52 +0200
Update changelog and such regarding release of version 0.10.1
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
3 files changed, 18 insertions(+), 2 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,10 @@
+## Version 0.10.1
+* Utilize new function from libgnunetchat 0.5.1
+* Implement discourse panel to allow live chat streaming voice and video
+* Fix thread synchronization issues to reduce occasional crashes
+* Reduce background CPU usage
+* Fix minor UI issues
+
## Version 0.10.0
* Implement tagging and filtering messages
* Adjust media previews and optimize memory footprint
diff --git a/resources/org.gnunet.Messenger.appdata.xml b/resources/org.gnunet.Messenger.appdata.xml
@@ -66,6 +66,15 @@
<launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable>
<releases>
+ <release version="0.10.1" date="2024-08-29">
+ <description>
+ <ul>
+ <li>Discourses have been added for live voice and video chats with other contacts.</li>
+ <li>Capturing a specific application or a whole monitor can be selected as video source in a live chat.</li>
+ </ul>
+ </description>
+ <url>https://www.gnunet.org/en/news/2024-06-0.21.2.html</url>
+ </release>
<release version="0.10.0" date="2024-06-09">
<description>
<ul>
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: messenger-gtk
-version: 0.10.0
+version: 0.10.1
title: GNUnet Messenger
summary: A GTK based GUI for the Messenger service of GNUnet.
description: |
@@ -118,7 +118,7 @@ parts:
- libpipewire-0.3-0t64
- libportal1
- libportal-gtk3-1
- source: http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.10.0.tar.gz
+ source: http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.10.1.tar.gz
plugin: meson
meson-parameters:
- --prefix=/usr