Skip to content

Commit 68ec5a5

Browse files
authored
v0.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). * **Breaking:** Split the `GraphicsContext` type into `Context` and `Surface` (#64). * On Web, cache the document in the `Context` type (#66). * **Breaking:** Introduce a new "owned buffer" for no-copy presentation (#65). * Enable support for multi-threaded WASM (#77). * Fix buffer resizing on X11 (#69). * Add a set of functions for handling buffer damage (#99). * Add a `fetch()` function for getting the window contents (#104). * Bump MSRV to 1.64 (#81).
1 parent 7b089d4 commit 68ec5a5

2 files changed

Lines changed: 12 additions & 4 deletions

File tree

CHANGELOG.md

Lines changed: 11 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,14 @@
1-
# UNRELEASED
2-
3-
* On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen.
1+
# 0.3.0
2+
3+
* On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen (#68).
4+
* **Breaking:** Split the `GraphicsContext` type into `Context` and `Surface` (#64).
5+
* On Web, cache the document in the `Context` type (#66).
6+
* **Breaking:** Introduce a new "owned buffer" for no-copy presentation (#65).
7+
* Enable support for multi-threaded WASM (#77).
8+
* Fix buffer resizing on X11 (#69).
9+
* Add a set of functions for handling buffer damage (#99).
10+
* Add a `fetch()` function for getting the window contents (#104).
11+
* Bump MSRV to 1.64 (#81).
412

513
# 0.2.1
614

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.2.0"
3+
version = "0.3.0"
44
edition = "2021"
55
license = "MIT OR Apache-2.0"
66
description = "Cross-platform software buffer"

0 commit comments

Comments
 (0)