From 78c417bc9f76e1fd1e648ae12ab86fc9dfacb443 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Thu, 23 Sep 2021 21:00:56 +0200 Subject: [PATCH] v1.0.6 Bug fixes --- CHANGELOG.md | 8 ++++++++ src/btop.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9585360..1aa960e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.0.6 + +* Fixed: Check that getenv("LANG") is not NULL in UTF-8 check + +* Fixed: Processes not completely hidden when collapsed in tree mode + +* Fixed: Changed wrong filename error.log to btop.log + ## v1.0.5 * Fixed: Load AVG sizing when hiding temperatures diff --git a/src/btop.cpp b/src/btop.cpp index 50502b5..e15404b 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -55,7 +55,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.5"; + const string Version = "1.0.6"; int coreCount; string overlay;