Skip to content

Commit afdbb3d

Browse files
committed
5.4.10
1 parent dad45bb commit afdbb3d

File tree

2 files changed

+32
-1
lines changed

2 files changed

+32
-1
lines changed

debian/changelog

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,34 @@
1+
cinnamon (5.4.10) vanessa; urgency=medium
2+
3+
[ Michael Webster ]
4+
* live previews: Use clones when valid, and static images in certain situations when a usable clone or texture isn't guaranteed.
5+
* windowAttentionHandler: Fix new window focus issue with Firefox.
6+
* keybindings.js: Use a js Map to track keybindings and handle changes to custom keybindings properly.
7+
* osdWindow.js: Use correct allocation size for the fill level instead of the parent width.
8+
9+
[ ronyala ]
10+
* Remove rtl workaround for the triangle arrow direction, (#10980)
11+
12+
[ Michael Webster ]
13+
* windowAttentionHandler: remove notification fallback, re-add all 5.2 names to the pass-thru list.
14+
* windowManager.js: get rid of (non-cinnamon) popup menu animations.
15+
* [email protected]: Fix panel scrolling behavior.
16+
* windowManager.js: Complete the workspace switch immediately if no windows end up being animated.
17+
* panel.js: Don't create a (horizontal) panel barrier for a vertical panel if there is a horizontal panel adjacent to it.
18+
* panel.js: No barriers when there is only a single monitor.
19+
* panel.js: global.screen -> global.display
20+
21+
[ Secret-chest ]
22+
* More issue templates, not everything is a bug report (#11011)
23+
24+
[ Michael Webster ]
25+
* Fix bug remplate, remove question template.
26+
27+
[ Leigh Scott ]
28+
* Remove unused soup (#11002)
29+
30+
-- Clement Lefebvre <[email protected]> Sat, 13 Aug 2022 12:31:37 +0200
31+
132
cinnamon (5.4.9) vanessa; urgency=medium
233

334
[ 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.9', meson_version : '>=0.47.0')
1+
project('Cinnamon', 'c', version : '5.4.10', meson_version : '>=0.47.0')
22

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

0 commit comments

Comments
 (0)