From a98b031a0d8f789523f39ce38d86cdd47a1383db Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 27 Feb 2022 14:24:39 +0100 Subject: v1.2.4 Bug fixes --- CHANGELOG.md | 10 ++++++++++ src/btop.cpp | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2588935..9a3475a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v1.2.4 + +* Optimization: Proc::draw() + +* Fixed: Ignore duplicate disks with same mountpoint + +* Changed: Restrict command line for processes to 1000 characters to fix utf8 conversion errors + +* Added: add "g" and "G" to vim keys, by @mohi001 + ## v1.2.3 * Changed: floating_humanizer() now show fractions when shortened and value is < 10 diff --git a/src/btop.cpp b/src/btop.cpp index 6a4942b..7f13641 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -60,7 +60,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.2.3"; + const string Version = "1.2.4"; int coreCount; string overlay; -- cgit v1.2.3