File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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+
125## v1.3.0
226
327* Added Gpu Support Linux | @romner-set | PR #529
Original file line number Diff line number Diff line change @@ -79,7 +79,7 @@ namespace Global {
7979 {" #801414" , " ██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝" },
8080 {" #000000" , " ╚═════╝ ╚═╝ ╚═════╝ ╚═╝" },
8181 };
82- const string Version = " 1.3.0 " ;
82+ const string Version = " 1.3.1 " ;
8383
8484 int coreCount;
8585 string overlay;
You can’t perform that action at this time.
0 commit comments