Skip to content

Commit 21f1673

Browse files
authored
Release 8.0.1 (#513)
1 parent a1321e8 commit 21f1673

File tree

2 files changed

+16
-2
lines changed

2 files changed

+16
-2
lines changed

data/io.elementary.monitor.metainfo.xml.in

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,21 @@
3333

3434
<content_rating type="oars-1.1" />
3535

36-
<releases>
36+
<releases>
37+
<release version="8.0.1" date="2025-11-26">
38+
<description>
39+
<p>Other Improvements:</p>
40+
<ul>
41+
<li>Updated translations</li>
42+
</ul>
43+
</description>
44+
<issues>
45+
<issue url="https://github.com/elementary/monitor/issues/503">GPU statusbar item uses only the first found GPU rather than select actively used one</issue>
46+
<issue url="https://github.com/elementary/monitor/issues/500">Starting in the background option doesn't seem to work</issue>
47+
<issue url="https://github.com/elementary/monitor/issues/496">Feature/Bug Flag parsing from csv issues</issue>
48+
</issues>
49+
</release>
50+
3751
<release version="8.0.0" date="2025-10-10">
3852
<description>
3953
<p>Other Improvements:</p>

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('io.elementary.monitor', 'vala', 'c', version: '8.0.0')
1+
project('io.elementary.monitor', 'vala', 'c', version: '8.0.1')
22

33
# these are Meson modules
44
gnome = import('gnome')

0 commit comments

Comments
 (0)