Skip to content

Commit 3f1ccd9

Browse files
committed
v1.4.3 Bug fixes
1 parent 9bd618f commit 3f1ccd9

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,12 @@
1+
## v1.4.3
2+
3+
References | Description | Author(s)
4+
--- | --- | ---
5+
c3b225f | Revert e266ccd which broke str_to_upper() and str_to_lower() | @aristocratos
6+
#1137 | Enable additional checks in libc++ with the new hardening mode | @imwints
7+
#1135 | Remove redundant optimization flag | @imwints
8+
#1139 | Ignore incomplete filter regex, issue #1133 | @imwints
9+
110
## v1.4.2
211

312
References | Description | Author(s)

src/btop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ namespace Global {
8181
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
8282
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
8383
};
84-
const string Version = "1.4.2";
84+
const string Version = "1.4.3";
8585

8686
int coreCount;
8787
string overlay;

0 commit comments

Comments
 (0)