Skip to content

Commit

Permalink
Merge pull request #377 from stsdc/dev
Browse files Browse the repository at this point in the history
Release 0.17.2
  • Loading branch information
stsdc authored Sep 9, 2024
2 parents e57d262 + 6ee0916 commit efea7d7
Show file tree
Hide file tree
Showing 34 changed files with 3,389 additions and 1,513 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.17.1
Version: 0.17.2
Release: %autorelease
Summary: Manage processes and monitor system resources
License: GPLv3
Expand Down
20 changes: 15 additions & 5 deletions data/com.github.stsdc.monitor.gschema.xml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,21 @@
<summary>To show CPU usage in Monitor Indicator or not</summary>
<description>To show CPU usage in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-cpu-frequency-state">
<default>false</default>
<summary>To show CPU frequency in Monitor Indicator or not</summary>
<description>To show CPU frequency in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-cpu-temperature-state">
<default>true</default>
<summary>To show CPU temperature value in Monitor Indicator or not</summary>
<description>To show CPU temperature value in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-memory-state">
<default>true</default>
<summary>To show memory usage in Monitor Indicator or not</summary>
<description>To show memory usage in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-temperature-state">
<default>true</default>
<summary>To show temperature value in Monitor Indicator or not</summary>
<description>To show temperature value in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-network-upload-state">
<default>false</default>
<summary>To show network up bandwidth data in Monitor Indicator or not</summary>
Expand All @@ -70,6 +75,11 @@
<summary>To show GPU used percentage in Monitor Indicator or not</summary>
<description>To show GPU used percentage in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-gpu-memory-state">
<default>false</default>
<summary>To show GPU memory usage in Monitor Indicator or not</summary>
<description>To show GPU memory usage in Monitor Indicator or not</description>
</key>
<key type='b' name="indicator-gpu-temperature-state">
<default>false</default>
<summary>To show GPU temperature in Monitor Indicator or not</summary>
Expand Down
151 changes: 151 additions & 0 deletions data/icons/gpu-vram-symbolic.svg
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
3 changes: 2 additions & 1 deletion data/icons/icons.indicator.gresource.xml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,9 @@
<gresources>
<gresource prefix="/com/github/stsdc/monitor/icons">
<file compressed="true" preprocess="xml-stripblanks">cpu-symbolic.svg</file>
<file compressed="true" preprocess="xml-stripblanks">ram-symbolic.svg</file>
<file compressed="true" preprocess="xml-stripblanks">gpu-symbolic.svg</file>
<file compressed="true" preprocess="xml-stripblanks">ram-symbolic.svg</file>
<file compressed="true" preprocess="xml-stripblanks">gpu-vram-symbolic.svg</file>
<file compressed="true" preprocess="xml-stripblanks">swap-symbolic.svg</file>
<file compressed="true" preprocess="xml-stripblanks">file-deleted-symbolic.svg</file>
<file compressed="true" preprocess="xml-stripblanks">temperature-sensor-symbolic.svg</file>
Expand Down
10 changes: 10 additions & 0 deletions debian/changelog
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
com.github.stsdc.monitor (0.17.2) jammy; urgency=low

* Add CPU frequency and VRAM to the indicator
* Fix: If card0 is not available try card1
* Update Japanese translation
* Update French translation
* Update Russian translation

-- Stanisław Dac <[email protected]> Mon, 09 Sep 2024 16:06:06 +0000

com.github.stsdc.monitor (0.17.1) jammy; urgency=low

* Fix VRAM percentage
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.17.1')
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.17.2')

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

0 comments on commit efea7d7

Please sign in to comment.