summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-06-27 02:06:22 +0200
committeraristocratos <gnmjpl@gmail.com>2020-06-27 02:06:22 +0200
commit659a0a8d822c699478c1ef9fdd5b09ac6cdb0600 (patch)
tree27b7858c114ab85a35f6dd279384f78609305c46
parent139bb88c29a01f8f9eb2834554dfcddefd732e7e (diff)
v0.9.17 Scrolling in process list and gradient inverted on dark textv0.9.17
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xbashtop2
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
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