summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoraristocratos <gnmjpl@gmail.com>2024-01-07 15:23:01 +0100
committeraristocratos <gnmjpl@gmail.com>2024-01-07 15:23:01 +0100
commit36842a3bccfb78f5c27642435bff387b42f7d13b (patch)
tree37e1ffbb2a85243632b5d5a3e02cb1978886e51f
parent62964693b30573cc6495cb181ab3adb89d077c20 (diff)
v1.3.0 GPU Support Linux and platform support OpenBSDv1.3.0
-rw-r--r--CHANGELOG.md14
-rw-r--r--README.md15
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
+<details>
+<summary>More...</summary>
+
##### 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!
-<details>
-<summary>More...</summary>
-
##### 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.