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;