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 ae9a066 commit fe81a40Copy full SHA for fe81a40
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## v0.9.7
4
+
5
+* Changed: UTF-8 locale check, try to find UTF-8 for current language if LANG is set but not with "UTF-8" suffix
6
7
## v0.9.6
8
9
* Fixed: UTF-8 locale check
bashtop
@@ -91,7 +91,7 @@ banner=(
91
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
92
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
93
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
94
-declare version="0.9.6"
+declare version="0.9.7"
95
96
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
97
0 commit comments