Skip to content

Commit

Permalink
6.4.5
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jan 9, 2025
1 parent c4c0489 commit 52845fe
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
cinnamon (6.4.5) xia; urgency=medium

[ fredcw ]
* dialog.js: add style class dialog-button-box (#12601)

[ Michael Webster ]
* virtualKeyboard.js: Re-enable focus monitoring.
* main.js: Handle an end-session-dialog failure to show.

[ Clement Lefebvre ]
* power applet: Fix typo
* power applet: Apply the proper class name to the active profile
* closeDialog: Fix exception when the window has no app

[ Michael Webster ]
* eventView.js: (minor) Fix possible undefined argument for set_events().

-- Clement Lefebvre <[email protected]> Thu, 09 Jan 2025 16:44:59 +0000

cinnamon (6.4.4) xia; urgency=medium

[ Clement Lefebvre ]
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 : '6.4.4', meson_version : '>=0.56.0')
project('Cinnamon', 'c', version : '6.4.5', meson_version : '>=0.56.0')

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

0 comments on commit 52845fe

Please sign in to comment.