mirror of https://github.com/aristocratos/bashtop
parent
cea0a87b96
commit
b710edb83d
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.8.29
|
||||||
|
|
||||||
|
* Fixed: Cpu temperature colors not working when above high temp value
|
||||||
|
* Fixed: Unescaped "\" in process list and indent fixes
|
||||||
|
* Changed: Changes to net graph rescaling parameters
|
||||||
|
|
||||||
## v0.8.28
|
## v0.8.28
|
||||||
|
|
||||||
* Fixed: Ctrl-C and Ctrl-Z not registering after change to "dd"
|
* Fixed: Ctrl-C and Ctrl-Z not registering after change to "dd"
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -66,7 +66,7 @@ banner=(
|
||||||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||||
declare version="0.8.28"
|
declare version="0.8.29"
|
||||||
declare banner_width=${#banner[0]}
|
declare banner_width=${#banner[0]}
|
||||||
banner_colors=("#E62525" "#CD2121" "#B31D1D" "#9A1919" "#801414")
|
banner_colors=("#E62525" "#CD2121" "#B31D1D" "#9A1919" "#801414")
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue