From 36842a3bccfb78f5c27642435bff387b42f7d13b Mon Sep 17 00:00:00 2001 From: aristocratos Date: Sun, 7 Jan 2024 15:23:01 +0100 Subject: [PATCH] v1.3.0 GPU Support Linux and platform support OpenBSD --- CHANGELOG.md | 14 +++++++++++++- README.md | 15 ++++++++++++--- 2 files changed, 25 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bbf273b..00273c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ ## v1.3.0 -* Added Gpu Support | @romner-set | PR #529 +* Added Gpu Support Linux | @romner-set | PR #529 + +* Added platform support for OpenBSD | @joske | PR #607 * Enable macos clang | @muneebmahmed | PR #666 @@ -42,6 +44,16 @@ * Create adwaita.theme | @flipflop133 | #485 +* Try get terminal size of "/dev/tty" if stdout fails | @imwints | PR #627 + +* Refresh rate program argument | @imwints | PR #640 + +* Improved error handling when determining the config directory | @imwints | #652 + +* Use native POSIX polling syscalls to read input | @lvxnull | #624 + +* Conditional compile on Big Sur and up | @joske | PR #690 + + Various fixes by @imwints, @simplepad, @joske, @gwena, @cpalv, @iambeingtracked, @mattico, @NexAdn ## v1.2.13 diff --git a/README.md b/README.md index fa67b70..0b351a2 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,15 @@ ## News +##### 7 January 2024 + +Btop release v1.3.0 + +Big release with GPU support added for Linux and platform support for OpenBSD. Big thanks to @romner-set (GPU support) and @joske (OpenBSD support) for contributions. +And a multitude of bugfixes and small changes, see [CHANGES.md](CHANGES.md) and latest [release](https://github.com/aristocratos/btop/releases/latest) for detailed list and attributions. + +See news entry below for more information regarding GPU support. + ##### 25 November 2023 GPU monitoring added for Linux! @@ -69,6 +78,9 @@ Big update with version bump to 1.3 coming soon. First release of btop4win available at https://github.com/aristocratos/btop4win +
+More... + ##### 16 January 2022 Release v1.2.0 with FreeBSD support. No release binaries for FreeBSD provided as of yet. @@ -84,9 +96,6 @@ macOS binaries + installer are included for both x86 and ARM64 (Apple Silicon) i Big thank you to [@joske](https://github.com/joske) who wrote the vast majority of the implementation! -
-More... - ##### 30 October 2021 Work on the OSX [macOS] and FreeBSD branches, both initiated and mostly worked on by [@joske](https://github.com/joske), will likely be completed in the coming weeks.