Version 2.80.4
Stability fixes for surface allocation and anti-alias edging · Released May 21, 2022 · NuGet · GitHub Release
Highlights
A small maintenance release that improves resilience when GPU surface allocation fails, fixes IsAntialias to correctly control font edging, and addresses an ANGLE packaging issue with zlib1.dll. One community contributor drove the surface allocation fix.
Breaking Changes
None in this release.
Bug Fixes
- Surface allocation failure handling — Returns an empty surface instead of crashing when GPU surface allocation fails. ❤️ @richirisu (#1784)
IsAntialiascontrols edging —IsAntialiasnow correctly also controls the font edging setting. (#1802)- ANGLE
zlib1.dllpackaging — Fixed missingzlib1.dlloutput from ANGLE builds. (#1807)
Platform Support
| Platform | What's New |
|---|---|
| 🪟 Windows | Fixed ANGLE zlib1.dll packaging |
Community Contributors ❤️
| Contributor | What They Did |
|---|---|
| @richirisu | Fixed crash on GPU surface allocation failure |
Links
Preview 9 (May 11, 2022)
CI infrastructure updates.
Preview 6 (September 28, 2021)
Fixed ANGLE zlib1.dll packaging.
Preview 5 (September 13, 2021)
Fixed surface allocation failure handling and IsAntialias edging control.
Preview 2 (August 19, 2021)
Initial preview of the 2.80.4 release cycle.