Skip to content

Commit 9c34ac7

Browse files
committed
v1.3.1 Bug fixes
1 parent 0f224bb commit 9c34ac7

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

CHANGELOG.md

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,27 @@
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

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.0";
82+
const string Version = "1.3.1";
8383

8484
int coreCount;
8585
string overlay;

0 commit comments

Comments
 (0)