summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2021-11-02 21:18:44 +0100
committeraristocratos <gnmjpl@gmail.com>2021-11-02 21:18:44 +0100
commit6383ef8704b01e331121bda16a83472ead99ae21 (patch)
tree9f46b13459d17a811fa80a78e189cd43a5e172f9
parent0f566ae688f4b58f6b0dc52a7ec80f870f00a69a (diff)
v1.0.21 Security and bug fixesv1.0.21
-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 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;