From 0201b5f859c530f8382a74e47e93c85c5ca7d4f1 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Mon, 8 Nov 2021 18:58:25 +0100 Subject: v1.0.23 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 4d03067..6bce917 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +## v1.0.23 + +* Fixed: Config parser missing first value when not including version header + +* Fixed: Vim keys menu lists selection + +* Fixed: Stall when clearing input queue on exit and queue is >1 + +* Fixed: Inconsistent behaviour of "q" key in the menus + ## v1.0.22 * Fixed: Bad values for disks and network on 32-bit diff --git a/src/btop.cpp b/src/btop.cpp index f49189e..b7fea4b 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -53,7 +53,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.22"; + const string Version = "1.0.23"; int coreCount; string overlay; -- cgit v1.2.3