From 06f447f36e36a09d378c25f2b7d6f2d85ee4ef98 Mon Sep 17 00:00:00 2001 From: Aristocratos Date: Sun, 11 Sep 2022 12:03:27 +0200 Subject: [PATCH] v1.0.3 --- CHANGELOG.md | 7 +++++++ src/btop.cpp | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f963041..5f015b4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +## v1.0.3 + +* Fixed: Config not saving when quittting by closing with window controls +* Changed: Ignore warning for WMI CoInitializeSecurity() when it's already have been called +* Fixed: Core mapping for cpu temps +* Fixed: `io_graph_speeds` config setting + ## v1.0.2 * Fixed: Tools::hostname() and Tools::username() diff --git a/src/btop.cpp b/src/btop.cpp index 100bd7e..d6fa5a1 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -54,7 +54,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.2"; + const string Version = "1.0.3"; int coreCount; string overlay;