Skip to content

Commit 18457d1

Browse files
committed
v1.2.2 Bug fixes
1 parent edece28 commit 18457d1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
## v1.2.2
2+
3+
* Changed: Reverted uncolor() back to using regex to fix delay in opening menu when compiled with musl
4+
5+
* Added: Toggle for showing free disk space for privileged or normal users
6+
7+
* Added: Clarification on signal screen that number can be manually entered
8+
19
## v1.2.1
210

311
* Added: Arrow only after use of "f" when filtering processes, by @NavigationHazard

src/btop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ namespace Global {
6060
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
6161
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
6262
};
63-
const string Version = "1.2.1";
63+
const string Version = "1.2.2";
6464

6565
int coreCount;
6666
string overlay;

0 commit comments

Comments
 (0)