From ff9012ab36c61ea96451a0974e5f611c55c36bb4 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 16 May 2020 17:53:32 +0200 Subject: [PATCH] v0.8.31 Fixes for theme parsing --- CHANGELOG.md | 7 ++++++- bashtop | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f0fc58e..818b901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,11 @@ # Changelog -## v.0.8.30 +## v0.8.31 + +* Fixed: Theme 2-color gradient generation +* Fixed: Theme file error checking + +## v0.8.30 * Fixed: Crash on missing net device diff --git a/bashtop b/bashtop index 6ae6d7e..2277cff 100755 --- a/bashtop +++ b/bashtop @@ -66,7 +66,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.8.30" +declare version="0.8.31" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop