From 0c6a2f701d74cea7f5a4e2b59a10186920eb0733 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 28 Aug 2022 13:47:37 +0200 Subject: [PATCH] v1.2.9 Bug fixes + new features and themes --- CHANGELOG.md | 22 ++++++++++++++++++++++ src/btop.cpp | 2 +- 2 files changed, 23 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index dacbb53..e0e8760 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,25 @@ +## v1.2.9 + +* Fixed: Memory values not clearing properly when not in graph mode in mem box + +* Changed: kyli0x theme color update, by @kyli0x + +* Added: Elementarish theme, by @dennismayr + +* Added: key "?" to see help, by @mohi001 + +* Added: solarized_light theme, by @Fingerzam + +* Changed: Made ZFS stats collection compatible with zfs_pools_only option, by @simplepad + +* Changed: Rewrite of process sorting and tree generation including fixes for tree sorting and mouse support + +* Added: Option to hide the small cpu graphs for processes + +* Changed: Small graphs now show colors for each character + +* Fixed: Getting selfpath on macos (fix for finding theme folder) + ## v1.2.8 * Added: Support for ZFS pool io stats monitoring, by @simplepad diff --git a/src/btop.cpp b/src/btop.cpp index 484a0df..5aff90c 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -62,7 +62,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.2.8"; + const string Version = "1.2.9"; int coreCount; string overlay;