We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a233463 commit 4bfb322Copy full SHA for 4bfb322
2 files changed
debian/changelog
@@ -1,3 +1,12 @@
1
+xapp (2.2.9) vanessa; urgency=medium
2
+
3
+ [ Michael Webster ]
4
+ * Implement scroll events with the fallback icon (GtkStatusIcon).
5
+ * sn-item.c: Handle Id property updates.
6
+ * xapp-icon-chooser-dialog.c: Don't be case-sensitive when searching.
7
8
+ -- Clement Lefebvre <root@linuxmint.com> Thu, 09 Jun 2022 15:44:34 +0200
9
10
xapp (2.2.8) una; urgency=medium
11
12
* l10n: Update translations
meson.build
@@ -1,6 +1,6 @@
project('xapp',
'c',
- version : '2.2.8',
+ version : '2.2.9',
default_options : [ 'buildtype=debugoptimized' ],
)
0 commit comments