parent
19cef12f30
commit
1418aea1bc
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## v.0.8.30
|
||||
|
||||
* Fixed: Crash on missing net device
|
||||
|
||||
## v0.8.29
|
||||
|
||||
* Fixed: Cpu temperature colors not working when above high temp value
|
||||
|
|
2
bashtop
2
bashtop
|
@ -66,7 +66,7 @@ banner=(
|
|||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||
declare version="0.8.29"
|
||||
declare version="0.8.30"
|
||||
|
||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||
|
||||
|
|
Loading…
Reference in New Issue