Skip to content

Commit

Permalink
bump version to 0.17.0
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Jul 22, 2023
1 parent 209c645 commit a9b4257
Show file tree
Hide file tree
Showing 3 changed files with 11 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.16.1
Version: 0.17.0
Release: %autorelease
Summary: Manage processes and monitor system resources
License: GPLv3
Expand Down
9 changes: 9 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -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 <[email protected]> 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
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.16.1')
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.17.0')

# these are Meson modules
gnome = import('gnome')
Expand Down

0 comments on commit a9b4257

Please sign in to comment.