summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2022-06-29 18:59:27 +0200
committeraristocratos <gnmjpl@gmail.com>2022-06-29 18:59:27 +0200
commit102b6dbc9d33906319e7c710cf58ba2893d6ec49 (patch)
treee0c330aa70177c4c2e5f2b6a7c04e2094b3fd2a6
parentb0f5eb6ea76bd7cc58f77c623b6537dc822d2497 (diff)
v1.2.8 New features & themesv1.2.8
-rw-r--r--CHANGELOG.md12
-rw-r--r--src/btop.cpp2
2 files changed, 13 insertions, 1 deletions
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;