From 113b7468ac548d4855be24c6d2affb5b55591d65 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stanis=C5=82aw?= <6031763+stsdc@users.noreply.github.com>
Date: Wed, 26 Nov 2025 16:45:57 +0100
Subject: [PATCH 1/3] Update fixed issues
---
data/io.elementary.monitor.metainfo.xml.in | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/data/io.elementary.monitor.metainfo.xml.in b/data/io.elementary.monitor.metainfo.xml.in
index eddf7ba7..9b96c144 100644
--- a/data/io.elementary.monitor.metainfo.xml.in
+++ b/data/io.elementary.monitor.metainfo.xml.in
@@ -33,6 +33,21 @@
+
+
+
+ Other Improvements:
+
+
+
+ GPU statusbar item uses only the first found GPU rather than select actively used one
+ Starting in the background option doesn't seem to work
+ Feature/Bug Flag parsing from csv issues
+
+
+
From 82fad3028702997f6d7467d90b9e5393438fcf39 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stanis=C5=82aw?= <6031763+stsdc@users.noreply.github.com>
Date: Wed, 26 Nov 2025 16:51:53 +0100
Subject: [PATCH 2/3] Remove doubled tag
---
data/io.elementary.monitor.metainfo.xml.in | 1 -
1 file changed, 1 deletion(-)
diff --git a/data/io.elementary.monitor.metainfo.xml.in b/data/io.elementary.monitor.metainfo.xml.in
index 9b96c144..7d935239 100644
--- a/data/io.elementary.monitor.metainfo.xml.in
+++ b/data/io.elementary.monitor.metainfo.xml.in
@@ -48,7 +48,6 @@
-
Other Improvements:
From 7e40fb148191f0f77208535af3381b7b4a87ff82 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Stanis=C5=82aw?= <6031763+stsdc@users.noreply.github.com>
Date: Wed, 26 Nov 2025 18:33:01 +0100
Subject: [PATCH 3/3] bump up version in meson file
---
meson.build | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/meson.build b/meson.build
index e4ed5d64..ee763725 100644
--- a/meson.build
+++ b/meson.build
@@ -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')