We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c133997 commit 0201b5fCopy full SHA for 0201b5f
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+## v1.0.23
2
+
3
+* Fixed: Config parser missing first value when not including version header
4
5
+* Fixed: Vim keys menu lists selection
6
7
+* Fixed: Stall when clearing input queue on exit and queue is >1
8
9
+* Fixed: Inconsistent behaviour of "q" key in the menus
10
11
## v1.0.22
12
13
* Fixed: Bad values for disks and network on 32-bit
src/btop.cpp
@@ -53,7 +53,7 @@ namespace Global {
53
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
54
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
55
};
56
- const string Version = "1.0.22";
+ const string Version = "1.0.23";
57
58
int coreCount;
59
string overlay;
0 commit comments