summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-09-24 22:35:13 +0200
committeraristocratos <gnmjpl@gmail.com>2021-09-24 22:35:13 +0200
commitee8109ec38fc7d3f1b8c34fe25b884fd1b086896 (patch)
treef7ff149eb9bb386cc6820fd5ba11cb2473d9205b
parent2aca963f305fc313c71c0f9bddd9825a8ae80608 (diff)
v1.0.7 Bug fixesv1.0.7
-rw-r--r--CHANGELOG.md8
-rw-r--r--src/btop.cpp2
2 files changed, 9 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 1aa960e..3efc76a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,11 @@
+## v1.0.7
+
+* Fixed: Crash when opening menu at too small size
+
+* Fixed: Cores not constrained to cpu box and core numbers above 100 cut off
+
+* Fixed: Scrollbar position incorrect in small lists and selection not working when filtering
+
## v1.0.6
* Fixed: Check that getenv("LANG") is not NULL in UTF-8 check
diff --git a/src/btop.cpp b/src/btop.cpp
index e15404b..39ce6d4 100644
--- a/src/btop.cpp
+++ b/src/btop.cpp
@@ -55,7 +55,7 @@ namespace Global {
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
};
- const string Version = "1.0.6";
+ const string Version = "1.0.7";
int coreCount;
string overlay;