v1.0.6 Bug fixes

This commit is contained in:
aristocratos 2021-09-23 21:00:56 +02:00
parent 5e6d1babdc
commit 78c417bc9f
2 changed files with 9 additions and 1 deletions

View file

@ -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

View file

@ -55,7 +55,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
const string Version = "1.0.5";
const string Version = "1.0.6";
int coreCount;
string overlay;