v0.9.11 Fixed wrong colors in process gradient

pull/122/merge v0.9.11
aristocratos 2020-06-14 20:28:06 +02:00
parent 3fef84df5e
commit 345e66756c
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v0.9.11
* Fixed: Processes text color now sets RGB instead of RBB...
## v0.9.10 ## v0.9.10
* Fixed: Humanizer function now round values 1000-1023 up to 1024 to fit size constraints. * Fixed: Humanizer function now round values 1000-1023 up to 1024 to fit size constraints.

View File

@ -91,7 +91,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
declare version="0.9.10" declare version="0.9.11"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop