v1.0.17 New features and bug fixes

This commit is contained in:
aristocratos 2021-10-18 18:56:27 +02:00
parent 7d89c75abb
commit 997bfd2712
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
## v1.0.17
* Changed: Reverted mutexes back to custom atomic bool based locks
* Added: Static binaries switched to building with musl + more platforms, by @jan-guenter
* Fixed: Improved battery detection, by @jan-guenter
* Added: Displayed battery selectable in options menu
* Fixed: Battery error if non existent battery named is entered
## v1.0.16
* Fixed: atomic_wait() and atomic_lock{} use cpu pause instructions instead of thread sleep

View file

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