We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 58ade13 commit abd397bCopy full SHA for abd397b
debian/changelog
@@ -1,3 +1,14 @@
1
+muffin (5.4.1) vanessa; urgency=medium
2
+
3
+ [ Michael Webster ]
4
+ * Add ClutterTextureContent.
5
+ * keybindings: Don't make custom shortcuts per-window.
6
+ * Suppress 'invisible' borders and theme shadows for maximized and tiled windows.
7
+ * bell: Restore configurability.
8
+ * meta-input-settings.c (a11y): Don't handle togglekeys.
9
10
+ -- Clement Lefebvre <[email protected]> Mon, 20 Jun 2022 10:22:22 +0200
11
12
muffin (5.4.0) vanessa; urgency=medium
13
14
[ Michael Webster ]
meson.build
@@ -1,5 +1,5 @@
project('muffin', 'c',
- version: '5.4.0',
+ version: '5.4.1',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)
0 commit comments