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 84a91d9 commit 930de9eCopy full SHA for 930de9e
debian/changelog
@@ -1,3 +1,14 @@
1
+muffin (5.4.5) vanessa; urgency=medium
2
+
3
+ [ Fabio Fantoni ]
4
+ * fix a spelling error spotted by lintian
5
6
+ [ Michael Webster ]
7
+ * window.c: Allow tiling in any monitor orientataion.
8
+ * tiling: Disable drag-to-maximize behavior if tiling is disabled, fix drag re-tile/maximize behavior in all scenarios.
9
10
+ -- Clement Lefebvre <[email protected]> Mon, 01 Aug 2022 16:03:55 +0200
11
12
muffin (5.4.4) vanessa; urgency=medium
13
14
[ Michael Webster ]
meson.build
@@ -1,5 +1,5 @@
project('muffin', 'c',
- version: '5.4.4',
+ version: '5.4.5',
meson_version: '>= 0.50.0',
license: 'GPLv2+'
)
0 commit comments