Skip to content

Commit 8842b16

Browse files
committed
6.6.4
1 parent 8727659 commit 8842b16

File tree

2 files changed

+97
-1
lines changed

2 files changed

+97
-1
lines changed

debian/changelog

Lines changed: 96 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,99 @@
1+
cinnamon (6.6.4) zena; urgency=medium
2+
3+
[ Clement Lefebvre ]
4+
* cinnamon-settings: Add support for mintsysadm
5+
* l10n: Update POT
6+
7+
[ Michael Webster ]
8+
* keyboard: Always fetch the full XkbInfo store except when adding a layout.
9+
10+
[ Clement Lefebvre ]
11+
* defaults: Switch gucharmap for GNOME Calendar
12+
13+
[ fredcw ]
14+
* GWL: Add generic icon for apps with no icon (#13294)
15+
* menu applet: Show generic icon on sidebar if fav app has no themed icon (#13296)
16+
17+
[ Clement Lefebvre ]
18+
* js: Fix missing import
19+
20+
[ Michael Webster ]
21+
* st-entry.c: Disable cursor blink.
22+
* keyboardManager.js: When loading configured sources, always ensure at least one layout.
23+
* keyboardManager.js: Make sure to reload the current engine properties when sources change.
24+
* keyboardManager.js: Update the definition of 'multiple sources'.
25+
26+
[ Clement Lefebvre ]
27+
* cs_notifications: i18n test notification title
28+
* l10n: Update POT
29+
30+
[ fredcw ]
31+
* trigger xlet settings update when settings options "Reset to defaults"... (#13297)
32+
33+
[ JosephMcc ]
34+
* recent applet: Fix label alignment (#13302)
35+
36+
[ rlbxku1r ]
37+
* menu: Fix context menu to not close the menu applet (#13318)
38+
39+
[ Balló György ]
40+
* Hide icon themes that marked as 'Hidden' (#13307)
41+
42+
[ fredcw ]
43+
* Put back "notifications" role removed in commit... (#13303)
44+
* messageTray.js: Check for pending notifications after showing a notification (#13277)
45+
46+
[ NotSirius-A ]
47+
* Fixed menu editor freezing on right-clicking categories on the left menu (#13306)
48+
49+
[ Michael Webster ]
50+
* cinnamon-menu-editor: Remember the scroll position when refreshing the item list after an edit.
51+
* menu/desktop editor: Load and save for the current language when editing desktop entries.
52+
* cinnamon-slideshow.py: Continue with the next background in a folder when launched (if it exists), instead of always starting over.
53+
54+
[ fredcw ]
55+
* cinnamon theme: use a variable for consistent window/popup border radius (#13328)
56+
57+
[ Michael Webster ]
58+
* sound applet: Fix panel album art not being discarded and falling out of sync with the active player.
59+
60+
[ Kaushik B ]
61+
* Fix OSD fading out when updated during hide animation (#13335)
62+
63+
[ Clement Lefebvre ]
64+
* network applet: Remove symbolic icons
65+
* sound applet: Switch leftover Adwaita icon names to XSI
66+
* popupmenu.js: Switch leftover Adwaita icon names to XSI
67+
68+
[ Michael Webster ]
69+
* SettingsWidgets: Silently ignore BinFileMonitor errors.
70+
71+
[ Clement Lefebvre ]
72+
* cs_calendar: Localize regions and cities
73+
* l10n: Update POT
74+
* Fix localization in KeybindingWidgets.py
75+
* cs_default: Fix localization in removable_media_defs
76+
* l10n: Update POT
77+
78+
[ rlbxku1r ]
79+
* menu: Fix input method key event handling (#13317)
80+
81+
[ Michael Webster ]
82+
* placesManager.js: Add mounts with no associated volume. (#13325)
83+
* osk: Restore control and Alt keys (#13337)
84+
85+
[ hduelme ]
86+
* wrong app id in calc search provider example (#13249)
87+
88+
[ Michael Webster ]
89+
* KeybindingWidgets.py: Fix keybinding teaching in wayland sessions.
90+
* cs_keyboard: Add an XKB options page. (#13343)
91+
92+
[ Clement Lefebvre ]
93+
* l10n: Update POT
94+
95+
-- Clement Lefebvre <root@linuxmint.com> Thu, 08 Jan 2026 13:29:45 +0000
96+
197
cinnamon (6.6.3) zena; urgency=medium
298

399
[ Leigh Scott ]

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 : '6.6.3', meson_version : '>=0.56.0')
1+
project('Cinnamon', 'c', version : '6.6.4', meson_version : '>=0.56.0')
22

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

0 commit comments

Comments
 (0)