Skip to content

Commit a821dcb

Browse files
committed
bump version and add changelogs
1 parent 96753fd commit a821dcb

File tree

3 files changed

+14
-2
lines changed

3 files changed

+14
-2
lines changed

com.github.stsdc.monitor.spec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
%global appname com.github.stsdc.monitor
33

44
Name: com.github.stsdc.monitor
5-
Version: 0.13.0
5+
Version: 0.14.0
66
Release: %autorelease
77
Summary: Manage processes and monitor system resources
88
License: GPLv3

debian/changelog

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,15 @@
1+
com.github.stsdc.monitor (0.14.0) focal; urgency=low
2+
3+
* Sort list of opened files by process for easier reading
4+
* Improve command parsing: support python commands
5+
* Display bash icon for bash processes
6+
* improve wording for disabling smooth lines option
7+
* Fix incorrect spacing when confirming to kill process
8+
* Hide search bar when avtive view is not a ProcessView
9+
* Render charts for more than 36 cores
10+
11+
-- Stanisław Dac <[email protected]> Thu, 16 Jun 2022 13:53:33 +0000
12+
113
com.github.stsdc.monitor (0.13.0) focal; urgency=low
214

315
* Fix saving indicator preferences

meson.build

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.13.0')
1+
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.14.0')
22

33
# these are Meson modules
44
gnome = import('gnome')

0 commit comments

Comments
 (0)