v1.2.2 Bug fixes

This commit is contained in:
aristocratos 2022-02-13 00:59:00 +01:00
parent edece28eec
commit 18457d1181
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## v1.2.2
* Changed: Reverted uncolor() back to using regex to fix delay in opening menu when compiled with musl
* Added: Toggle for showing free disk space for privileged or normal users
* Added: Clarification on signal screen that number can be manually entered
## v1.2.1
* Added: Arrow only after use of "f" when filtering processes, by @NavigationHazard

View File

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