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;