v0.9.12 Psutil coprocess update

pull/153/head v0.9.12
aristocratos 2020-06-17 19:45:47 +02:00
parent ce60687489
commit f48b59e469
2 changed files with 8 additions and 1 deletions

View File

@ -1,5 +1,12 @@
# Changelog
## v0.9.12
* Changed: Psutil data collection now runs a python script in a coprocess taking commands and sending output over coproc pipes
* Added: Psutil data collection now replaces most external calls including sensors, cpu info, disks info and io collection
* Changed: Tree view is now a toggle instead of sorting option
* Fixed: Cpu temp check not using vcgencmd when sensors is available
## v0.9.11
* Fixed: Processes text color now sets RGB instead of RBB...

View File

@ -91,7 +91,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
declare version="0.9.11"
declare version="0.9.12"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop