From 48cbe688c5672572049c1064f8429735b27ffd30 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 27 Nov 2021 18:52:10 +0100 Subject: [PATCH] v1.1.2 Bug fixes --- CHANGELOG.md | 14 ++++++++++++++ src/btop.cpp | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d2be4a9..99f2a4f2 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 f0153089..a07a8c5f 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;