Skip to content

Commit 0201b5f

Browse files
committed
v1.0.23 Bug fixes
1 parent c133997 commit 0201b5f

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
111
## v1.0.22
212

313
* Fixed: Bad values for disks and network on 32-bit

src/btop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ namespace Global {
5353
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
5454
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
5555
};
56-
const string Version = "1.0.22";
56+
const string Version = "1.0.23";
5757

5858
int coreCount;
5959
string overlay;

0 commit comments

Comments
 (0)