diff --git a/CHANGELOG.md b/CHANGELOG.md index edbc542..87abf3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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... diff --git a/bashtop b/bashtop index 9001f41..2199816 100755 --- a/bashtop +++ b/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