Skip to content

Commit 4b19c78

Browse files
committed
5.8.0
1 parent 04e91f5 commit 4b19c78

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

debian/changelog

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
muffin (5.8.0) victoria; urgency=medium
2+
3+
[ Michael Webster ]
4+
* meta-gpu-xrandr: Account for the current user text scale factor when calculating the crtc scale based on Xft.dpi.
5+
* window.c: Allow meta_window_get_xwindow() to be used with introspection.
6+
* Restore some global signals.
7+
* window.c: Restore property notify for the tile mode property.
8+
* place.c: Add missing import.
9+
* display.c: Make meta_display_get_pointer_window() available to cinnamon again.
10+
* clutter-text.c: Remove redundant clutter_text_set_buffer call in finalize.
11+
* window.c: Fix copy/paste error in tile zone detection.
12+
* github workflow: Add optional ssh session.
13+
* tiling: Expose tile 'push' actions that are currently used by keybindings.
14+
15+
-- Clement Lefebvre <[email protected]> Thu, 01 Jun 2023 16:15:07 +0100
16+
117
muffin (5.6.3) vera; urgency=medium
218

319
[ Bobby Rong ]

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

0 commit comments

Comments
 (0)