From a821dcbd5fc5829f87f5267af5013996652cf3a0 Mon Sep 17 00:00:00 2001 From: stsdc <6031763+stsdc@users.noreply.github.com> Date: Thu, 16 Jun 2022 14:02:53 +0200 Subject: [PATCH] bump version and add changelogs --- com.github.stsdc.monitor.spec | 2 +- debian/changelog | 12 ++++++++++++ meson.build | 2 +- 3 files changed, 14 insertions(+), 2 deletions(-) diff --git a/com.github.stsdc.monitor.spec b/com.github.stsdc.monitor.spec index 824d973e..fb5f5879 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.13.0 +Version: 0.14.0 Release: %autorelease Summary: Manage processes and monitor system resources License: GPLv3 diff --git a/debian/changelog b/debian/changelog index a0b4e9c6..4414d9c6 100644 --- a/debian/changelog +++ b/debian/changelog @@ -1,3 +1,15 @@ +com.github.stsdc.monitor (0.14.0) focal; urgency=low + + * Sort list of opened files by process for easier reading + * Improve command parsing: support python commands + * Display bash icon for bash processes + * improve wording for disabling smooth lines option + * Fix incorrect spacing when confirming to kill process + * Hide search bar when avtive view is not a ProcessView + * Render charts for more than 36 cores + + -- Stanisław Dac Thu, 16 Jun 2022 13:53:33 +0000 + com.github.stsdc.monitor (0.13.0) focal; urgency=low * Fix saving indicator preferences diff --git a/meson.build b/meson.build index 226cfcb2..6b02514a 100644 --- a/meson.build +++ b/meson.build @@ -1,4 +1,4 @@ -project('com.github.stsdc.monitor', 'vala', 'c', version: '0.13.0') +project('com.github.stsdc.monitor', 'vala', 'c', version: '0.14.0') # these are Meson modules gnome = import('gnome')