From 345e66756c5555c7ce16648c0fddadec186e4ff4 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 14 Jun 2020 20:28:06 +0200 Subject: [PATCH] v0.9.11 Fixed wrong colors in process gradient --- CHANGELOG.md | 4 ++++ bashtop | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4171d5f..edbc542 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.9.11 + +* Fixed: Processes text color now sets RGB instead of RBB... + ## v0.9.10 * Fixed: Humanizer function now round values 1000-1023 up to 1024 to fit size constraints. diff --git a/bashtop b/bashtop index 37852a1..016d3b1 100755 --- a/bashtop +++ b/bashtop @@ -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