Skip to content

Commit

Permalink
5.6.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jan 11, 2023
1 parent 3cb6b14 commit c8b2cef
Show file tree
Hide file tree
Showing 2 changed files with 31 additions and 1 deletion.
30 changes: 30 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,33 @@
cinnamon (5.6.6) vera; urgency=medium

[ Clement Lefebvre ]
* l10n: Update POT

[ Michael Webster ]
* cinnamon-settings themes: Check both new and legacy theme folders when uninstalling.
* startupAnimation.js: Make sure the shroud actor remains the size of the stage during startup.
* systray applet: Use the correct panel size when reloading icons.
* PanelManager: Keep track of the number of monitors.
* ChooserButtonWidgets: Fix button and menu images in hidpi.
* Fix reverse mouse scroll in the app switcher.
* window list: Ignore smooth scroll events when mousewheel cycling is enabled.
* makepot: Include comments from js files.
* Populate desktop files with new/changed translations.
* harvester.py: See if any spices are installed before going online to get new metadata.

[ MDPenguin ]
* appSwitcher: ignore smooth scrolling

[ Michael Webster ]
* cs_keyboard: Remove stray print line.
* cs_default: Don't use translated strings as dictionary keys.
* windowMenu.js: Don't display for desktop windows.

[ Clement Lefebvre ]
* Revert "makepot: Include comments from js files."

-- Clement Lefebvre <[email protected]> Wed, 11 Jan 2023 10:22:30 +0000

cinnamon (5.6.5) vera; urgency=medium

[ Tibladar ]
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('Cinnamon', 'c', version : '5.6.5', meson_version : '>=0.47.0')
project('Cinnamon', 'c', version : '5.6.6', meson_version : '>=0.47.0')

gnome = import('gnome')
i18n = import('i18n')
Expand Down

0 comments on commit c8b2cef

Please sign in to comment.