|
73 | 73 |
|
74 | 74 | # 0.3.0 |
75 | 75 |
|
76 | | -* On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen (#68). |
77 | | -* **Breaking:** Split the `GraphicsContext` type into `Context` and `Surface` (#64). |
78 | | -* On Web, cache the document in the `Context` type (#66). |
79 | | -* **Breaking:** Introduce a new "owned buffer" for no-copy presentation (#65). |
80 | | -* Enable support for multi-threaded WASM (#77). |
81 | | -* Fix buffer resizing on X11 (#69). |
82 | | -* Add a set of functions for handling buffer damage (#99). |
83 | | -* Add a `fetch()` function for getting the window contents (#104). |
84 | | -* Bump MSRV to 1.64 (#81). |
| 76 | +- On MacOS, the contents scale is updated when set_buffer() is called, to adapt when the window is on a new screen (#68). |
| 77 | +- **Breaking:** Split the `GraphicsContext` type into `Context` and `Surface` (#64). |
| 78 | +- On Web, cache the document in the `Context` type (#66). |
| 79 | +- **Breaking:** Introduce a new "owned buffer" for no-copy presentation (#65). |
| 80 | +- Enable support for multi-threaded WASM (#77). |
| 81 | +- Fix buffer resizing on X11 (#69). |
| 82 | +- Add a set of functions for handling buffer damage (#99). |
| 83 | +- Add a `fetch()` function for getting the window contents (#104). |
| 84 | +- Bump MSRV to 1.64 (#81). |
85 | 85 |
|
86 | 86 | # 0.2.1 |
87 | 87 |
|
88 | | -* Bump `windows-sys` to 0.48 |
| 88 | +- Bump `windows-sys` to 0.48 |
89 | 89 |
|
90 | 90 | # 0.2.0 |
91 | 91 |
|
92 | | -* Add support for Redox/Orbital. |
93 | | -* Add support for BSD distributions. |
94 | | -* Ported Windows backend from `winapi` to `windows-sys`. |
95 | | -* **Breaking:** Take a reference to a window instead of owning the window. |
96 | | -* Add a `from_raw` function for directly using raw handles. |
97 | | -* Improvements for Wayland support. |
98 | | -* Support for HiDPI on macOS. |
99 | | -* **Breaking:** Add feature flags for `x11` and `wayland` backends. |
100 | | -* Use static dispatch instead of dynamic dispatch for the backends. |
101 | | -* Add `libxcb` support to the X11 backend. |
102 | | -* Use X11 MIT-SHM extension, if available. |
| 92 | +- Add support for Redox/Orbital. |
| 93 | +- Add support for BSD distributions. |
| 94 | +- Ported Windows backend from `winapi` to `windows-sys`. |
| 95 | +- **Breaking:** Take a reference to a window instead of owning the window. |
| 96 | +- Add a `from_raw` function for directly using raw handles. |
| 97 | +- Improvements for Wayland support. |
| 98 | +- Support for HiDPI on macOS. |
| 99 | +- **Breaking:** Add feature flags for `x11` and `wayland` backends. |
| 100 | +- Use static dispatch instead of dynamic dispatch for the backends. |
| 101 | +- Add `libxcb` support to the X11 backend. |
| 102 | +- Use X11 MIT-SHM extension, if available. |
103 | 103 |
|
104 | 104 | # 0.1.1 |
105 | 105 |
|
106 | | -* Added WASM support (Thanks to [Liamolucko](https://github.com/Liamolucko)!) |
107 | | -* 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)!) |
| 106 | +- Added WASM support (Thanks to [Liamolucko](https://github.com/Liamolucko)!) |
| 107 | +- 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)!) |
108 | 108 |
|
109 | 109 | # 0.1.0 |
110 | 110 |
|
|
0 commit comments