summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-09-26 00:23:46 +0200
committeraristocratos <gnmjpl@gmail.com>2021-09-26 00:23:46 +0200
commit5ae05f0333b764a5cc08ec3c725fe8592eb7e284 (patch)
treeb90cf40c0a94c940a0800d2bdfa457a57695b3d8
parent771a200107834741f428bee8785c079670e01a28 (diff)
v1.0.8 Bug fixesv1.0.8
-rw-r--r--CHANGELOG.md10
-rw-r--r--src/btop.cpp2
2 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3efc76a..df17abe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,13 @@
+## v1.0.8
+
+* Fixed: Additional NULL checks in UTF-8 detection
+
+* Changed: Makefile: Only look for g++-11 if CXX=g++
+
+* Fixed: Missing NULL check for ttyname
+
+* Changed: Only log tty name if known
+
## v1.0.7
* Fixed: Crash when opening menu at too small size
diff --git a/src/btop.cpp b/src/btop.cpp
index fcfa088..da97bda 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -55,7 +55,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.0.7";
+ const string Version = "1.0.8";
int coreCount;
string overlay;