v0.8.31 Fixes for theme parsing

pull/122/head v0.8.31
aristocratos 2020-05-16 17:53:32 +02:00
parent 68c5b3044e
commit ff9012ab36
2 changed files with 7 additions and 2 deletions

View File

@ -1,6 +1,11 @@
# Changelog # 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 * Fixed: Crash on missing net device

View File

@ -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 #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop