mirror of https://github.com/aristocratos/bashtop
v0.9.17 Scrolling in process list and gradient inverted on dark text
parent
139bb88c29
commit
659a0a8d82
|
@ -1,5 +1,10 @@
|
|||
# Changelog
|
||||
|
||||
## v0.9.17
|
||||
|
||||
* Changed: Process list now scrolls instead of "page jump" and shows number of processes instead of number of pages
|
||||
* Fixed: Inverted gradient on dark text in processes box
|
||||
|
||||
## v0.9.16
|
||||
|
||||
* Fixed: Errors in v0.9.15 psutil disk collection fix
|
||||
|
|
2
bashtop
2
bashtop
|
@ -93,7 +93,7 @@ banner=(
|
|||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||
declare version="0.9.16"
|
||||
declare version="0.9.17"
|
||||
|
||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||
|
||||
|
|
Loading…
Reference in New Issue