commit 1d2298ea5121c3e1c0eb233be0a33c3478e24b5e
parent 6bb19d241d7f0bd60b8c5b4cffbfa95550ff4fa0
Author: Jacki <jacki@thejackimonster.de>
Date: Wed, 17 Sep 2025 21:38:22 +0200
Release of version 0.11.0
Signed-off-by: Jacki <jacki@thejackimonster.de>
Diffstat:
4 files changed, 23 insertions(+), 4 deletions(-)
diff --git a/ChangeLog b/ChangeLog
@@ -1,3 +1,11 @@
+## Version 0.11.0
+* Utilize new features from libgnunetchat 0.6.0
+* Implement private notes chat
+* Update symbolic icons
+* Adjust appdata and user interface
+* Fix thread locking issues
+* Improve readability of invitations
+
## Version 0.10.2
* Fixes compatibility with libgnunetchat 0.5.2
* Update appdata to current state
diff --git a/README.md b/README.md
@@ -25,6 +25,7 @@ The application provides the following features:
- Switching between different accounts
- Chatting live via video or voice streaming
- Sharing your screen with a selected group
+ - Writing notes to yourself
Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.
diff --git a/resources/org.gnunet.Messenger.appdata.xml b/resources/org.gnunet.Messenger.appdata.xml
@@ -32,6 +32,7 @@
<li>Switching between different accounts</li>
<li>Chatting live via video or voice streaming</li>
<li>Sharing your screen with a selected group</li>
+ <li>Writing notes to yourself</li>
</ul>
<p>Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.</p>
</description>
@@ -71,6 +72,14 @@
<launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable>
<releases>
+ <release version="0.11.0" date="2025-09-17">
+ <description>
+ <ul>
+ <li>Private chats for writing notes to yourself can be opened</li>
+ </ul>
+ </description>
+ <url>https://www.gnunet.org/en/news/2025-09-libgnunetchat-0.6.0.html</url>
+ </release>
<release version="0.10.2" date="2025-01-08">
<description>
<ul>
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml
@@ -1,5 +1,5 @@
name: messenger-gtk
-version: 0.10.2
+version: 0.11.0
title: GNUnet Messenger
summary: A GTK based GUI for the Messenger service of GNUnet.
description: |
@@ -19,6 +19,7 @@ description: |
* Switching between different accounts
* Chatting live via video or voice streaming
* Sharing your screen with a selected group
+ * Writing notes to yourself
Chats will generally created as opt-in. So you can decide who may contact you directly and who does not, accepting to a direct chat. Leaving a chat is also always possible.
adopt-info: messenger-gtk
@@ -81,14 +82,14 @@ parts:
- libgnutls-dane0
- libunbound8
- libltdl7
- source: http://ftp.gnu.org/gnu/gnunet/gnunet-0.24.3.tar.gz
+ source: http://ftp.gnu.org/gnu/gnunet/gnunet-0.25.0.tar.gz
plugin: meson
meson-parameters:
- --prefix=/usr
- --buildtype=release
libgnunetchat:
after: [ gnunet ]
- source: http://ftp.gnu.org/gnu/gnunet/libgnunetchat-0.5.3.tar.gz
+ source: http://ftp.gnu.org/gnu/gnunet/libgnunetchat-0.6.0.tar.gz
plugin: meson
meson-parameters:
- --prefix=/usr
@@ -119,7 +120,7 @@ parts:
- libpipewire-0.3-0t64
- libportal1
- libportal-gtk3-1
- source: http://ftp.gnu.org/gnu/gnunet/messenger-gtk-0.10.2.tar.gz
+ source: http://ftp.gnu.org/gnu/gnunet/messenger-gtk-0.11.0.tar.gz
plugin: meson
meson-parameters:
- --prefix=/usr