v0.9.16 Psutil disk collection re-fix

This commit is contained in:
aristocratos 2020-06-23 19:03:24 +02:00
parent bf1898c647
commit a12ea54861
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
# Changelog
## v0.9.16
* Fixed: Errors in v0.9.15 psutil disk collection fix
* Added: Additional graph creation error checks
## v0.9.15
* Fixed: Psutil error on disk collection now fallback to df and iostat

View File

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