v1.2.4 Bug fixes

This commit is contained in:
aristocratos 2022-02-27 14:24:39 +01:00
parent e793370dc9
commit a98b031a0d
2 changed files with 11 additions and 1 deletions

View File

@ -1,3 +1,13 @@
## v1.2.4
* Optimization: Proc::draw()
* Fixed: Ignore duplicate disks with same mountpoint
* Changed: Restrict command line for processes to 1000 characters to fix utf8 conversion errors
* Added: add "g" and "G" to vim keys, by @mohi001
## v1.2.3
* Changed: floating_humanizer() now show fractions when shortened and value is < 10

View File

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