Skip to content

Commit 1f1de0d

Browse files
committed
6.6.0
1 parent 5e183f2 commit 1f1de0d

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-desktop (6.6.0) zena; urgency=medium
2+
3+
[ Michael Webster ]
4+
* org.cinnamon.desktop.interface.gschema: Mark the old scaling direction key as as unused.
5+
* build: debian/control fix for alt package name, use debugoptimized build type, fix meson warning.
6+
* debian/control: Remove old gdkpixbuf package.
7+
* build: Fix gnome-languages introspection.
8+
9+
[ Spencer Lommel ]
10+
* Cvc null check profile (#254)
11+
12+
[ Matt Turnbull ]
13+
* Remove the pnp_ids configuration option (unused as of 913198430f27852544f9443a250421168d3d4466) (#249)
14+
15+
[ Michael Webster ]
16+
* debian/control: Add provides to gir1.2-cinnamondesktop-3.0
17+
* Update input-sources schema
18+
* Don't show keyboard layout flags by default
19+
* gnome-desktop-thumbnail.c: Check for a filesystem-supplied preview icon before running thumbnailers.
20+
* gnome-desktop-thumbnail.c: Remove preview icon check in the fallback pixbuf loader code.
21+
* gnome-desktop-thumbnail.c: Initialize empty pixbuf.
22+
23+
[ Clement Lefebvre ]
24+
* Switch to xapp-symbolic-icons (XSI)
25+
26+
[ Michael Webster ]
27+
* org.cinnamon.desktop.keybindings.wm.gschema: Add direct keyboard layout keybindings.
28+
* Add magnifier reset keybinding.
29+
30+
-- Clement Lefebvre <root@linuxmint.com> Tue, 25 Nov 2025 14:15:05 +0000
31+
132
cinnamon-desktop (6.4.1) xia; urgency=medium
233

334
[ Himadri Sekhar Basu ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Meson build file
22

33
# https://github.com/linuxmint/cinnamon-desktop
4-
project('cinnamon-desktop', 'c', version : '6.4.1', meson_version : '>=0.56.0')
4+
project('cinnamon-desktop', 'c', version : '6.6.0', meson_version : '>=0.56.0')
55

66
# Before making a release, the LT_VERSION string should be modified.
77
# The string is of the form C.R.A.

0 commit comments

Comments
 (0)