summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-06-17 19:45:47 +0200
committeraristocratos <gnmjpl@gmail.com>2020-06-17 19:45:47 +0200
commitf48b59e469fe2e079493473ac0d5ea3176446b7a (patch)
treeb25171bf7039333031f29b84957278e70bb8eadd
parentce606874897faf34bfd4d7323614dc94a93151a7 (diff)
v0.9.12 Psutil coprocess updatev0.9.12
-rw-r--r--CHANGELOG.md7
-rwxr-xr-xbashtop2
2 files changed, 8 insertions, 1 deletions
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