Skip to content

Commit

Permalink
v0.3.1
Browse files Browse the repository at this point in the history
Softbuffer is broken on recent builds of Redox without the fix here, so
it's helpful to have a new release that fixes it. We seem to have
accumulated a few non-breaking fixes, so it seems like a good enough
time to do a release anyway.

Disabling `fetch` on Windows could be considered breaking, but it
doesn't change the API, was broken anyway, and is likely unused. So I
don't think that's an issue.
  • Loading branch information
ids1024 committed Aug 27, 2023
1 parent 2e926b3 commit c8947e6
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
# 0.3.1

* DRM/KMS backend
* Use `MAP_SHARED` on Redox; fixing behavior with latest Orbital
* `OffscreenCanvas` support in web backend
* Error instead of segfault on macOS if size isn't set
* Make `fetch` error on Windows, where it wasn't working correctly
* Implement `Error` trait for `SoftBufferError`
* Dependency updates

# 0.3.0

* On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen (#68).
Expand Down
2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "softbuffer"
version = "0.3.0"
version = "0.3.1"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "Cross-platform software buffer"
Expand Down

0 comments on commit c8947e6

Please sign in to comment.