From abd907d8fca78586da4229b60536de128ab4a91e Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 21 Jun 2020 14:08:25 +0200 Subject: [PATCH] v0.9.14 Additional error checking --- CHANGELOG.md | 6 ++++++ bashtop | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dac85d6..5b76a10 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.9.14 + +* Added: Additional processes error checking +* Added: Additional sensors error checking +* Added: Additional psutil error checking + ## v0.9.13 * Added: More robust psutil error handling diff --git a/bashtop b/bashtop index 682beb2..fcbd11c 100755 --- a/bashtop +++ b/bashtop @@ -91,7 +91,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.13" +declare version="0.9.14" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop