mirror of https://github.com/aristocratos/bashtop
parent
576c391575
commit
3304dacd24
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v0.8.25
|
||||
|
||||
* Fixed: Backspace not registering when not set to send ascii delete
|
||||
* Fixed: Broken cpu temperature graph when is value over cpu high temp
|
||||
* Added: Possibilty to run date through background fifo for bash <5
|
||||
|
||||
## v0.8.24
|
||||
|
||||
* Fixed: Input error freezes, by changing from using "read" command to using "dd" for reading keyboard input.
|
||||
|
|
2
bashtop
2
bashtop
|
@ -64,7 +64,7 @@ banner=(
|
|||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||
declare version="0.8.24"
|
||||
declare version="0.8.25"
|
||||
declare banner_width=${#banner[0]}
|
||||
banner_colors=("#E62525" "#CD2121" "#B31D1D" "#9A1919" "#801414")
|
||||
|
||||
|
|
Loading…
Reference in New Issue