Skip to content

Commit a275589

Browse files
committed
6.0.0
1 parent 4b87bf9 commit a275589

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

debian/changelog

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
muffin (6.0.0) virginia; urgency=medium
2+
3+
[ Michael Webster ]
4+
* Remove deprecated/removed zenity arguments.
5+
* Update issue templates.
6+
* bug report: Mention crashes.
7+
* Update issue template with a link to open and closed issues.
8+
* meta-monitor.c: Allow 75% scaling once more.
9+
* Make meta_set_verbose() public.
10+
11+
[ Rick Calixte ]
12+
* Fix a meson warning (#674)
13+
* Fix meson.build deprecations up to 0.56.0 (#675)
14+
15+
[ Michael Webster ]
16+
* keybindings: Restore window opacity keybindings.
17+
* input settings: Allow disabling stylus buttons.
18+
19+
[ Clement Lefebvre ]
20+
* Fix some incorrect gsettings schemas
21+
22+
[ Michael Webster ]
23+
* build/packaging: Restore Wayland support
24+
* wayland: Fix desktop background
25+
26+
-- Clement Lefebvre <[email protected]> Sun, 19 Nov 2023 13:47:31 +0000
27+
128
muffin (5.8.1) victoria; urgency=medium
229

330
[ Michael Webster ]

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
project('muffin', 'c',
2-
version: '5.8.1',
2+
version: '6.0.0',
33
meson_version: '>=0.56.0',
44
license: 'GPLv2+'
55
)

0 commit comments

Comments
 (0)