File tree Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Expand file tree Collapse file tree 2 files changed +15
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.1.2
2
+
3
+ * Fixed: SISEGV on macos Mojave, by @mgradowski
4
+
5
+ * Fixed: Small optimizations and fixes to Mem::collect() and Input::get()
6
+
7
+ * Fixed: Wrong unit for net_upload and net_download in config menu
8
+
9
+ * Fixed: UTF-8 detection on macos
10
+
11
+ * Fixed: coretemp iteration due to missing tempX_input, by @KFilipek
12
+
13
+ * Fixed: coretemp ordering
14
+
1
15
## v1.1.1
2
16
3
17
* Added: Partial static build (libgcc, libstdc++) for macos
Original file line number Diff line number Diff line change @@ -56,7 +56,7 @@ namespace Global {
56
56
{" #801414" , " ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝" },
57
57
{" #000000" , " ╚═════╝ ╚═╝ ╚═════╝ ╚═╝" },
58
58
};
59
- const string Version = " 1.1.1 " ;
59
+ const string Version = " 1.1.2 " ;
60
60
61
61
int coreCount;
62
62
string overlay;
You can’t perform that action at this time.
0 commit comments