From 08fbed7f9968ede10b5334e68383b888f2b7cb18 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Fri, 19 Jun 2020 10:56:52 +0200 Subject: [PATCH] v0.9.13 --- CHANGELOG.md | 4 ++++ bashtop | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 87abf3c..dac85d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v0.9.13 + +* Added: More robust psutil error handling + ## v0.9.12 * Changed: Psutil data collection now runs a python script in a coprocess taking commands and sending output over coproc pipes diff --git a/bashtop b/bashtop index 0662833..d69e430 100755 --- a/bashtop +++ b/bashtop @@ -91,7 +91,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.12" +declare version="0.9.13" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop