Kaydet (Commit) d1993982 authored tarafından Hakan Dündar's avatar Hakan Dündar

Changes for version (v2.0.3)

üst 97b9239f
# System Monitoring Center
### v2.0.3 (23.11.2022)
* Fix: Disk capacity (mass storage) information
* Fix: Info. when process stopped is (Process details window)
* Several code simplifications
### v2.0.2 (21.11.2022)
* Fix: Resetting all settings when GPU tab is opened
* Fix: Window size when when default tab is changed
......
......@@ -11,7 +11,7 @@ depends=('dmidecode' 'gtk4' 'iproute2' 'polkit'
'python-cairo' 'python-gobject' 'util-linux')
makedepends=('python-setuptools')
source=("$pkgname-$pkgver.tar.gz::$url/archive/refs/tags/v$_pkgver.tar.gz")
sha256sums=('7470b4f1c00f64b967cdec05877d06559c32a7c95157e846d7f60d4011f0bcbb')
sha256sums=('0c42780a796a7e019b99fedafd5e7c40c29fcdc774173a92b6826ca5ee59f485')
build() {
cd "$pkgname-$_pkgver"
......
system-monitoring-center (2.0.3) unstable; urgency=medium
* Fix: Disk capacity (mass storage) information
* Fix: Info. when process stopped is (Process details window)
* Several code simplifications
-- Hakan Dündar <hakandundar34coding@gmail.com> Wed, 23 Nov 2022 11:30:00 +0300
system-monitoring-center (2.0.2) unstable; urgency=medium
* Fix: Resetting all settings when GPU tab is opened
......
......@@ -73,6 +73,15 @@
</screenshot>
</screenshots>
<releases>
<release version="2.0.3" date="2022-11-23">
<description>
<ul>
<li>Fix: Disk capacity (mass storage) information</li>
<li>Fix: Info. when process stopped is (Process details window)</li>
<li>Several code simplifications</li>
</ul>
</description>
</release>
<release version="2.0.2" date="2022-11-21">
<description>
<ul>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment