diff --git a/CHANGELOG.md b/CHANGELOG.md index df9316d..e0c0559 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # Changelog +## v0.9.17 + +* Changed: Process list now scrolls instead of "page jump" and shows number of processes instead of number of pages +* Fixed: Inverted gradient on dark text in processes box + ## v0.9.16 * Fixed: Errors in v0.9.15 psutil disk collection fix diff --git a/bashtop b/bashtop index 62c6018..9c8aefd 100755 --- a/bashtop +++ b/bashtop @@ -93,7 +93,7 @@ banner=( "██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ " "██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ " "╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ") -declare version="0.9.16" +declare version="0.9.17" #* Get latest version of BashTOP from https://github.com/aristocratos/bashtop