Skip to content

Commit c8947e6

Browse files
committed
v0.3.1
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.
1 parent 2e926b3 commit c8947e6

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
# 0.3.1
2+
3+
* DRM/KMS backend
4+
* Use `MAP_SHARED` on Redox; fixing behavior with latest Orbital
5+
* `OffscreenCanvas` support in web backend
6+
* Error instead of segfault on macOS if size isn't set
7+
* Make `fetch` error on Windows, where it wasn't working correctly
8+
* Implement `Error` trait for `SoftBufferError`
9+
* Dependency updates
10+
111
# 0.3.0
212

313
* On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen (#68).

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "softbuffer"
3-
version = "0.3.0"
3+
version = "0.3.1"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)