From d9d27826d297faba7859f5dbd1a8e5d33dabaec1 Mon Sep 17 00:00:00 2001 From: John Nunley Date: Mon, 15 Apr 2024 20:41:01 -0700 Subject: [PATCH] v0.4.2 Signed-off-by: John Nunley --- CHANGELOG.md | 14 +++++++++++--- Cargo.toml | 2 +- 2 files changed, 12 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76aab184..78d5ab5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,20 @@ # Unreleased +# 0.4.2 + +- Add the ability to get the underlying window handle. (#193) +- Rework the backend to use a trait-based interface. (#196) +- On Orbital, fix window resize. (#200) +- Fix `bytes()` for KMS/DRM implementation. (#203) + +# 0.4.1 + - On MacOS, Fix double-free of `NSWindow`. (#180) -- On Web, add support for more `RawWindowHandle` variants. (#188) -- On Wayland, fix buffer age. (#191) - Update `drm` to 0.11 (#178) * Fixes build on architectures where drm-rs did not have generated bindings. - Update x11rb to v0.13 (#183) -- On Orbital, fix window resize. +- On Web, add support for more `RawWindowHandle` variants. (#188) +- On Wayland, fix buffer age. (#191) # 0.4.0 diff --git a/Cargo.toml b/Cargo.toml index 08ee95d6..4c11de18 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "softbuffer" -version = "0.4.1" +version = "0.4.2" edition = "2021" license = "MIT OR Apache-2.0" description = "Cross-platform software buffer"