Skip to content

Commit 47cd18c

Browse files
committed
5.4.3
1 parent 8de3ec3 commit 47cd18c

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.4.3) vanessa; urgency=medium
2+
3+
[ JosephMcc ]
4+
* keybindings.c: Make sure we can tile before we attempt to (#624)
5+
6+
[ Michael Webster ]
7+
* tiling: Treat a maximized window as tiled for the purposes of determining whether or not to save the window's original position and size.
8+
* tiling: When tiling at the end of a grab, use the initial position and size from when the grab began instead of it's last position before tiling.
9+
10+
[ Rick Calixte ]
11+
* Fix .gitignore for builds
12+
13+
-- Clement Lefebvre <[email protected]> Wed, 20 Jul 2022 07:58:37 +0200
14+
115
muffin (5.4.2) vanessa; urgency=medium
216

317
[ Cobinja ]

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

0 commit comments

Comments
 (0)