Skip to content

Commit 172e0fd

Browse files
committed
5.4.5
1 parent bc5ce07 commit 172e0fd

File tree

2 files changed

+26
-1
lines changed

2 files changed

+26
-1
lines changed

debian/changelog

Lines changed: 25 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,28 @@
1+
cinnamon (5.4.5) vanessa; urgency=medium
2+
3+
[ Michael Webster ]
4+
* xdnd: Change pick mode when checking for drop targets.
5+
* systray.js: Fix a couple of applets missed in bf2cce2e7016.
6+
* extensions: Allow an applet to assume more than one 'role'.
7+
* systray applet: Fix some issues when reloading icons after panel changes.
8+
* slider.js: Pass the proper arguments to _endDragging() from actor's button-release-event.
9+
10+
[ Cobinja ]
11+
* Fix testsound volume
12+
13+
[ JosephMcc ]
14+
* theme: Fix artifacts in the menu applet when scrolling the applications
15+
16+
[ Rick Calixte ]
17+
* Fix .gitignore for builds
18+
19+
[ Michael Webster ]
20+
* windowManager.js: Fix workspace switching when only-on-primary is enabled.
21+
* expo: Fix some bad behavior.
22+
* sound settings: Fix mic gain adjustment.
23+
24+
-- Clement Lefebvre <[email protected]> Wed, 20 Jul 2022 07:53:26 +0200
25+
126
cinnamon (5.4.4) vanessa; urgency=medium
227

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

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

0 commit comments

Comments
 (0)