diff --git a/CHANGELOG.md b/CHANGELOG.md index 46c4310..56e530f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +## v1.0.21 + +* Fixed: Removed extra spaces in cpu name + +* Added: / as alternative bind for filter + +* Fixed: Security issue when running with SUID bit set + ## v1.0.20 * Added: Improved cpu sensor detection for Ryzen Mobile, by @adnanpri diff --git a/src/btop.cpp b/src/btop.cpp index c6a7b9c..ee95cfb 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -53,7 +53,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.0.20"; + const string Version = "1.0.21"; int coreCount; string overlay;