From f38585a9d29c3f1dde5024b2affe21b7d6cc209f Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 23 May 2020 18:26:57 +0200 Subject: [PATCH] v0.9.1 Added support for FreeBSD --- CHANGELOG.md | 6 ++++++ bashtop | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c608c32..a275f41 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.9.1 + +* Added: FreeBSD support with python3 psutil data collection +* Added: Check for gnu tools on non Linux platforms +* Fixed: Increased graph history to avoid cut off on high resolution graphs + ## v0.9.0 * Added: Mac OS X support with python3 psutil data collection diff --git a/bashtop b/bashtop index f943650..7e4c470 100755 --- a/bashtop +++ b/bashtop @@ -66,7 +66,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.0" +declare version="0.9.1" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop