Skip to content

Commit 23580c3

Browse files
committed
6.4.0
1 parent 25ca365 commit 23580c3

File tree

2 files changed

+31
-1
lines changed

2 files changed

+31
-1
lines changed

debian/changelog

+30
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,33 @@
1+
cinnamon-settings-daemon (6.4.0) xia; urgency=medium
2+
3+
[ Michael Webster ]
4+
* csd-settings-remap-manager.c: Only report on missing schemas and keys when debugging.
5+
* csd-power-manager: Assume a keyboard backlight max-value of 0 to mean that adjustment is unsupported.
6+
7+
[ Clement Lefebvre ]
8+
* csd-media-keys: Adapt to new overamplification setting
9+
10+
[ Eli Schwartz ]
11+
* csd-wacom: remove ifdef code that cannot compile (#395)
12+
13+
[ JosephMcc ]
14+
* media-keys: Add support for an audio device selection dialog (#401)
15+
16+
[ Michael Webster ]
17+
* backport cinnamon-desktop changes, nightlight
18+
* Fix verbose/debug logging, add G_LOG_DOMAIN for easier tracking in journalctl.
19+
* csd-power: Refactoring display backlight code.
20+
* csd-color-state.c: Fix build warning/error.
21+
22+
[ JosephMcc ]
23+
* csd-media-keys: Show device description on volume OSD (#399)
24+
25+
[ Clement Lefebvre ]
26+
* csd-color-calibrate: Fix GNOME refs following plugin rebase
27+
* l10n: Update POT
28+
29+
-- Clement Lefebvre <root@linuxmint.com> Wed, 27 Nov 2024 09:41:10 +0000
30+
131
cinnamon-settings-daemon (6.2.0) wilma; urgency=medium
232

333
[ Gitoffthelawn ]

meson.build

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('cinnamon-settings-daemon', 'c', version : '6.2.0', meson_version : '>=0.56.0')
1+
project('cinnamon-settings-daemon', 'c', version : '6.4.0', meson_version : '>=0.56.0')
22

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

0 commit comments

Comments
 (0)