File tree Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Expand file tree Collapse file tree 2 files changed +25
-1
lines changed Original file line number Diff line number Diff line change
1
+ ## v1.3.1
2
+
3
+ * GPU: Added support for dynamic loading of ROCm v6 libraries | @aristocratos @fxzjshm | CM #5511131 PR #737
4
+
5
+ * Increase max network interface name to 15 | @tessus | PR #714
6
+
7
+ * Fix OpenBSD UTF-8 locale detection | @lcheylus @imwints | PR #753 #717
8
+
9
+ * Add hot-reloading of config file with CTRL+R or SIGUSR2 signal | @MartinPit | PR #722
10
+
11
+ * Add battery power draw for linux and freebsd | @vsey | PR #689
12
+
13
+ * Fix crash caused by string exception when cpu clock is exactly between 999.5 and 999.9 Mhz | @rkmcode | PR #735
14
+
15
+ * Write newline at end of config file | @planet36 | PR #743
16
+
17
+ * Add theme based on Everforest Dark Medium palette | @M-Sviridov | PR #746
18
+
19
+ * fix: don't mangle memory for zombie processes | @joske | PR #747
20
+
21
+ * Share common code from collect | @imwints | PR #756
22
+
23
+ * Fixed incorrect used and available memory for OSX | CM #4461a43
24
+
1
25
## v1.3.0
2
26
3
27
* Added Gpu Support Linux | @romner-set | PR #529
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ namespace Global {
79
79
{" #801414" , " ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝" },
80
80
{" #000000" , " ╚═════╝ ╚═╝ ╚═════╝ ╚═╝" },
81
81
};
82
- const string Version = " 1.3.0 " ;
82
+ const string Version = " 1.3.1 " ;
83
83
84
84
int coreCount;
85
85
string overlay;
You can’t perform that action at this time.
0 commit comments