1
0
mirror of https://github.com/emilk/egui.git synced 2026-08-29 04:40:03 -04:00

Bump version to 0.34.2 and update changelogs (#8147)

Brings the 0.34.2 release commit back to `main` so it tracks the latest
published version and has updated changelogs.
This commit is contained in:
Lucas Meurer
2026-05-05 13:13:14 +02:00
committed by GitHub
parent e9b8c0d918
commit e3d7a01a6a
13 changed files with 84 additions and 29 deletions

View File

@@ -6,6 +6,11 @@ This file is updated upon each release.
Changes since the last release can be found at <https://github.com/emilk/egui/compare/latest...HEAD> or by running the `scripts/generate_changelog.py` script.
## 0.34.2 - 2026-05-04
* Update to wgpu 29.0.1 [#8073](https://github.com/emilk/egui/pull/8073) by [@emilk](https://github.com/emilk)
* Warn if using a software rasterizer [#8101](https://github.com/emilk/egui/pull/8101) by [@emilk](https://github.com/emilk)
## 0.34.1 - 2026-03-27
* `wgpu` backend: Enable WebGL fallback [#8038](https://github.com/emilk/egui/pull/8038) by [@emilk](https://github.com/emilk)