Skip to content

Commit 36842a3

Browse files
committed
v1.3.0 GPU Support Linux and platform support OpenBSD
1 parent 6296469 commit 36842a3

File tree

2 files changed

+25
-4
lines changed

2 files changed

+25
-4
lines changed

CHANGELOG.md

Lines changed: 13 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
## v1.3.0
22

3-
* Added Gpu Support | @romner-set | PR #529
3+
* Added Gpu Support Linux | @romner-set | PR #529
4+
5+
* Added platform support for OpenBSD | @joske | PR #607
46

57
* Enable macos clang | @muneebmahmed | PR #666
68

@@ -42,6 +44,16 @@
4244

4345
* Create adwaita.theme | @flipflop133 | #485
4446

47+
* Try get terminal size of "/dev/tty" if stdout fails | @imwints | PR #627
48+
49+
* Refresh rate program argument | @imwints | PR #640
50+
51+
* Improved error handling when determining the config directory | @imwints | #652
52+
53+
* Use native POSIX polling syscalls to read input | @lvxnull | #624
54+
55+
* Conditional compile on Big Sur and up | @joske | PR #690
56+
4557
+ Various fixes by @imwints, @simplepad, @joske, @gwena, @cpalv, @iambeingtracked, @mattico, @NexAdn
4658

4759
## v1.2.13

README.md

Lines changed: 12 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,15 @@
4343

4444
## News
4545

46+
##### 7 January 2024
47+
48+
Btop release v1.3.0
49+
50+
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.
51+
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.
52+
53+
See news entry below for more information regarding GPU support.
54+
4655
##### 25 November 2023
4756

4857
GPU monitoring added for Linux!
@@ -69,6 +78,9 @@ Big update with version bump to 1.3 coming soon.
6978

7079
First release of btop4win available at https://github.com/aristocratos/btop4win
7180

81+
<details>
82+
<summary>More...</summary>
83+
7284
##### 16 January 2022
7385

7486
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
8496

8597
Big thank you to [@joske](https://github.com/joske) who wrote the vast majority of the implementation!
8698

87-
<details>
88-
<summary>More...</summary>
89-
9099
##### 30 October 2021
91100

92101
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.

0 commit comments

Comments
 (0)