We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0438470 commit 90ecb50Copy full SHA for 90ecb50
CHANGELOG.md
@@ -1,5 +1,10 @@
1
# Changelog
2
3
+## v0.9.18
4
+
5
+* Fixed: Errors caused by process scroll change
6
+* Fixed: Process graph creation ignored for process below 0.5%
7
8
## v0.9.17
9
10
* Changed: Process list now scrolls instead of "page jump" and shows number of processes instead of number of pages
bashtop
@@ -93,7 +93,7 @@ banner=(
93
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
94
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
95
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
96
-declare version="0.9.17"
+declare version="0.9.18"
97
98
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
99
0 commit comments