mirror of https://github.com/aristocratos/bashtop
parent
bf1898c647
commit
a12ea54861
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.9.16
|
||||||
|
|
||||||
|
* Fixed: Errors in v0.9.15 psutil disk collection fix
|
||||||
|
* Added: Additional graph creation error checks
|
||||||
|
|
||||||
## v0.9.15
|
## v0.9.15
|
||||||
|
|
||||||
* Fixed: Psutil error on disk collection now fallback to df and iostat
|
* Fixed: Psutil error on disk collection now fallback to df and iostat
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -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
|
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue