summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-09-23 21:00:56 +0200
committeraristocratos <gnmjpl@gmail.com>2021-09-23 21:00:56 +0200
commit78c417bc9f76e1fd1e648ae12ab86fc9dfacb443 (patch)
tree0bcbaf47ba69c563455d2e5ab7d7685b709c0aef
parent5e6d1babdc67804977bb12e9a429dacc1c765ed0 (diff)
v1.0.6 Bug fixesv1.0.6
-rw-r--r--CHANGELOG.md8
-rw-r--r--src/btop.cpp2
2 files changed, 9 insertions, 1 deletions
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;