summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2022-05-28 21:08:30 +0200
committeraristocratos <gnmjpl@gmail.com>2022-05-28 21:08:30 +0200
commitc3eb02f27f69f2cd03d5ec9ddc8ce7dc8eda3de8 (patch)
treef2bf80db08a38d11259470f56c22eac3edd90416
parentdfac006b924bc0b7f36e5bd4c0efa8d5958c05b4 (diff)
v1.2.7 Bug fixes & new featuresv1.2.7
-rw-r--r--CHANGELOG.md14
-rw-r--r--src/btop.cpp2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6e9d63a..571b693 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## v1.2.7
+
+* Fixed: Disk IO stats for individual partitions instead of whole disk (Linux)
+
+* Added: Case insensitive process filtering, by @abrasumente233
+
+* Added: Include ZFS ARC in cached/available memory on Linux, by @mattico
+
+* Added: Desktop entry and icons, by @yonatan8070
+
+* Fixed: Net sync scale bug
+
+* Added: tokyo-night & tokyo-storm themes, by @Schievel1
+
## v1.2.6
* Fixed: Wrong memory unit when shorten and size is less than 10, by @mohi001
diff --git a/src/btop.cpp b/src/btop.cpp
index b94fe4b..ff59748 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -60,7 +60,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.2.6";
+ const string Version = "1.2.7";
int coreCount;
string overlay;