mirror of https://github.com/aristocratos/bashtop
parent
d90c456238
commit
190814200c
|
@ -1,5 +1,9 @@
|
|||
# Changelog
|
||||
|
||||
## v0.9.20
|
||||
|
||||
* Fixed: Psutil script security issue when placed directly in temp folder
|
||||
|
||||
## v0.9.19
|
||||
|
||||
* Added: Option for timestamps with python on bash < 5
|
||||
|
|
2
bashtop
2
bashtop
|
@ -93,7 +93,7 @@ banner=(
|
|||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||
declare version="0.9.19"
|
||||
declare version="0.9.20"
|
||||
|
||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||
|
||||
|
|
Loading…
Reference in New Issue