Skip to content

Commit 90ecb50

Browse files
committed
v0.9.18 Filtering fix and small fixes for process box
1 parent 0438470 commit 90ecb50

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

+5
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,10 @@
11
# Changelog
22

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+
38
## v0.9.17
49

510
* Changed: Process list now scrolls instead of "page jump" and shows number of processes instead of number of pages

bashtop

+1-1
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ banner=(
9393
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
9494
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
9595
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
96-
declare version="0.9.17"
96+
declare version="0.9.18"
9797

9898
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
9999

0 commit comments

Comments
 (0)