From f9505a425d3d4eac5bb11009eb8ab8c841066ba5 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 2 Oct 2021 22:43:49 +0200 Subject: v1.0.13 Better symbol compatibility --- CHANGELOG.md | 4 ++++ README.md | 3 +-- src/btop.cpp | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e98539..b4fec24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.13 + +* Changed: Graph empty symbol is now regular whitespace + ## v1.0.12 * Fixed: Exception handling for faulty net download/upload speed diff --git a/README.md b/README.md index db5f46e..3d4e2f6 100644 --- a/README.md +++ b/README.md @@ -124,7 +124,6 @@ Also needs a UTF8 locale and a font that covers: * Unicode Block “Braille Patterns” U+2800 - U+28FF (Not needed in TTY mode or with graphs set to type: block or tty.) * Unicode Block “Geometric Shapes” U+25A0 - U+25FF * Unicode Block "Box Drawing" and "Block Elements" U+2500 - U+259F -* Unicode Block "General punctuation" U+2005 ### **Notice (Text rendering issues)** @@ -213,7 +212,7 @@ Also needs a UTF8 locale and a font that covers: * **openSUSE** * **Add repo** ```bash - sudo zypper ar --refresh obs://home:Werwolf2517 home:Werwolf2517 + sudo zypper ar --refresh obs://home:Werwolf2517 home:Werwolf2517 ``` * **Refresh metadata** ```bash diff --git a/src/btop.cpp b/src/btop.cpp index bef5a16..64b925d 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -55,7 +55,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.12"; + const string Version = "1.0.13"; int coreCount; string overlay; -- cgit v1.2.3