From 1418aea1bcf6c4181b377c34273632339ed14616 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 13 May 2020 20:51:58 +0200 Subject: [PATCH] v0.8.30 Fix for crash on missing net device --- CHANGELOG.md | 4 ++++ bashtop | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e487f83..f0fc58e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v.0.8.30 + +* Fixed: Crash on missing net device + ## v0.8.29 * Fixed: Cpu temperature colors not working when above high temp value diff --git a/bashtop b/bashtop index 78d7c12..aabfd99 100755 --- a/bashtop +++ b/bashtop @@ -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