diff options
author | aristocratos <gnmjpl@gmail.com> | 2020-06-27 02:06:22 +0200 |
---|---|---|
committer | aristocratos <gnmjpl@gmail.com> | 2020-06-27 02:06:22 +0200 |
commit | 659a0a8d822c699478c1ef9fdd5b09ac6cdb0600 (patch) | |
tree | 27b7858c114ab85a35f6dd279384f78609305c46 | |
parent | 139bb88c29a01f8f9eb2834554dfcddefd732e7e (diff) |
v0.9.17 Scrolling in process list and gradient inverted on dark textv0.9.17
-rw-r--r-- | CHANGELOG.md | 5 | ||||
-rwxr-xr-x | bashtop | 2 |
2 files changed, 6 insertions, 1 deletions
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 @@ -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 |