Skip to content

Commit 6bf29ed

Browse files
committed
5.6.0
1 parent 16a8fad commit 6bf29ed

File tree

2 files changed

+165
-1
lines changed

2 files changed

+165
-1
lines changed

debian/changelog

Lines changed: 164 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,167 @@
1+
cinnamon (5.6.0) vera; urgency=medium
2+
3+
[ Michael Webster ]
4+
* workspacesView.js: Disconnect swipe handlers during destroy instead of unmapping.
5+
* Update issue templates.
6+
* messageTray.js: Don't assume the primary monitor is at index 0.
7+
* modalDialog.js: Don't assume monitor 0 is the primary.
8+
9+
[ hdulme ]
10+
* remove trailing semicolons
11+
* remove trailing semicolons
12+
13+
[ Asghwor ]
14+
* Fix inconsistent keyboard navigation in the Scale View and in the Expo View. (#11098)
15+
16+
[ hduelme ]
17+
* fix variable name (#11152)
18+
19+
[ Michael Webster ]
20+
* gwl: don't pass the wrong arguments to windowRemoved.
21+
* expo: Update the window's starting position when an update is triggered, in case the window moved to a different monitor during a drag.
22+
* overrides: Make MetaWindowActor.get_workspace always return an index;
23+
* Use github instead of circleci.
24+
* workflow: Fix dependency line.. maybe.
25+
* workflow: Go back to folded style.
26+
27+
[ Clement Lefebvre ]
28+
* settings: Make use of cinnamon-driver-manager shortcut
29+
30+
[ Monteiro ]
31+
* gwl: fix reload dragging pinned apps when group windows setting is disabled (#11191)
32+
33+
[ hduelme ]
34+
* replace deprecated use of GObject.SIGNAL_RUN_FIRST by GObject.SignalFlags.RUN_FIRST (#11128)
35+
36+
[ Joshua Peisach ]
37+
* cs_windows.py: Properly import CDesktopEnums (#10844)
38+
39+
[ Clement Lefebvre ]
40+
* cs_themes.py: Don't print an error if metadata.json is missing
41+
* cs_themes.py: Separate light/dark/darker themes
42+
* Add new cornerbar applet
43+
* Panel: Replace show-desktop with cornerbar
44+
* l10n: Update POT
45+
46+
[ Michael Webster ]
47+
* corner-bar: Don't track_hover on the bar actor.
48+
* desklets: Allow desklets to be locked in place.
49+
50+
[ hdulme ]
51+
* remove trailing semicolons
52+
53+
[ Joshua Peisach ]
54+
* cs-info: Add system icon (#11090)
55+
56+
[ Michael Webster ]
57+
* cs_info: Keep system image a reasonable size.
58+
* debian/control: Add missing dependency.
59+
* data/icons/meson.build: Silence a build warning.
60+
61+
[ Attila Greguss ]
62+
* Move spices download cache to `XDG_CACHE_HOME` directory (#11176)
63+
64+
[ Michael Webster ]
65+
* cs_keyboard: Add an entry to allow type-to-search shortcut names.
66+
* cs_themes: Don't require themes to support Gtk 2 any longer
67+
* windowMenu.js: Implement mnemonic accelerators.
68+
* makepot: Collect comments from js files.
69+
* harvester.py: cache_folder should be a pathlib.Path.
70+
* windowMenu.js: Never allow more than one menu at a time.
71+
* appSwitcher.js: Account for alt-tab reverse actions in the window.
72+
* cs_keyboard: Add missing switch-panels and switch-panels-backward keybindings.
73+
74+
[ Rick Calixte ]
75+
* Support multiple key bindings for 'locate-pointer-key' (#11143)
76+
77+
[ Michael Webster ]
78+
* cs_info: There should be no image set by default.
79+
80+
[ Bobby Rong ]
81+
* cs-info: Don't fail with the default system-icon-path value (#11245)
82+
83+
[ Rick Calixte ]
84+
* Add support for key bindings to Inhibit Applet
85+
* Cleanup whitespace
86+
87+
[ hdulme ]
88+
* replace equality None check with identity None check
89+
90+
[ Attila Greguss ]
91+
* fix: Actually use `XDG_DATA_HOME` to store themes and icons instead of home (#11175)
92+
* Use XDG_CONFIG_HOME to store background config files instead of .cinnamon (#11177)
93+
* Use XDG_CONFIG_HOME to primarily store spices configs in (#11182)
94+
* fix: use XDG_DATA_HOME to store custom launchers, also fix launcher desklet (#11185)
95+
* Use `XDG_STATE_HOME` for logfiles instead of `~/.cinnamon` (#11186)
96+
97+
[ hdulme ]
98+
* remove unused imports harvester.py
99+
* remove unused imports updates.py
100+
101+
[ hduelme ]
102+
* use @staticmethod in Spices.py (#11257)
103+
* fix python docstring style (#11258)
104+
105+
[ hdulme ]
106+
* simplify boolean check in cs_default
107+
108+
[ hduelme ]
109+
* remove redundant parentheses (#11259)
110+
111+
[ Michael Webster ]
112+
* Use a custom actor for the uiGroup.
113+
* cs_backgrounds: Use font-size instead of font-scale to reduce the author and size markup.
114+
115+
[ Bobby Rong ]
116+
* build: Fix some hardcode path issues (#11244)
117+
118+
[ hdulme ]
119+
* replace equality None check with identity None check
120+
* removed unused variable check-js
121+
122+
[ Clement Lefebvre ]
123+
* GWL: Move nemo shortcut to the left
124+
125+
[ Rick Calixte ]
126+
* Add a setting for notification duration (#11202)
127+
128+
[ Andrei Miculita ]
129+
* Rename "Preferences" to "Applet preferences" in applets where it might be confusing (#11216)
130+
131+
[ Himadri Sekhar Basu ]
132+
* Categorize default applications (#11287)
133+
134+
[ Michael Webster ]
135+
* cs_default: Fix a typo, and set a default height to prevent the window from growing too tall.
136+
137+
[ Rick Calixte ]
138+
* Add key bindings to move window to workspace up/down (#11264)
139+
140+
[ Michael Webster ]
141+
* cs_keyboard: Improve a few keybinding descriptions.
142+
143+
[ sm02ll ]
144+
* The middle click toggles the sound and places the microphone in the same state. #11255 (#11256)
145+
146+
[ veractor ]
147+
* cs_default.py: Add entry for terminal exec-arg
148+
149+
[ Michael Webster ]
150+
* Improve presentation of terminal args.
151+
* layout.js: Actually change actor visibility on fullscreen monitors.
152+
* Restore set_skip_paint method for the uiGroup.
153+
* appletManager.js: Fix typo.
154+
* layout.js: Fix picking in fullscreen.
155+
156+
[ hduelme ]
157+
* python: optimize lists (#11281)
158+
159+
[ Clement Lefebvre ]
160+
* Depend on libcjs0
161+
* l10n: Update POT
162+
163+
-- Clement Lefebvre <[email protected]> Fri, 18 Nov 2022 10:38:58 +0000
164+
1165
cinnamon (5.4.12) vanessa; urgency=medium
2166

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

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

0 commit comments

Comments
 (0)