softbuffer/CHANGELOG.md

27 lines
1 KiB
Markdown
Raw Normal View History

# UNRELEASED
* On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen.
2023-01-06 08:57:20 -07:00
# 0.2.0
2023-01-06 07:43:29 -08:00
* Add support for Redox/Orbital.
* Add support for BSD distributions.
* Ported Windows backend from `winapi` to `windows-sys`.
* **Breaking:** Take a reference to a window instead of owning the window.
* Add a `from_raw` function for directly using raw handles.
2023-01-06 08:57:20 -07:00
* Improvements for Wayland support.
* Support for HiDPI on macOS.
2023-01-06 07:43:29 -08:00
* **Breaking:** Add feature flags for `x11` and `wayland` backends.
* Use static dispatch instead of dynamic dispatch for the backends.
* Add `libxcb` support to the X11 backend.
2023-01-06 08:57:20 -07:00
* Use X11 MIT-SHM extension, if available.
2023-01-06 07:43:29 -08:00
# 0.1.1
* Added WASM support (Thanks to [Liamolucko](https://github.com/Liamolucko)!)
* CALayer is now used for Mac OS backend, which is more flexible about what happens in the windowing library (Thanks to [lunixbochs](https://github.com/lunixbochs)!)
# 0.1.0
2023-01-06 08:57:20 -07:00
Initial published version with support for Linux (X11 and Wayland), Mac OS (but buggy), and Windows.