summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-07-07 20:34:58 +0200
committeraristocratos <gnmjpl@gmail.com>2020-07-07 20:34:58 +0200
commit196745fd9d3333799b0a373f0ed804ff56240e31 (patch)
treed33cb266f6ad275aaaba2b57cd72eb8d6a077ec8
parent30960326cf9a4b588cdf18cd3afae02545387d6b (diff)
v0.9.21 Added support for application cursor mode input and small fixesv0.9.21
-rw-r--r--CHANGELOG.md7
-rwxr-xr-xbashtop2
2 files changed, 8 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index de29627..f43b33a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,12 @@
# Changelog
+## v0.9.21
+
+* Changed: Config file comments for theme locations
+* Added: Check for correct theme file path prefix
+* Added: Support for application cursor mode input
+* Fixed: Incorrect value calculation for reversed proc gradient
+
## v0.9.20
* Fixed: Psutil script security issue when placed directly in temp folder
diff --git a/bashtop b/bashtop
index 4088b3d..88b41d3 100755
--- a/bashtop
+++ b/bashtop
@@ -93,7 +93,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.20"
+declare version="0.9.21"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop