Skip to content

Commit 4efd67a

Browse files
authored
Merge branch 'main' into leolost/panel-window-use-window-positioner
2 parents f4590ff + b9dd5cc commit 4efd67a

File tree

2 files changed

+17
-2
lines changed

2 files changed

+17
-2
lines changed

data/gala.metainfo.xml.in

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,21 @@
2727
<update_contact>contact_at_elementary.io</update_contact>
2828

2929
<releases>
30+
<release version="8.0.3" date="2024-11-20" urgency="medium">
31+
<description>
32+
<p>Improvements:</p>
33+
<ul>
34+
<li>Updated translations</li>
35+
</ul>
36+
</description>
37+
<issues>
38+
<issue url="https://github.com/elementary/dock/issues/300">Slight timeout before hiding dock again</issue>
39+
<issue url="https://github.com/elementary/dock/issues/309">Dock doesn't disappear with two tiled maximised windows</issue>
40+
<issue url="https://github.com/elementary/gala/issues/1960">Multitasking view doesn't respond to touchscreen events</issue>
41+
<issue url="https://github.com/elementary/gala/issues/2064">Multitasking view on wayland gets stuck grabbing window</issue>
42+
</issues>
43+
</release>
44+
3045
<release version="8.0.2" date="2024-10-24" urgency="medium">
3146
<description>
3247
<p>Improvements:</p>
@@ -35,7 +50,7 @@
3550
</ul>
3651
</description>
3752
<issues>
38-
<issue url="https://github.com/elementary/gala/issues/1737">Cursor only visible in window screenshots </issue>
53+
<issue url="https://github.com/elementary/gala/issues/1737">Cursor only visible in window screenshots</issue>
3954
<issue url="https://github.com/elementary/gala/issues/1898">wayland: opening windows when overview is opened breaks a lot</issue>
4055
<issue url="https://github.com/elementary/gala/issues/2053">Window renders black</issue>
4156
<issue url="https://github.com/elementary/gala/issues/2067">Terminal and System Settings have generic icon in multitasking view on Wayland</issue>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
project('gala',
22
'c', 'vala',
3-
version: '8.0.2',
3+
version: '8.0.3',
44
meson_version: '>= 0.59.0',
55
license: 'GPL3',
66
)

0 commit comments

Comments
 (0)