summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-11-08 18:58:25 +0100
committeraristocratos <gnmjpl@gmail.com>2021-11-08 18:58:25 +0100
commit0201b5f859c530f8382a74e47e93c85c5ca7d4f1 (patch)
tree2b038be5c79851d60995f89efce69e9b97d0910a
parentc133997b210001c7ec9f556da438a71ebbd7edde (diff)
v1.0.23 Bug fixesv1.0.23
-rw-r--r--CHANGELOG.md10
-rw-r--r--src/btop.cpp2
2 files changed, 11 insertions, 1 deletions
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;