mirror of https://github.com/aristocratos/bashtop
parent
0438470cff
commit
90ecb50bbb
|
@ -1,5 +1,10 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.9.18
|
||||||
|
|
||||||
|
* Fixed: Errors caused by process scroll change
|
||||||
|
* Fixed: Process graph creation ignored for process below 0.5%
|
||||||
|
|
||||||
## v0.9.17
|
## v0.9.17
|
||||||
|
|
||||||
* Changed: Process list now scrolls instead of "page jump" and shows number of processes instead of number of pages
|
* Changed: Process list now scrolls instead of "page jump" and shows number of processes instead of number of pages
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -93,7 +93,7 @@ banner=(
|
||||||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||||
declare version="0.9.17"
|
declare version="0.9.18"
|
||||||
|
|
||||||
#* 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