File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change
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
+
1
10
## v1.4.2
2
11
3
12
References | Description | Author(s)
Original file line number Diff line number Diff line change @@ -81,7 +81,7 @@ namespace Global {
81
81
{" #801414" , " ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝" },
82
82
{" #000000" , " ╚═════╝ ╚═╝ ╚═════╝ ╚═╝" },
83
83
};
84
- const string Version = " 1.4.2 " ;
84
+ const string Version = " 1.4.3 " ;
85
85
86
86
int coreCount;
87
87
string overlay;
You can’t perform that action at this time.
0 commit comments