Skip to content

Commit

Permalink
6.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Dec 19, 2024
1 parent f60d20f commit 0077d3d
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 1 deletion.
20 changes: 20 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,23 @@
cinnamon (6.4.3) xia; urgency=medium

[ JosephMcc ]
* theme: Fix missing text on virtual keyboard (#12572)

[ Clement Lefebvre ]
* Looking glass: Usability improvements

[ JosephMcc ]
* theme: Fix rounding in submenus (#12573)
* theme: Fix rounding and spacing in GWL window previews (#12571)

[ Clement Lefebvre ]
* dialogs: Respect animation settings
* Add logging and settings for nm/polkit/ssh agents
* PolkitAgent: don't crash if there is no avatar If we're asking for root's password, we don't show an avatar. Don't emit an exception in that case.
* polKitAgent: Don't crash when we cannot enable/disable the auth agent This makes it easier to run with jhbuild.

-- Clement Lefebvre <[email protected]> Thu, 19 Dec 2024 16:22:28 +0000

cinnamon (6.4.2) xia; urgency=medium

[ Karl Knechtel ]
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.2', meson_version : '>=0.56.0')
project('Cinnamon', 'c', version : '6.4.3', meson_version : '>=0.56.0')

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

0 comments on commit 0077d3d

Please sign in to comment.