diff --git a/data/com.github.stsdc.monitor.appdata.xml.in b/data/com.github.stsdc.monitor.appdata.xml.in index 6c258f0d..211c65fc 100644 --- a/data/com.github.stsdc.monitor.appdata.xml.in +++ b/data/com.github.stsdc.monitor.appdata.xml.in @@ -25,11 +25,10 @@ https://github.com/stsdc/monitor/issues - +
    -
  • Small bugfix
  • -
  • Added tooltips (Ryo Nakano)
  • +
  • System resources tab
diff --git a/debian/changelog b/debian/changelog index d6f7f459..4e3b60f4 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,9 @@ +com.github.stsdc.monitor (0.8.0) bionic; urgency=low + + * System resources tab + +-- Stanisław Dac Sun, 19 Jul 2020 00:30:43 +0200 + com.github.stsdc.monitor (0.7.3) bionic; urgency=low * Added tooltips to process state label (Ryo Nakano) diff --git a/meson.build b/meson.build index 8f1f0d30..294674c5 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.7.3') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.8.0') # these are Meson modules gnome = import('gnome')