Skip to content

Commit 414f523

Browse files
authored
Release 8.5.1 (#2845)
1 parent f317b40 commit 414f523

2 files changed

Lines changed: 15 additions & 2 deletions

File tree

data/gala.metainfo.xml.in

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

2929
<releases>
30+
<release version="8.5.1" date="2026-05-12" urgency="medium">
31+
<description>
32+
<p>Improvements:</p>
33+
<ul>
34+
<li>Fixed a frequent crash with multi monitor setups</li>
35+
<li>Updated translations</li>
36+
</ul>
37+
</description>
38+
<issues>
39+
<issue url="https://github.com/elementary/gala/issues/2839">Semi-crash crash when alt-tabbing from secondary monitor to the first</issue>
40+
</issues>
41+
</release>
42+
3043
<release version="8.5.0" date="2026-05-04" urgency="medium">
3144
<description>
3245
<p>Improvements:</p>
@@ -190,7 +203,7 @@
190203
<issue url="https://github.com/elementary/gala/issues/2415">Wrong animation origin for windows on display 2 on workspace overview</issue>
191204
</issues>
192205
</release>
193-
206+
194207
<release version="8.2.2" date="2025-05-17" urgency="medium">
195208
<description>
196209
<p>Improvements:</p>

meson.build

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

0 commit comments

Comments
 (0)