messenger-gtk

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

commit 23dde3ffd4ff79562f2a6977b65e35ec39fa1eea
parent f14185601b916e16f4358fc10dbea8a11995024b
Author: Jacki <jacki@thejackimonster.de>
Date:   Fri,  8 Mar 2024 02:35:49 +0100

Update readme for the 0.9.0 release

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

Diffstat:
MREADME.md | 7++-----
Dscreenshots/about-page.png | 0
Dscreenshots/account-selection.png | 0
Dscreenshots/chat.png | 0
Dscreenshots/contact-info.png | 0
Dscreenshots/delete-messages.png | 0
Dscreenshots/voice-recording.png | 0
7 files changed, 2 insertions(+), 5 deletions(-)

diff --git a/README.md b/README.md @@ -2,11 +2,7 @@ A GTK based GUI for the Messenger service of GNUnet. -![Screenshot of the about page](screenshots/about-page.png "The GNUnet messenger application") -![Screenshot of the account selection](screenshots/account-selection.png "Select an account") -![Screenshot of the contact information view](screenshots/contact-info.png "Look at contact information") -![Screenshot of the delete messages dialog](screenshots/delete-messages.png "Delete messages with a custom delay") -![Screenshot of the voice recording preview](screenshots/voice-recording.png "Listen to the preview of voice recordings before sending") +![Overview of the application](screenshots/messenger.png "Overview of the application") ## Features @@ -39,6 +35,7 @@ The following dependencies are required and need to be installed to build the ap - [libnotify](https://gitlab.gnome.org/GNOME/libnotify): For notifications - [qrencode](https://github.com/fukuchi/libqrencode): For generating QR codes to share credentials - [gstreamer](https://gitlab.freedesktop.org/gstreamer): For recording and playing voice messages + - [pipewire](https://gitlab.freedesktop.org/pipewire/pipewire): For capturing images from camera sensors - [libportal](https://github.com/flatpak/libportal): For requesting permission to use certain system features As additional step you will need to load all required git submodules via `git submodule init` and `git submodule update`. It is also possible to just add the `--recursive` flag while cloning the repository to do that automatically. diff --git a/screenshots/about-page.png b/screenshots/about-page.png Binary files differ. diff --git a/screenshots/account-selection.png b/screenshots/account-selection.png Binary files differ. diff --git a/screenshots/chat.png b/screenshots/chat.png Binary files differ. diff --git a/screenshots/contact-info.png b/screenshots/contact-info.png Binary files differ. diff --git a/screenshots/delete-messages.png b/screenshots/delete-messages.png Binary files differ. diff --git a/screenshots/voice-recording.png b/screenshots/voice-recording.png Binary files differ.