diff --git a/com.github.stsdc.monitor.spec b/com.github.stsdc.monitor.spec index 8cc876ec..70c1ea92 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.17.1 +Version: 0.17.2 Release: %autorelease Summary: Manage processes and monitor system resources License: GPLv3 diff --git a/debian/changelog b/debian/changelog index 120d72fa..e5b3e26a 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,13 @@ +com.github.stsdc.monitor (0.17.2) jammy; urgency=low + + * Add CPU frequency and VRAM to the indicator + * Fix: If card0 is not available try card1 + * Update Japanese translation + * Update French translation + * Update Russian translation + + -- Stanisław Dac Mon, 09 Sep 2024 16:06:06 +0000 + com.github.stsdc.monitor (0.17.1) jammy; urgency=low * Fix VRAM percentage diff --git a/meson.build b/meson.build index 453cb745..8dfcf370 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.17.1') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.17.2') # these are Meson modules gnome = import('gnome')