Skip to content

Commit

Permalink
5.8.3
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Jun 26, 2023
1 parent c954fd2 commit cd6ef4b
Show file tree
Hide file tree
Showing 2 changed files with 52 additions and 1 deletion.
51 changes: 51 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,54 @@
cinnamon (5.8.3) victoria; urgency=medium

[ fredcw ]
* js/misc/util.js: Add function splitByGlyph
* Sound applet: Truncate applet panel text by glyph instead...

[ Clement Lefebvre ]
* Theme settings: Add crossfade effect to stack

[ Michael Webster ]
* cinnamon-settings: Make sure the theme correctly falls back to hicolor when looking up icons.

[ fredcw ]
* Cinnamon theme: allow different text sizes in menu applet search box (#11718)

[ Michael Webster ]
* grouped-window-list: appGroup - make sure to call PopupMenu.close() when destroying the hover menu.

[ claudiux ]
* Update fileUtils.js to avoid error messages (#11715)

[ fredcw ]
* menu applet: fix menu changing size (#11720)

[ Michael Webster ]
* virtual keyboard: Fix size management.

[ fredcw ]
* menu applet: fix category button styling bug

[ Tibladar ]
* cs_info: Fix space in URLs (#11714)

[ Michael Webster ]
* gestures: Only allow window actions on ordinary windows and dialogs.
* gestures: Ignore update and end events for disabled actions.

[ fredcw ]
* Menu applet: Reduce default menu size (#11724)

[ Michael Webster ]
* theme settings: Don't use an additional stack for custom mode.

[ Anaxímeno Brito ]
* Update the default gestures actions (#11725)

[ Clement Lefebvre ]
* theme settings: Add margins

-- Clement Lefebvre <[email protected]> Mon, 26 Jun 2023 10:56:21 +0200

cinnamon (5.8.2) victoria; urgency=medium

[ Michael Webster ]
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.8.2', meson_version : '>=0.47.0')
project('Cinnamon', 'c', version : '5.8.3', meson_version : '>=0.47.0')

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

0 comments on commit cd6ef4b

Please sign in to comment.