We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8bc6b00 commit e68e99bCopy full SHA for e68e99b
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Changelog
2
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
9
## v0.8.25
10
11
* Fixed: Backspace not registering when not set to send ascii delete
bashtop
@@ -64,7 +64,7 @@ banner=(
64
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
65
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
66
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
67
-declare version="0.8.25"
+declare version="0.8.26"
68
declare banner_width=${#banner[0]}
69
banner_colors=("#E62525" "#CD2121" "#B31D1D" "#9A1919" "#801414")
70
0 commit comments