diff --git a/CHANGELOG.md b/CHANGELOG.md index 1aa960eb..3efc76aa 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 e15404b1..39ce6d40 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;