v1.0.14 Bug fixes and start of OSX development

This commit is contained in:
aristocratos 2021-10-06 17:11:10 +02:00
parent 3a20e55f3a
commit 2d013e857f
2 changed files with 4 additions and 2 deletions

View File

@ -1,4 +1,4 @@
## v1.0.14 (next release)
## v1.0.14
* Changed: Total system memory is checked at every update instead of once at start
@ -8,6 +8,8 @@
* Fixed: snap root disk and changed to compiler flags instead of env variables for detection
* Added: Development branch for OSX, by @joske
## v1.0.13
* Changed: Graph empty symbol is now regular whitespace

View File

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