Skip to content

Commit

Permalink
Update changelog, appdata and snapcraft config
Browse files Browse the repository at this point in the history
Signed-off-by: Jacki <[email protected]>
  • Loading branch information
TheJackiMonster committed Jun 8, 2024
1 parent ae5d567 commit 341dc39
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 6 deletions.
8 changes: 8 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -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
Expand Down
14 changes: 12 additions & 2 deletions resources/org.gnunet.Messenger.appdata.xml
Original file line number Diff line number Diff line change
Expand Up @@ -66,10 +66,20 @@

<launchable type="desktop-id">org.gnunet.Messenger.desktop</launchable>
<releases>
<release version="0.9.0" date="2024-03-08">
<release version="0.10.0" date="2024-06-09">
<description>
<ul>
<li>Contacts can be blocked and unblocked to filter chat messages.</li>
<li>Messages can be tagged, filtered and searched.</li>
<li>Profile pictures can be added and shared with other contacts.</li>
<li>Supports localization for English, German and Spanish.</li>
</ul>
</description>
<url>https://www.gnunet.org/en/news/2024-06-0.21.2.html</url>
</release>
<release version="0.9.0" date="2024-03-08">
<description>
<ul>
<li>Contacts can be blocked and unblocked to filter chat messages.</li>
<li>Requests for permission to use a camera, autostart the application and running it in background.</li>
<li>Camera sensors can be selected to exchange contact information.</li>
</ul>
Expand Down
8 changes: 4 additions & 4 deletions snap/snapcraft.yaml
Original file line number Diff line number Diff line change
@@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 341dc39

Please sign in to comment.