summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-11-16 08:41:16 +0100
committeraristocratos <gnmjpl@gmail.com>2021-11-16 08:41:16 +0100
commit557bcf56c953c3aaa3fa788295ff19cf5a68a4d3 (patch)
tree03fa6b692ef673c9a02836ec0d8c31c441049924
parent19894feec70bc3173f8dc10159dfc44cff4e8757 (diff)
v1.1.1 OSX build fixesv1.1.1
-rw-r--r--CHANGELOG.md8
-rw-r--r--src/btop.cpp2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index a2a77d3..7d2be4a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## v1.1.1
+
+* Added: Partial static build (libgcc, libstdc++) for macos
+
+* Changed: Continuous build macos switched to OSX 11.6 (Big Sur) and partial static build
+
+* Changed: Release binaries for macos switched to OSX 12 (Monterey) and partial static build
+
## v1.1.0
* Added: Support for OSX, by @joske and @aristocratos
diff --git a/src/btop.cpp b/src/btop.cpp
index 88c3403..dc5fc98 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -53,7 +53,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.1.0";
+ const string Version = "1.1.1";
int coreCount;
string overlay;