Skip to content

Commit fd2a2ac

Browse files
committed
v1.3.2 Hotfix GPU support AMD ROCm v6
1 parent 37d217e commit fd2a2ac

File tree

2 files changed

+19
-21
lines changed

2 files changed

+19
-21
lines changed

CHANGELOG.md

Lines changed: 18 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,24 @@
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
1+
## v1.3.2
102

11-
* Add battery power draw for linux and freebsd | @vsey | PR #689
3+
Description | Author(s) | References
4+
--- | --- | ---
5+
fix: Can't detect librocm 6.0.x | @imwints, @aristocratos | #761
126

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
7+
## v1.3.1
228

23-
* Fixed incorrect used and available memory for OSX | CM #4461a43
9+
Description | Author(s) | References
10+
--- | --- | ---
11+
GPU: Added support for dynamic loading of ROCm v6 libraries | @aristocratos, @fxzjshm | 5511131, #737
12+
Increase max network interface name to 15 | @tessus | #714
13+
Fix OpenBSD UTF-8 locale detection | @lcheylus, @imwints | #753, #717
14+
Add hot-reloading of config file with CTRL+R or SIGUSR2 signal | @MartinPit | #722
15+
Add battery power draw for linux and freebsd | @vsey | #689
16+
Fix crash caused by string exception when cpu clock is exactly between 999.5 and 999.9 Mhz | @rkmcode | #735
17+
Write newline at end of config file | @planet36 | #743
18+
Add theme based on Everforest Dark Medium palette | @M-Sviridov | #746
19+
fix: don't mangle memory for zombie processes | @joske | #747
20+
Share common code from collect | @imwints | #756
21+
Fixed incorrect used and available memory for OSX | | 4461a43
2422

2523
## v1.3.0
2624

src/btop.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ namespace Global {
7979
{"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"},
8080
{"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"},
8181
};
82-
const string Version = "1.3.1";
82+
const string Version = "1.3.2";
8383

8484
int coreCount;
8585
string overlay;

0 commit comments

Comments
 (0)