Skip to content

Commit 557bcf5

Browse files
committed
v1.1.1 OSX build fixes
1 parent 19894fe commit 557bcf5

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.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+
19
## v1.1.0
210

311
* Added: Support for OSX, by @joske and @aristocratos

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.1.0";
56+
const string Version = "1.1.1";
5757

5858
int coreCount;
5959
string overlay;

0 commit comments

Comments
 (0)