From e68e99b8c0dbc5648e6fe822864ecce7135a2e71 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 6 May 2020 20:48:48 +0200 Subject: [PATCH] v0.8.26 Fixes and optimizations --- CHANGELOG.md | 6 ++++++ bashtop | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eac20bb..6abecef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.8.26 + +* Fixed: Escaped delimter for sed to fix config not saving "/" character +* Fixed: Detailed process view missing info and slowdown in certain cases +* Optimization: Fork cleanup + ## v0.8.25 * Fixed: Backspace not registering when not set to send ascii delete diff --git a/bashtop b/bashtop index c78797f..ef3cda6 100755 --- a/bashtop +++ b/bashtop @@ -64,7 +64,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.8.25" +declare version="0.8.26" declare banner_width=${#banner[0]} banner_colors=("#E62525" "#CD2121" "#B31D1D" "#9A1919" "#801414")