Skip to content

Commit fe81a40

Browse files
committed
v0.9.7 Fix for default language in UTF-8 locale check
1 parent ae9a066 commit fe81a40

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

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

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+
37
## v0.9.6
48

59
* Fixed: UTF-8 locale check

bashtop

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ banner=(
9191
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
9292
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
9393
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
94-
declare version="0.9.6"
94+
declare version="0.9.7"
9595

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

0 commit comments

Comments
 (0)