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 edece28 commit 18457d1Copy full SHA for 18457d1
CHANGELOG.md
@@ -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
9
## v1.2.1
10
11
* Added: Arrow only after use of "f" when filtering processes, by @NavigationHazard
src/btop.cpp
@@ -60,7 +60,7 @@ namespace Global {
60
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
61
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
62
};
63
- const string Version = "1.2.1";
+ const string Version = "1.2.2";
64
65
int coreCount;
66
string overlay;
0 commit comments