mirror of https://github.com/aristocratos/bashtop
v0.9.21 Added support for application cursor mode input and small fixes
parent
30960326cf
commit
196745fd9d
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.9.21
|
||||||
|
|
||||||
|
* Changed: Config file comments for theme locations
|
||||||
|
* Added: Check for correct theme file path prefix
|
||||||
|
* Added: Support for application cursor mode input
|
||||||
|
* Fixed: Incorrect value calculation for reversed proc gradient
|
||||||
|
|
||||||
## v0.9.20
|
## v0.9.20
|
||||||
|
|
||||||
* Fixed: Psutil script security issue when placed directly in temp folder
|
* Fixed: Psutil script security issue when placed directly in temp folder
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -93,7 +93,7 @@ banner=(
|
||||||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||||
declare version="0.9.20"
|
declare version="0.9.21"
|
||||||
|
|
||||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue