summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-11-27 18:52:10 +0100
committeraristocratos <gnmjpl@gmail.com>2021-11-27 18:52:10 +0100
commit48cbe688c5672572049c1064f8429735b27ffd30 (patch)
tree79406188c740457b71cea5eef130e78052e8bf8f
parent9465e9b01439b6c3c941c89ab062461a595292ed (diff)
v1.1.2 Bug fixesv1.1.2
-rw-r--r--CHANGELOG.md14
-rw-r--r--src/btop.cpp2
2 files changed, 15 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 7d2be4a..99f2a4f 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## v1.1.2
+
+* Fixed: SISEGV on macos Mojave, by @mgradowski
+
+* Fixed: Small optimizations and fixes to Mem::collect() and Input::get()
+
+* Fixed: Wrong unit for net_upload and net_download in config menu
+
+* Fixed: UTF-8 detection on macos
+
+* Fixed: coretemp iteration due to missing tempX_input, by @KFilipek
+
+* Fixed: coretemp ordering
+
## v1.1.1
* Added: Partial static build (libgcc, libstdc++) for macos
diff --git a/src/btop.cpp b/src/btop.cpp
index f015308..a07a8c5 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -56,7 +56,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.1.1";
+ const string Version = "1.1.2";
int coreCount;
string overlay;