Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 15 additions & 1 deletion data/io.elementary.monitor.metainfo.xml.in
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,21 @@

<content_rating type="oars-1.1" />

<releases>
<releases>
<release version="8.0.1" date="2025-11-26">
<description>
<p>Other Improvements:</p>
<ul>
<li>Updated translations</li>
</ul>
</description>
<issues>
<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>
<issue url="https://github.com/elementary/monitor/issues/500">Starting in the background option doesn't seem to work</issue>
<issue url="https://github.com/elementary/monitor/issues/496">Feature/Bug Flag parsing from csv issues</issue>
</issues>
</release>

<release version="8.0.0" date="2025-10-10">
<description>
<p>Other Improvements:</p>
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
project('io.elementary.monitor', 'vala', 'c', version: '8.0.0')
project('io.elementary.monitor', 'vala', 'c', version: '8.0.1')

# these are Meson modules
gnome = import('gnome')
Expand Down