From a2755891d41eec1e8d51bd48b78e20d354db4871 Mon Sep 17 00:00:00 2001 From: Clement Lefebvre Date: Sun, 19 Nov 2023 13:50:08 +0000 Subject: [PATCH] 6.0.0 --- debian/changelog | 27 +++++++++++++++++++++++++++ meson.build | 2 +- 2 files changed, 28 insertions(+), 1 deletion(-) diff --git a/debian/changelog b/debian/changelog index c1b567174..4bd5574ee 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,30 @@ +muffin (6.0.0) virginia; urgency=medium + + [ Michael Webster ] + * Remove deprecated/removed zenity arguments. + * Update issue templates. + * bug report: Mention crashes. + * Update issue template with a link to open and closed issues. + * meta-monitor.c: Allow 75% scaling once more. + * Make meta_set_verbose() public. + + [ Rick Calixte ] + * Fix a meson warning (#674) + * Fix meson.build deprecations up to 0.56.0 (#675) + + [ Michael Webster ] + * keybindings: Restore window opacity keybindings. + * input settings: Allow disabling stylus buttons. + + [ Clement Lefebvre ] + * Fix some incorrect gsettings schemas + + [ Michael Webster ] + * build/packaging: Restore Wayland support + * wayland: Fix desktop background + + -- Clement Lefebvre Sun, 19 Nov 2023 13:47:31 +0000 + muffin (5.8.1) victoria; urgency=medium [ Michael Webster ] diff --git a/meson.build b/meson.build index 963c3a2b8..d3cb8b4c8 100644 --- a/meson.build +++ b/meson.build @@ -1,5 +1,5 @@ project('muffin', 'c', - version: '5.8.1', + version: '6.0.0', meson_version: '>=0.56.0', license: 'GPLv2+' )