v0.8.30 Fix for crash on missing net device

pull/122/head v0.8.30
aristocratos 2020-05-13 20:51:58 +02:00
parent 19cef12f30
commit 1418aea1bc
2 changed files with 5 additions and 1 deletions

View File

@ -1,5 +1,9 @@
# Changelog # Changelog
## v.0.8.30
* Fixed: Crash on missing net device
## v0.8.29 ## v0.8.29
* Fixed: Cpu temperature colors not working when above high temp value * Fixed: Cpu temperature colors not working when above high temp value

View File

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