From 9c34ac75dc7a10d1497577945bfc4b89680ca73e Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 11 Feb 2024 18:32:27 +0100 Subject: [PATCH] v1.3.1 Bug fixes --- CHANGELOG.md | 24 ++++++++++++++++++++++++ src/btop.cpp | 2 +- 2 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 00273c1..947d23d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,27 @@ +## v1.3.1 + +* GPU: Added support for dynamic loading of ROCm v6 libraries | @aristocratos @fxzjshm | CM #5511131 PR #737 + +* Increase max network interface name to 15 | @tessus | PR #714 + +* Fix OpenBSD UTF-8 locale detection | @lcheylus @imwints | PR #753 #717 + +* Add hot-reloading of config file with CTRL+R or SIGUSR2 signal | @MartinPit | PR #722 + +* Add battery power draw for linux and freebsd | @vsey | PR #689 + +* Fix crash caused by string exception when cpu clock is exactly between 999.5 and 999.9 Mhz | @rkmcode | PR #735 + +* Write newline at end of config file | @planet36 | PR #743 + +* Add theme based on Everforest Dark Medium palette | @M-Sviridov | PR #746 + +* fix: don't mangle memory for zombie processes | @joske | PR #747 + +* Share common code from collect | @imwints | PR #756 + +* Fixed incorrect used and available memory for OSX | CM #4461a43 + ## v1.3.0 * Added Gpu Support Linux | @romner-set | PR #529 diff --git a/src/btop.cpp b/src/btop.cpp index 5b22d79..487a562 100644 --- a/src/btop.cpp +++ b/src/btop.cpp @@ -79,7 +79,7 @@ namespace Global { {"#801414", "██████╔╝ ██║ ╚██████╔╝██║ ╚═╝ ╚═╝"}, {"#000000", "╚═════╝ ╚═╝ ╚═════╝ ╚═╝"}, }; - const string Version = "1.3.0"; + const string Version = "1.3.1"; int coreCount; string overlay;