messenger-cli

Command-line user interface for GNUnet Messenger
Log | Files | Refs | README | LICENSE

commit c1584df3261136bf9aad0d74aab0187d2f52d1c4
parent 2f9cc81492cbd70c99a4d4697fddd88b43a2d542
Author: Jacki <jacki@thejackimonster.de>
Date:   Wed, 17 Sep 2025 21:34:46 +0200

Release of version 0.4.0

Signed-off-by: Jacki <jacki@thejackimonster.de>

Diffstat:
MChangeLog | 7++++++-
Msnap/snapcraft.yaml | 8++++----
2 files changed, 10 insertions(+), 5 deletions(-)

diff --git a/ChangeLog b/ChangeLog @@ -1,5 +1,10 @@ +## Version 0.4.0 +* Fixes compatibility with libgnunetchat 0.6.0 +* Improves dialogs with text prompts +* Add option to open notes chat + ## Version 0.3.1 -Fixes compatibility with libgnunetchat 0.5.2 +* Fixes compatibility with libgnunetchat 0.5.2 ## Version 0.3.0 * Fixes compatibility with libgnunetchat 0.5.0 diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: messenger-cli -version: 0.3.1 +version: 0.4.0 title: GNUnet Messenger summary: An interface using ncurses for the Messenger service of GNUnet. description: | @@ -54,7 +54,7 @@ parts: - libunbound8 - libltdl7 - zlib1g - 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 @@ -63,7 +63,7 @@ parts: after: [ gnunet ] build-packages: - pkg-config - 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 @@ -74,7 +74,7 @@ parts: - libncurses-dev stage-packages: - libncurses6 - source: http://ftp.gnu.org/gnu/gnunet/messenger-cli-0.3.1.tar.gz + source: http://ftp.gnu.org/gnu/gnunet/messenger-cli-0.4.0.tar.gz plugin: meson meson-parameters: - --prefix=/usr