From 90ecb50bbb9390b88e89b1b71209287933c9443c Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 27 Jun 2020 13:02:10 +0200 Subject: v0.9.18 Filtering fix and small fixes for process box --- CHANGELOG.md | 5 +++++ bashtop | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e0c0559..d27a1d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.9.18 + +* Fixed: Errors caused by process scroll change +* Fixed: Process graph creation ignored for process below 0.5% + ## v0.9.17 * Changed: Process list now scrolls instead of "page jump" and shows number of processes instead of number of pages diff --git a/bashtop b/bashtop index 52dbd54..d2008be 100755 --- a/bashtop +++ b/bashtop @@ -93,7 +93,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.17" +declare version="0.9.18" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop -- cgit v1.2.3