mirror of https://github.com/aristocratos/bashtop
parent
6c2cfe70e4
commit
91fbc4f89d
|
@ -1,5 +1,11 @@
|
|||
# Changelog
|
||||
|
||||
## v0.9.19
|
||||
|
||||
* Added: Option for timestamps with python on bash < 5
|
||||
* Changed: Reverted "date" command timestamps to not using fifo
|
||||
* Added missing # from hex value in monokai theme
|
||||
|
||||
## v0.9.18
|
||||
|
||||
* Fixed: Errors caused by process scroll change
|
||||
|
|
2
bashtop
2
bashtop
|
@ -93,7 +93,7 @@ banner=(
|
|||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||
declare version="0.9.18"
|
||||
declare version="0.9.19"
|
||||
|
||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||
|
||||
|
|
Loading…
Reference in New Issue