Skip to content

Commit

Permalink
bump version; add changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
stsdc committed Jan 10, 2022
1 parent e4bb3a2 commit d345521
Show file tree
Hide file tree
Showing 3 changed files with 13 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.11.0
Version: 0.12.0
Release: %autorelease
Summary: Manage processes and monitor system resources
License: GPLv3
Expand Down
11 changes: 11 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
com.github.stsdc.monitor (0.12.0) focal; urgency=low

* Handle LUKS volumes
* Update Russian translation
* Better CPU info UI
* Add support for GPUs (AMD, Nvidia)
* Indicate high usage of cpu and memory in the Indicator
* Better CPU temperature detection

-- Stanisław Dac <[email protected]> Wed, 05 Jan 2022 23:59:56

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

* Add info about drives (based on Dirli's code)
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.11.0')
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.12.0')

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

0 comments on commit d345521

Please sign in to comment.