summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-09-20 18:32:08 +0200
committeraristocratos <gnmjpl@gmail.com>2021-09-20 18:32:08 +0200
commit026a9311e9999f979e5a01e415e963bcee01ea36 (patch)
tree39cefc8e4f902a2722f6425311dad71a79455534
parentbb5728187a778d108070141e57b0b6e2b0cdcff3 (diff)
v1.0.2 Bug fixesv1.0.2
-rw-r--r--CHANGELOG.md4
-rw-r--r--src/btop.cpp2
2 files changed, 5 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index eeb876f..5bb34fe 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -4,6 +4,10 @@
* Fixed: Color gradient array out of bounds, added clamp 0-100 for cpu percent values
+* Fixed: Menu size and preset size issues and added warnings for small terminal size
+
+* Fixed: Options menu page selection alignment
+
## v1.0.1
* Fixed: UTF-8 check to include UTF8
diff --git a/src/btop.cpp b/src/btop.cpp
index cdc0a4c..5072788 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -55,7 +55,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.0.1";
+ const string Version = "1.0.2";
int coreCount;
string overlay;