mirror of https://github.com/aristocratos/bashtop
parent
8bc6b00b8d
commit
e68e99b8c0
|
@ -1,5 +1,11 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.8.26
|
||||||
|
|
||||||
|
* Fixed: Escaped delimter for sed to fix config not saving "/" character
|
||||||
|
* Fixed: Detailed process view missing info and slowdown in certain cases
|
||||||
|
* Optimization: Fork cleanup
|
||||||
|
|
||||||
## v0.8.25
|
## v0.8.25
|
||||||
|
|
||||||
* Fixed: Backspace not registering when not set to send ascii delete
|
* Fixed: Backspace not registering when not set to send ascii delete
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -64,7 +64,7 @@ banner=(
|
||||||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||||
declare version="0.8.25"
|
declare version="0.8.26"
|
||||||
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