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;