From a6d27c1cc4f5079b46df48134459746bacb7d429 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sat, 11 Dec 2021 18:22:08 +0100 Subject: [PATCH] v1.1.3 New themes + bugfixes --- CHANGELOG.md | 14 ++++++++++++++ src/btop.cpp | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 99f2a4f..0ec004f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,17 @@ +## v1.1.3 + +* Added: New theme ayu, by @AlphaNecron + +* Added: New theme gruvbox_dark_v2, by @pietryszak + +* Fixed: Macos cpu coretemp for Intel, by @joske + +* Added: New theme OneDark, by @vtmx + +* Fixed: Fixed network graph scale int rollover + +* Fixed: Suspected possibility of very rare stall in Input::clear() + ## v1.1.2 * Fixed: SISEGV on macos Mojave, by @mgradowski diff --git a/src/btop.cpp b/src/btop.cpp index a07a8c5..06dc42f 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -56,7 +56,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.1.2"; + const string Version = "1.1.3"; int coreCount; string overlay;