v1.0.15 Vim keys

This commit is contained in:
aristocratos 2021-10-12 17:39:21 +02:00
parent 2df9b58ff1
commit 903ab4cc8a
2 changed files with 7 additions and 1 deletions

View File

@ -2,6 +2,12 @@
* Fixed: Extra "root" partition when running in snap
* Changed: Limit atomic_wait() to 1000ms to fix rare stall
* Fixed: Removed unneeded lock in Runner::run()
* Added: Toggle in options for enabling directional vim keys "h,j,k,l"
## v1.0.14
* Changed: Total system memory is checked at every update instead of once at start

View File

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