diff --git a/data/io.elementary.monitor.metainfo.xml.in b/data/io.elementary.monitor.metainfo.xml.in index eddf7ba7..7d935239 100644 --- a/data/io.elementary.monitor.metainfo.xml.in +++ b/data/io.elementary.monitor.metainfo.xml.in @@ -33,7 +33,21 @@ - + + + +

Other Improvements:

+
    +
  • Updated translations
  • +
+
+ + 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 + +
+

Other Improvements:

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')