summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-05-25 09:30:41 +0200
committeraristocratos <gnmjpl@gmail.com>2020-05-25 09:30:41 +0200
commiteaca66cee54d536c3de37524fcd82199d61dd46c (patch)
treed4dfc1f971af3b74951fec04bc675a57cb1deda6
parent5bb62802f0f7772aaab78395baf9e791e2764e11 (diff)
v0.9.2 Added startup progress screen and fixed prefixes for some missed GNU toolsv0.9.2
-rw-r--r--CHANGELOG.md6
-rwxr-xr-xbashtop2
2 files changed, 7 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a275f41..5f323d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,11 @@
# Changelog
+## v0.9.2
+
+* Fixed: Correct prefixes for some missed GNU tools
+* Added: Startup progress screen
+* Changed: replaced tput commands with escape sequence commands
+
## v0.9.1
* Added: FreeBSD support with python3 psutil data collection
diff --git a/bashtop b/bashtop
index 30d4b57..f0fcb0b 100755
--- a/bashtop
+++ b/bashtop
@@ -66,7 +66,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.1"
+declare version="0.9.2"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop