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:
| M | README.md | | | 7 | ++----- |
| D | screenshots/about-page.png | | | 0 | |
| D | screenshots/account-selection.png | | | 0 | |
| D | screenshots/chat.png | | | 0 | |
| D | screenshots/contact-info.png | | | 0 | |
| D | screenshots/delete-messages.png | | | 0 | |
| D | screenshots/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. - - - - - + ## 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.