v1.0.24 Bug fixes

This commit is contained in:
aristocratos 2021-11-09 10:03:37 +01:00
parent 41f1e9e0a7
commit 81df582687
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## v1.0.24
* Changed: Collection ordering
* Fixed: Restore all escape seq mouse modes on exit
* Fixed: SIGINT not cleaning up on exit
## v1.0.23
* Fixed: Config parser missing first value when not including version header

View File

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