diff --git a/ChangeLog b/ChangeLog index 537ac33..dac776e 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +## Version 0.10.0 +* Implement tagging and filtering messages +* Adjust media previews and optimize memory footprint +* Implement sharing profile attribute and profile picture with contacts +* Fix several UI issues and memory leaks +* Improve UI to waste less vertical space for smaller screens +* Add localization for English, German and Spanish + ## Version 0.9.0 * Fixes compatibility with libgnunetchat 0.3.0 * Contacts can be blocked and unblocked diff --git a/resources/org.gnunet.Messenger.appdata.xml b/resources/org.gnunet.Messenger.appdata.xml index 375a7aa..5167d56 100644 --- a/resources/org.gnunet.Messenger.appdata.xml +++ b/resources/org.gnunet.Messenger.appdata.xml @@ -66,10 +66,20 @@ org.gnunet.Messenger.desktop - +
    -
  • Contacts can be blocked and unblocked to filter chat messages.
  • +
  • Messages can be tagged, filtered and searched.
  • +
  • Profile pictures can be added and shared with other contacts.
  • +
  • Supports localization for English, German and Spanish.
  • +
+
+ https://www.gnunet.org/en/news/2024-06-0.21.2.html +
+ + +
    +
  • Contacts can be blocked and unblocked to filter chat messages.
  • Requests for permission to use a camera, autostart the application and running it in background.
  • Camera sensors can be selected to exchange contact information.
diff --git a/snap/snapcraft.yaml b/snap/snapcraft.yaml index 4fadb6f..e7007e8 100644 --- a/snap/snapcraft.yaml +++ b/snap/snapcraft.yaml @@ -1,5 +1,5 @@ name: messenger-gtk -version: 0.9.0 +version: 0.10.0 title: GNUnet Messenger summary: A GTK based GUI for the Messenger service of GNUnet. description: | @@ -82,14 +82,14 @@ parts: - libgnutls-dane0 - libunbound8 - libltdl7 - source: http://ftpmirror.gnu.org/gnunet/gnunet-0.21.1.tar.gz + source: http://ftpmirror.gnu.org/gnunet/gnunet-0.21.2.tar.gz plugin: autotools autotools-configure-parameters: - --prefix=/usr - --disable-documentation libgnunetchat: after: [ gnunet ] - source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.3.1.tar.gz + source: http://ftpmirror.gnu.org/gnunet/libgnunetchat-0.5.0.tar.gz plugin: meson meson-parameters: - --prefix=/usr @@ -118,7 +118,7 @@ parts: - libpipewire-0.3-0t64 - libportal1 - libportal-gtk3-1 - source: http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.9.0.tar.gz + source: http://ftpmirror.gnu.org/gnunet/messenger-gtk-0.10.0.tar.gz plugin: meson meson-parameters: - --prefix=/usr