diff options
author | aristocratos <gnmjpl@gmail.com> | 2020-07-07 20:34:58 +0200 |
---|---|---|
committer | aristocratos <gnmjpl@gmail.com> | 2020-07-07 20:34:58 +0200 |
commit | 196745fd9d3333799b0a373f0ed804ff56240e31 (patch) | |
tree | d33cb266f6ad275aaaba2b57cd72eb8d6a077ec8 | |
parent | 30960326cf9a4b588cdf18cd3afae02545387d6b (diff) |
v0.9.21 Added support for application cursor mode input and small fixesv0.9.21
-rw-r--r-- | CHANGELOG.md | 7 | ||||
-rwxr-xr-x | bashtop | 2 |
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 @@ -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 |