Skip to content

Commit

Permalink
5.4.11
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Aug 21, 2022
1 parent aab79cc commit 232df05
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 1 deletion.
18 changes: 18 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
cinnamon (5.4.11) vanessa; urgency=medium

[ Michael Webster ]
* keybindings.js: Use bindings.get() - this.bindings is a Map.
* Re-add soup 2.4 bindings as a runtime-only dependency, and add a version requirement to cinnamon's environment.

[ JosephMcc ]
* Reimplement the locate pointer functionality

[ Michael Webster ]
* cs_sound.py: Add some more sound ids to ignore.
* keybindings.js: Fix incorrect check.
* screenshot.js: Improve button event handling, listen to stage events during rubber-banding.
* st-theme-node.c: Fix a leak when falling back to the default theme on 'important' ui elements.
* locatePointer: Only grab the keybinding if the feature is enabled.

-- Clement Lefebvre <root@linuxmint.com> Sun, 21 Aug 2022 12:13:03 +0200

cinnamon (5.4.10) vanessa; urgency=medium

[ Michael Webster ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('Cinnamon', 'c', version : '5.4.10', meson_version : '>=0.47.0')
project('Cinnamon', 'c', version : '5.4.11', meson_version : '>=0.47.0')

gnome = import('gnome')
i18n = import('i18n')
Expand Down

0 comments on commit 232df05

Please sign in to comment.