From ee8109ec38fc7d3f1b8c34fe25b884fd1b086896 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Fri, 24 Sep 2021 22:35:13 +0200 Subject: [PATCH] v1.0.7 Bug fixes --- CHANGELOG.md | 8 ++++++++ src/btop.cpp | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa960e..3efc76a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.0.7 + +* Fixed: Crash when opening menu at too small size + +* Fixed: Cores not constrained to cpu box and core numbers above 100 cut off + +* Fixed: Scrollbar position incorrect in small lists and selection not working when filtering + ## v1.0.6 * Fixed: Check that getenv("LANG") is not NULL in UTF-8 check diff --git a/src/btop.cpp b/src/btop.cpp index e15404b..39ce6d4 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -55,7 +55,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.6"; + const string Version = "1.0.7"; int coreCount; string overlay;