mirror of https://github.com/aristocratos/bashtop
parent
6c77a56707
commit
abd907d8fc
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v0.9.14
|
||||
|
||||
* Added: Additional processes error checking
|
||||
* Added: Additional sensors error checking
|
||||
* Added: Additional psutil error checking
|
||||
|
||||
## v0.9.13
|
||||
|
||||
* Added: More robust psutil error handling
|
||||
|
|
2
bashtop
2
bashtop
|
@ -91,7 +91,7 @@ banner=(
|
|||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||
declare version="0.9.13"
|
||||
declare version="0.9.14"
|
||||
|
||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||
|
||||
|
|
Loading…
Reference in New Issue