mirror of https://github.com/aristocratos/bashtop
parent
92cd707516
commit
08fbed7f99
|
@ -1,5 +1,9 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.9.13
|
||||||
|
|
||||||
|
* Added: More robust psutil error handling
|
||||||
|
|
||||||
## v0.9.12
|
## v0.9.12
|
||||||
|
|
||||||
* Changed: Psutil data collection now runs a python script in a coprocess taking commands and sending output over coproc pipes
|
* Changed: Psutil data collection now runs a python script in a coprocess taking commands and sending output over coproc pipes
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -91,7 +91,7 @@ banner=(
|
||||||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||||
declare version="0.9.12"
|
declare version="0.9.13"
|
||||||
|
|
||||||
#* 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