Skip to content

Commit bfe1671

Browse files
committed
6.7.0-unstable
1 parent 557e4b7 commit bfe1671

2 files changed

Lines changed: 68 additions & 1 deletion

File tree

debian/changelog

Lines changed: 67 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,70 @@
1+
muffin (6.7.0) unstable; urgency=medium
2+
3+
[ Michael Webster ]
4+
* Clutter-A11y: Respect new setting to prevent resetting of the active (#781)
5+
6+
[ Aleksey Samoilov ]
7+
* Fix region clipping issues when using fractional scaling (#777)
8+
9+
[ Michael Webster ]
10+
* keybindings/modifiers (wayland): Remove old workaround for xwayland (#785)
11+
* clutter-event.c: Add fields for unaccelerated delta motion to touchpad events. (#786)
12+
* clutter-enums.h: Fix introspection definition and prefix. (#771)
13+
14+
[ Aleksey Samoilov ]
15+
* [Wayland] Add support for cursor-shape-v1 protocol (#756)
16+
* Small cleanup and fixes (#790)
17+
* [Input] Small API cleanups (#765)
18+
19+
[ Balló György ]
20+
* wayland/xdg-shell: Implement support for xdg_toplevel.wm_capabilities (#780)
21+
22+
[ Aleksey Samoilov ]
23+
* Fix use-after free and race conditions in Wayland idle inhibitation (#779)
24+
25+
[ Michael Webster ]
26+
* meta-wayland-pointer.c: Get correct device coordinates from the stage.
27+
* keybindings: Add meta_display_add_custom_keybinding_full().
28+
29+
[ Abraham Binder ]
30+
* Fix top position calculating when applying edge resistance. (#798)
31+
32+
[ Michael Webster ]
33+
* compositor: Add meta_get_stage_xwindow().
34+
35+
[ Clement Lefebvre ]
36+
* meta-stage: Remove backend assertions from overlay paint/update paths
37+
* cursor-sprite-xcursor: Use standard cursor names
38+
39+
[ Aleksey Samoilov ]
40+
* [Wayland] Direct scanout (#744)
41+
42+
[ Michael Webster ]
43+
* meta-cursor-sprite-xcursor.c: Adjust a few cursor names.
44+
* Support wlr-layer-shell-protocol. (#803)
45+
* Add stale workflow.
46+
* window.c: Fix regression in window positioning when a window is restored from a tiled state.
47+
48+
[ Aleksey Samoilov ]
49+
* [Wayland] Add support for xdg-system-bell-v1 protocol (#787)
50+
51+
[ Jeffrey Knockel ]
52+
* compositor.c: hidden panel windows aren't top (#802)
53+
54+
[ Rick Calixte ]
55+
* keybindings.c and prefs.h: Add separate key bindings for toggle window/workspace (#628)
56+
57+
[ Aleksey Samoilov ]
58+
* [Wayland] Add support for pointer-warp-v1 protocol (#795)
59+
* [Wayland] Add support for single-pixel-buffer-v1 protocol (#804)
60+
61+
[ Michael Webster ]
62+
* meta-window-actor-wayland.c: Fix a leak.
63+
* meta-wayland-single-pixel-buffer.c: Use correct cogl ref function, fix leak.
64+
* meta-cursor-sprite-xcursor.c: Fix grab/grabbing cursor names.
65+
66+
-- Clement Lefebvre <root@linuxmint.com> Mon, 13 Apr 2026 08:37:15 +0100
67+
168
muffin (6.6.3) zena; urgency=medium
269

370
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('muffin', 'c', version : '6.6.3', meson_version : '>=1.0.0', license : 'GPLv2+')
1+
project('muffin', 'c', version : '6.7.0', meson_version : '>=1.0.0', license : 'GPLv2+')
22

33
muffin_plugin_api_version = '3'
44

0 commit comments

Comments
 (0)