Skip to content

Commit 78c1ce2

Browse files
committed
5.4.2
1 parent c894eb8 commit 78c1ce2

File tree

2 files changed

+24
-1
lines changed

2 files changed

+24
-1
lines changed

debian/changelog

Lines changed: 23 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,26 @@
1+
muffin (5.4.2) vanessa; urgency=medium
2+
3+
[ Cobinja ]
4+
* Fix placement of transient children of fullscreen windows
5+
6+
[ Michael Webster ]
7+
* frames.c: Re-implement directional maximization when double-clicking the frame edges.
8+
* theme.c: Don't suppress the invisible border for non-tile/maximized non-resizable windows.
9+
* Restore the 'bring windows which require attention to the current workspace' feature.
10+
* window.c: Make opacity a public property.
11+
12+
[ Latchezar Tzvetkoff ]
13+
* Fix "Center window in screen" behavior (#623)
14+
15+
[ Michael Webster ]
16+
* frames.c: Fix calculations for determining resize zones in a tiled state.
17+
* tiling: re-maximize previously-maximized windows when dragging, regardless of the tile-maximize preference.
18+
* grabs: Fix restoration of window state when resize or move actions are cancelled via Escape.
19+
* window.c: If maximizing a tiled window via titlebar, use the window's current, not its unconstrained position and size to pass to the constraints call.
20+
* compositor: Add a MetaSizeChange value for tiling.
21+
22+
-- Clement Lefebvre <[email protected]> Fri, 15 Jul 2022 15:06:59 +0200
23+
124
muffin (5.4.1) vanessa; urgency=medium
225

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

0 commit comments

Comments
 (0)