From 19e9a181ea56272aa1b3c7f27d81cf8956e22627 Mon Sep 17 00:00:00 2001 From: aristocratos Date: Tue, 21 Sep 2021 17:39:49 +0200 Subject: [PATCH] v1.0.3 Bug fixes --- CHANGELOG.md | 4 ++++ src/btop.cpp | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5bb34fe..b6a133c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## v1.0.3 + +* Fixed: stoi 0 literal pointer to nullptr and added more clamping for gradient array access + ## v1.0.2 * Fixed: ARCH detection in Makefile diff --git a/src/btop.cpp b/src/btop.cpp index 5072788..fd92220 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -55,7 +55,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.2"; + const string Version = "1.0.3"; int coreCount; string overlay;