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