mirror of https://github.com/aristocratos/bashtop
parent
e775a09279
commit
c323816ec2
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v0.9.22
|
||||
|
||||
* Added: Added handler for mktemp failure for psutil script
|
||||
* Removed: Secondary mktemp command for psutil script
|
||||
* Fixed: Insecure test import of psutil changed
|
||||
|
||||
## v0.9.21
|
||||
|
||||
* Changed: Config file comments for theme locations
|
||||
|
|
2
bashtop
2
bashtop
|
@ -93,7 +93,7 @@ banner=(
|
|||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||
declare version="0.9.21"
|
||||
declare version="0.9.22"
|
||||
|
||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||
|
||||
|
|
Loading…
Reference in New Issue