Skip to content

Commit e68e99b

Browse files
committed
v0.8.26 Fixes and optimizations
1 parent 8bc6b00 commit e68e99b

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## v0.8.26
4+
5+
* Fixed: Escaped delimter for sed to fix config not saving "/" character
6+
* Fixed: Detailed process view missing info and slowdown in certain cases
7+
* Optimization: Fork cleanup
8+
39
## v0.8.25
410

511
* Fixed: Backspace not registering when not set to send ascii delete

bashtop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ banner=(
6464
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
6565
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
6666
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
67-
declare version="0.8.25"
67+
declare version="0.8.26"
6868
declare banner_width=${#banner[0]}
6969
banner_colors=("#E62525" "#CD2121" "#B31D1D" "#9A1919" "#801414")
7070

0 commit comments

Comments
 (0)