Skip to content

Commit

Permalink
4.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
clefebvre committed Dec 28, 2019
1 parent 48ac13f commit d1aad3b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
2 changes: 1 addition & 1 deletion configure.ac
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
AC_PREREQ(2.63)
AC_INIT([cinnamon],[4.4.5],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])
AC_INIT([cinnamon],[4.4.6],[https://github.com/linuxmint/Cinnamon/issues],[cinnamon])

AC_CONFIG_HEADERS([config.h])
AC_CONFIG_SRCDIR([src/cinnamon-global.c])
Expand Down
19 changes: 19 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,22 @@
cinnamon (4.4.6) tricia; urgency=medium

[ Michael Webster ]
* grouped-window-list: Add listener for workspace changes that do not precede the MetaDisplay's 'window-created' signal.
* cs_info.py: Show a busy indicator on the Upload button while the upload-system-info script is running.
* runDialog.js: allow navigating completions using the arrow keys.
* runDialog.js: When the completion list is open and enter is hit, only execute the line immediately if the path is to a folder, otherwise close the completion list while leaving the last selected completion appended to the original entry contents. This allows arguments to be added by the user.
* runDialog.js: Expand ~ to the home path when tabbing for completions, and when executing the command line, expand ~ always.
* cs_themes.py: Change how the gtk3 css override file is handled.
* issue template: Add a section to attach xlet configuration if relevant.

[ JosephMcc ]
* cs_sound.py: Allow previewing the sound even when disabled

[ Clement Lefebvre ]
* Revert "GWL: Remove hotkeys"

-- Clement Lefebvre <root@linuxmint.com> Sat, 28 Dec 2019 12:01:06 +0000

cinnamon (4.4.5) tricia; urgency=medium

[ Michael Webster ]
Expand Down

0 comments on commit d1aad3b

Please sign in to comment.