Skip to content

Commit

Permalink
2.8.0
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Nov 19, 2023
1 parent 89344d2 commit d4e9fc9
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
xapp (2.8.0) virginia; urgency=medium

[ Michael Webster ]
* Add github issue templates.
* xapp-gtk3-module.c: Use the 'realize' signal to trigger injecting the favorites:// uri into the sidebar places.
* xapp-sn-watcher.c: Mute some warning messages from more of dbus-menu, gtk.

[ Rick Calixte ]
* Fix meson.build deprecations up to 0.56.0 (#172)

[ Michael Webster ]
* Update issue template with a link to open and closed issues.
* Remove unused includes, bump required gtk version.

-- Clement Lefebvre <root@linuxmint.com> Sun, 19 Nov 2023 10:39:22 +0000

xapp (2.6.1) victoria; urgency=medium

[ Clement Lefebvre ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
project('xapp',
'c',
version : '2.6.1',
version : '2.8.0',
default_options : [ 'buildtype=debugoptimized' ],
meson_version : '>=0.56.0'
)
Expand Down

0 comments on commit d4e9fc9

Please sign in to comment.