From 5ae05f0333b764a5cc08ec3c725fe8592eb7e284 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 26 Sep 2021 00:23:46 +0200 Subject: [PATCH] v1.0.8 Bug fixes --- CHANGELOG.md | 10 ++++++++++ src/btop.cpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3efc76aa..df17abe9 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 fcfa0885..da97bda5 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;