v1.2.8 New features & themes

This commit is contained in:
aristocratos 2022-06-29 18:59:27 +02:00
parent b0f5eb6ea7
commit 102b6dbc9d
2 changed files with 13 additions and 1 deletions

View file

@ -1,3 +1,15 @@
## v1.2.8
* Added: Support for ZFS pool io stats monitoring, by @simplepad
* Added: Filtering of kernel processes, by @0xJoeMama
* Added: New theme everforest-dark-hard, by @iambeingtracked
* Added: New theme tomorrow-night, by @appuchias
* Changed: Disable battery monitoring if it fails instead of exiting
## v1.2.7
* Fixed: Disk IO stats for individual partitions instead of whole disk (Linux)

View file

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