Skip to content

Commit 232df05

Browse files
committed
5.4.11
1 parent aab79cc commit 232df05

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

debian/changelog

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,21 @@
1+
cinnamon (5.4.11) vanessa; urgency=medium
2+
3+
[ Michael Webster ]
4+
* keybindings.js: Use bindings.get() - this.bindings is a Map.
5+
* Re-add soup 2.4 bindings as a runtime-only dependency, and add a version requirement to cinnamon's environment.
6+
7+
[ JosephMcc ]
8+
* Reimplement the locate pointer functionality
9+
10+
[ Michael Webster ]
11+
* cs_sound.py: Add some more sound ids to ignore.
12+
* keybindings.js: Fix incorrect check.
13+
* screenshot.js: Improve button event handling, listen to stage events during rubber-banding.
14+
* st-theme-node.c: Fix a leak when falling back to the default theme on 'important' ui elements.
15+
* locatePointer: Only grab the keybinding if the feature is enabled.
16+
17+
-- Clement Lefebvre <[email protected]> Sun, 21 Aug 2022 12:13:03 +0200
18+
119
cinnamon (5.4.10) vanessa; urgency=medium
220

321
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('Cinnamon', 'c', version : '5.4.10', meson_version : '>=0.47.0')
1+
project('Cinnamon', 'c', version : '5.4.11', meson_version : '>=0.47.0')
22

33
gnome = import('gnome')
44
i18n = import('i18n')

0 commit comments

Comments
 (0)