Compare commits
5 Commits
| Author | SHA256 | Date | |
|---|---|---|---|
| ede6237fb4 | |||
| a486d95b0a | |||
|
|
8bb8ea162f | ||
|
|
6e7fc7841d | ||
| 9317b5de64 |
@@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:99a8905673a427ebce4f77d94c76cd59d4b3f0da74c018e7cb4951c72825bbe7
|
||||
size 2608253
|
||||
3
s-tui-1.3.0.tar.gz
Normal file
3
s-tui-1.3.0.tar.gz
Normal file
@@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:accd7f9de0be134e903e4ffac10bdd159ec1601cede1ef7ba65397fc6135ac2a
|
||||
size 2609616
|
||||
@@ -1,3 +1,19 @@
|
||||
-------------------------------------------------------------------
|
||||
Mon Jan 12 17:29:09 UTC 2026 - Martin Hauke <mardnh@gmx.de>
|
||||
|
||||
- Update to version 1.3.0
|
||||
* A fix for #246 which as caused by a breaking change in urwid.
|
||||
* Add a new feature, changing the colors of temperatures graphs
|
||||
only if the specific sensor reaches alert temperature, instead
|
||||
of all temperature graphs.
|
||||
* load_config: do not treat ':' as delimiter.
|
||||
* Fix unsucceful import of curses_display.
|
||||
* display alert colors only for affected graph.
|
||||
* Consier manually set temperature threshold for color change.
|
||||
- Update to version 1.2.0
|
||||
* Add check/uncheck all buttons for sensor and graph menus.
|
||||
* Some minor bug fixes and version bumps.
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Mon Feb 19 15:52:34 UTC 2024 - Andrea Manzini <andrea.manzini@suse.com>
|
||||
|
||||
|
||||
@@ -1,7 +1,7 @@
|
||||
#
|
||||
# spec file for package s-tui
|
||||
#
|
||||
# Copyright (c) 2024 SUSE LLC
|
||||
# Copyright (c) 2026 SUSE LLC and contributors
|
||||
# Copyright (c) 2019 Malcolm J Lewis <malcolmlewis@opensuse.org>
|
||||
#
|
||||
# All modifications and additions to the file contributed by third parties
|
||||
@@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: s-tui
|
||||
Version: 1.1.6
|
||||
Version: 1.3.0
|
||||
Release: 0
|
||||
Summary: Terminal based CPU stress and monitoring utility
|
||||
License: GPL-2.0-or-later
|
||||
|
||||
Reference in New Issue
Block a user