Skip to content

Commit a204c95

Browse files
committed
5.4.7
1 parent 9411323 commit a204c95

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

debian/changelog

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,18 @@
1+
muffin (5.4.7) vanessa; urgency=medium
2+
3+
[ Fabio Fantoni ]
4+
* some fixes to debian packaging (#635)
5+
6+
[ Michael Webster ]
7+
* keybindings: Fix workspace navigation while dragging a window with the mouse.
8+
* tiling: Try to tile to the default size if a match exists, but is impossible to satisfy due to min/max size constraints.
9+
* tiling: Fix tile top/maximize tests.
10+
* window.c: Remove unused code.
11+
* tiling: Make it easier to debug.
12+
* Relocate bring-windows-to-current-workspace from org.cinnamon to org.cinnamon.muffin.
13+
14+
-- Clement Lefebvre <[email protected]> Mon, 05 Sep 2022 15:35:56 +0100
15+
116
muffin (5.4.6) vanessa; urgency=medium
217

318
[ JosephMcc ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('muffin', 'c',
2-
version: '5.4.6',
2+
version: '5.4.7',
33
meson_version: '>= 0.50.0',
44
license: 'GPLv2+'
55
)

0 commit comments

Comments
 (0)