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 19894fe commit 557bcf5Copy full SHA for 557bcf5
CHANGELOG.md
@@ -1,3 +1,11 @@
1
+## v1.1.1
2
+
3
+* Added: Partial static build (libgcc, libstdc++) for macos
4
5
+* Changed: Continuous build macos switched to OSX 11.6 (Big Sur) and partial static build
6
7
+* Changed: Release binaries for macos switched to OSX 12 (Monterey) and partial static build
8
9
## v1.1.0
10
11
* Added: Support for OSX, by @joske and @aristocratos
src/btop.cpp
@@ -53,7 +53,7 @@ namespace Global {
53
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
54
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
55
};
56
- const string Version = "1.1.0";
+ const string Version = "1.1.1";
57
58
int coreCount;
59
string overlay;
0 commit comments