mirror of https://github.com/aristocratos/bashtop
parent
ce60687489
commit
f48b59e469
|
@ -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...
|
||||
|
|
2
bashtop
2
bashtop
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue