diff --git a/com.github.stsdc.monitor.spec b/com.github.stsdc.monitor.spec index 8b0cf706..4a916f94 100755 --- a/com.github.stsdc.monitor.spec +++ b/com.github.stsdc.monitor.spec @@ -2,7 +2,7 @@ %global appname com.github.stsdc.monitor Name: com.github.stsdc.monitor -Version: 0.16.1 +Version: 0.17.0 Release: %autorelease Summary: Manage processes and monitor system resources License: GPLv3 diff --git a/debian/changelog b/debian/changelog index 449c778c..b6c76782 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,12 @@ +com.github.stsdc.monitor (0.17.0) jammy; urgency=low + + * Add GPU temperature to the Indicator + * Fix assigning right icon and name to a process (special thanks to @ppvan and @Nahu) + * Allow to filter processes by command + * Fix for icons appear slightly smaller in detailed process view + + -- Stanisław Dac Sun, 23 Jul 2023 00:35:37 +0000 + com.github.stsdc.monitor (0.16.1-0) jammy; urgency=low * Fix segfault when user can't be retrieved for process diff --git a/meson.build b/meson.build index d9c2b993..2c47b0f3 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.16.1') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.17.0') # these are Meson modules gnome = import('gnome')