summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2020-06-27 13:02:10 +0200
committeraristocratos <gnmjpl@gmail.com>2020-06-27 13:02:10 +0200
commit90ecb50bbb9390b88e89b1b71209287933c9443c (patch)
treeb5d457f27828a9ed5b180fdedee372b743efa561
parent0438470cff2f466ad0d8edd66d9477c9aafc8c14 (diff)
v0.9.18 Filtering fix and small fixes for process boxv0.9.18
-rw-r--r--CHANGELOG.md5
-rwxr-xr-xbashtop2
2 files changed, 6 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index e0c0559..d27a1d8 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,5 +1,10 @@
# Changelog
+## v0.9.18
+
+* Fixed: Errors caused by process scroll change
+* Fixed: Process graph creation ignored for process below 0.5%
+
## v0.9.17
* Changed: Process list now scrolls instead of "page jump" and shows number of processes instead of number of pages
diff --git a/bashtop b/bashtop
index 52dbd54..d2008be 100755
--- a/bashtop
+++ b/bashtop
@@ -93,7 +93,7 @@ banner=(
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
-declare version="0.9.17"
+declare version="0.9.18"
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop