summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-10-02 22:43:49 +0200
committeraristocratos <gnmjpl@gmail.com>2021-10-02 22:43:49 +0200
commitf9505a425d3d4eac5bb11009eb8ab8c841066ba5 (patch)
tree0baacdec2905e744f9a7fba33b89b96bdda5f4a7
parent585bb7bb1e31e7193b8d749ac9b999a1c9870f52 (diff)
v1.0.13 Better symbol compatibilityv1.0.13
-rw-r--r--CHANGELOG.md4
-rw-r--r--README.md3
-rw-r--r--src/btop.cpp2
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;