From 102b6dbc9d33906319e7c710cf58ba2893d6ec49 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Wed, 29 Jun 2022 18:59:27 +0200 Subject: v1.2.8 New features & themes --- CHANGELOG.md | 12 ++++++++++++ src/btop.cpp | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 571b693..dacbb53 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/src/btop.cpp b/src/btop.cpp index ff59748..b114753 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -60,7 +60,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.2.7"; + const string Version = "1.2.8"; int coreCount; string overlay; -- cgit v1.2.3