v1.1.3 New themes + bugfixes

This commit is contained in:
aristocratos 2021-12-11 18:22:08 +01:00
parent 13a29c39e1
commit a6d27c1cc4
2 changed files with 15 additions and 1 deletions

View file

@ -1,3 +1,17 @@
## v1.1.3
* Added: New theme ayu, by @AlphaNecron
* Added: New theme gruvbox_dark_v2, by @pietryszak
* Fixed: Macos cpu coretemp for Intel, by @joske
* Added: New theme OneDark, by @vtmx
* Fixed: Fixed network graph scale int rollover
* Fixed: Suspected possibility of very rare stall in Input::clear()
## v1.1.2
* Fixed: SISEGV on macos Mojave, by @mgradowski

View file

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