v1.1.4 Bug fixes

This commit is contained in:
aristocratos 2021-12-29 14:40:32 +01:00
parent 03d6dfcd63
commit 2171789675
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## v1.1.4
* Fixed: Create dependency files in build directory when compiling, by @stwnt
* Fixed: fix CPU temp fallback on macOS, by @joske
* Changed: From rng::sort() to rng::stable_sort() for more stability
* Fixed: in_avail() can always be zero, by @pg83
## v1.1.3
* Added: New theme ayu, by @AlphaNecron

View File

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