mirror of https://github.com/aristocratos/bashtop
v0.9.8 New theme Nord by Justin Zobel and changes to theme handling
parent
e1a377c00d
commit
6a0f9f3d4e
|
@ -1,5 +1,12 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
## v0.9.8
|
||||||
|
|
||||||
|
* Added: Nord theme by Justin Zobel
|
||||||
|
* Changed: Theme downloader now overwrites default themes, folder user_themes (safe from overwrites) added
|
||||||
|
* Changed: Cleaned up monokai theme variants
|
||||||
|
* Added: Base for testing with BATS by Maciek Swiech
|
||||||
|
|
||||||
## v0.9.7
|
## v0.9.7
|
||||||
|
|
||||||
* Changed: UTF-8 locale check, try to find UTF-8 for current language if LANG is set but not with "UTF-8" suffix
|
* Changed: UTF-8 locale check, try to find UTF-8 for current language if LANG is set but not with "UTF-8" suffix
|
||||||
|
|
2
bashtop
2
bashtop
|
@ -91,7 +91,7 @@ banner=(
|
||||||
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
"██╔══██╗██╔══██║╚════██║██╔══██║ ██║ ██║ ██║██╔═══╝ "
|
||||||
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
"██████╔╝██║ ██║███████║██║ ██║ ██║ ╚██████╔╝██║ "
|
||||||
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
"╚═════╝ ╚═╝ ╚═╝╚══════╝╚═╝ ╚═╝ ╚═╝ ╚═════╝ ╚═╝ ")
|
||||||
declare version="0.9.7"
|
declare version="0.9.8"
|
||||||
|
|
||||||
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
#* Get latest version of BashTOP from https://github.com/aristocratos/bashtop
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue