Releases: amanusk/s-tui
v1.1.6
What's Changed
- Fix typos in Readme by @Ygnys in #202
- Fix setuptools warning by @joecool1029 in #211
- Fix for issue #212 by @amanusk in #213
- Fix typos by @kianmeng in #214
New Contributors
- @Ygnys made their first contribution in #202
- @joecool1029 made their first contribution in #211
- @kianmeng made their first contribution in #214
Full Changelog: v1.1.4...v1.1.6
v1.1.4
v1.1.3
Whats new?
s-tui
now supports power reads on AMD CPUs. Thanks to a PR from @schaerfo ! Thanks! #166
This require runnings-tui
as root and runningmodprobe msr
prior to initiating s-tui
All Intel based CPUs now also require running s-tui with as root to get power metrics following a Linux kernel patch- Fixed crashing bug on Raspberry pi
v1.1.1
What's new?
In newer Linux kernel versions, access to reading power sensors has been restricted to root users only. s-tui
still works but will not display power statistics without invoking it with sudo
Bug fixes and stability
v1.0.2
What's new?
Bug fixes and stability
Any sensor with similar names will have a suffix, usually indicating more than 1 processor, but not necessarily.
v1.0.1
v1.0.0
VERSION 1.0 IS OUT
This has been a long time in the making. s-tui 1.0 is ready. There are many changes compared to the original version
Graphical changes
- There are now multiple graphs presented for each source. Temperature per core, usage per core etc.
- The summaries on the side-menu present all the information in text form
Control options
- You can toggle both side-menu items and graphs on/off
- now stores what graphs are selected of future uses
- An average is display where applicable
- Want the old look back: Just pick only the sensors you need to display one graph per sensor
Under the hood
Everything was made to be a lot more modular, adding a new source is simply implementing all the class methods.
Missing features
Some features were removed. Part of making s-tui
more modular meant that some features that were specifically tailored to certain systems were removed. e.g.
- Reading the max frequency with root for all cores
- Displaying the max temperature recorded was removed due to lack of space. We intend to add another menu showing max/min/avg measurements recorded for all sensors
We need help
Help developing s-tui
. There are plenty of features waiting to be developed. Feel free to open pull requests or request new features
v0.8.3
v0.8.2
v0.7.5
Whats new?
- Added a
save settings
button. The settings are saved in the default config directory #48- Save time interval
- Save displayed graphs
- Save temperature sensor setting
- Save use of UTF-8
- Each bar is created in a color that does not change during its life time (not alternating as before)
- Fixed crash on mouse + esc #50