Skip to content

Commit 8331037

Browse files
committed
bump version to 0.17.2
1 parent 18f77a9 commit 8331037

File tree

3 files changed

+12
-2
lines changed

3 files changed

+12
-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.17.1
5+
Version: 0.17.2
66
Release: %autorelease
77
Summary: Manage processes and monitor system resources
88
License: GPLv3

debian/changelog

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
com.github.stsdc.monitor (0.17.2) jammy; urgency=low
2+
3+
* Add CPU frequency and VRAM to the indicator
4+
* Fix: If card0 is not available try card1
5+
* Update Japanese translation
6+
* Update French translation
7+
* Update Russian translation
8+
9+
-- Stanisław Dac <[email protected]> Mon, 09 Sep 2024 16:06:06 +0000
10+
111
com.github.stsdc.monitor (0.17.1) jammy; urgency=low
212

313
* Fix VRAM percentage

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.17.1')
1+
project('com.github.stsdc.monitor', 'vala', 'c', version: '0.17.2')
22

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

0 commit comments

Comments
 (0)