Skip to content

Commit

Permalink
bump version and add changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Jun 16, 2022
1 parent 96753fd commit a821dcb
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
2 changes: 1 addition & 1 deletion com.github.stsdc.monitor.spec
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> Thu, 16 Jun 2022 13:53:33 +0000

com.github.stsdc.monitor (0.13.0) focal; urgency=low

* Fix saving indicator preferences
Expand Down
2 changes: 1 addition & 1 deletion meson.build
Original file line number Diff line number Diff line change
@@ -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')
Expand Down

0 comments on commit a821dcb

Please sign in to comment.