Skip to content

Commit 6f6f219

Browse files
committed
5.6.3
1 parent 06633ca commit 6f6f219

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

debian/changelog

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,17 @@
1+
muffin (5.6.3) vera; urgency=medium
2+
3+
[ Bobby Rong ]
4+
* compositor: Fix possible crash when restarting Cinnamon (#655)
5+
6+
[ Michael Webster ]
7+
* tiling: Skip the resize effect for tiled windows during user grabs.
8+
* tiling: Remove unnecessary update_edge_constraints().
9+
* Add tilix and qterminal to the new-window focus list.
10+
* window activation: Detect a couple of conditions that might cause initial window focus and stacking to be wrong (mostly because of bad timestamps), and correct them.
11+
* window.c: Improve the test for checking if an 'above' window may cover a new window.
12+
13+
-- Clement Lefebvre <[email protected]> Sat, 07 Jan 2023 15:54:38 +0000
14+
115
muffin (5.6.2) vera; urgency=medium
216

317
[ Michael Webster ]

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.6.2',
2+
version: '5.6.3',
33
meson_version: '>= 0.50.0',
44
license: 'GPLv2+'
55
)

0 commit comments

Comments
 (0)