v1.0.23 Bug fixes

This commit is contained in:
aristocratos 2021-11-08 18:58:25 +01:00
parent c133997b21
commit 0201b5f859
2 changed files with 11 additions and 1 deletions

View file

@ -1,3 +1,13 @@
## v1.0.23
* Fixed: Config parser missing first value when not including version header
* Fixed: Vim keys menu lists selection
* Fixed: Stall when clearing input queue on exit and queue is >1
* Fixed: Inconsistent behaviour of "q" key in the menus
## v1.0.22
* Fixed: Bad values for disks and network on 32-bit

View file

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