v1.1.2 Bug fixes

This commit is contained in:
aristocratos 2021-11-27 18:52:10 +01:00
parent 9465e9b014
commit 48cbe688c5
2 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,17 @@
## v1.1.2
* Fixed: SISEGV on macos Mojave, by @mgradowski
* Fixed: Small optimizations and fixes to Mem::collect() and Input::get()
* Fixed: Wrong unit for net_upload and net_download in config menu
* Fixed: UTF-8 detection on macos
* Fixed: coretemp iteration due to missing tempX_input, by @KFilipek
* Fixed: coretemp ordering
## v1.1.1
* Added: Partial static build (libgcc, libstdc++) for macos

View file

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