Recent Releases of s-tui
s-tui - v1.2.0
What's Changed
New version, with check/uncheck all buttons for sensor and graph menus. Thanks @hpaijmans ! Some minor bug fixes and version bumps
- Update Makefile by @removsarah in https://github.com/amanusk/s-tui/pull/232
- Adding Debian section to the Readme by @ZielinskiLukasz in https://github.com/amanusk/s-tui/pull/227
- Chore/version update by @amanusk in https://github.com/amanusk/s-tui/pull/233
- Chore/add format ci by @amanusk in https://github.com/amanusk/s-tui/pull/234
- add wf runs on pr by @amanusk in https://github.com/amanusk/s-tui/pull/235
- Bump urwid version setup.py by @hpaijmans in https://github.com/amanusk/s-tui/pull/236
- check/uncheck all buttons by @hpaijmans in https://github.com/amanusk/s-tui/pull/228
New Contributors
- @removsarah made their first contribution in https://github.com/amanusk/s-tui/pull/232
- @ZielinskiLukasz made their first contribution in https://github.com/amanusk/s-tui/pull/227
- @hpaijmans made their first contribution in https://github.com/amanusk/s-tui/pull/228
Full Changelog: https://github.com/amanusk/s-tui/compare/v1.1.6...v1.2.0
- Python
Published by amanusk about 1 year ago
s-tui - v1.1.6
What's Changed
- Fix typos in Readme by @Ygnys in https://github.com/amanusk/s-tui/pull/202
- Fix setuptools warning by @joecool1029 in https://github.com/amanusk/s-tui/pull/211
- Fix for issue #212 by @amanusk in https://github.com/amanusk/s-tui/pull/213
- Fix typos by @kianmeng in https://github.com/amanusk/s-tui/pull/214
New Contributors
- @Ygnys made their first contribution in https://github.com/amanusk/s-tui/pull/202
- @joecool1029 made their first contribution in https://github.com/amanusk/s-tui/pull/211
- @kianmeng made their first contribution in https://github.com/amanusk/s-tui/pull/214
Full Changelog: https://github.com/amanusk/s-tui/compare/v1.1.4...v1.1.6
- Python
Published by amanusk over 2 years ago
s-tui - v1.1.3
Whats new?
s-tuinow supports power reads on AMD CPUs. Thanks to a PR from @schaerfo ! Thanks! #166 This require runnings-tuias root and runningmodprobe msrprior 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
- Python
Published by amanusk almost 5 years ago
s-tui -
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
- Wrong reporting of duplicated values in CSV #161
- Error messages printed to screen #167
- Python
Published by amanusk over 5 years ago
s-tui - 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.
- Crash on save settings with no .config dir for user #82, #146
- Fix for not saving summaries independently of graphs #158
- Do not display stress counter when no stress too is installed #157
- Fix call for temperature hooks not called #151
- Python
Published by amanusk almost 6 years ago
s-tui - 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
- Python
Published by amanusk over 6 years ago
s-tui - v0.7.5
Whats new?
- Added a
save settingsbutton. 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
- Python
Published by amanusk about 8 years ago
s-tui - v0.6.4
What's new?
- Move all Menu elements to the right for a cleaner look
- Fix bug #39
- Added menu to select temperature sensor from menu "Temp Sensors" (Currently resets all graphs)
- Fix for bug #40, added option to start with --no-mouse
- Added option to change refresh rate in seconds. Default is 1[s]
- Python
Published by amanusk over 8 years ago
s-tui - v0.6.0
Whats new?
- Major code refactoring for easier addition of sources
- Addition of FIRESTARTER submodule (optional)
- Option to manually select temperature source from cli
- Many bug fixed to fit a wider range of systems
This version included many changes. If this version caused support for your system to break, please open an issue. Previous version are also available.
- Python
Published by amanusk almost 9 years ago