mirror of
https://github.com/emilk/egui.git
synced 2026-09-02 14:50:03 -04:00
Release 0.24.1 - Bug fixes
This commit is contained in:
@@ -4,7 +4,11 @@ All notable changes to the `egui` crate will be documented in this file.
|
||||
NOTE: [`epaint`](crates/epaint/CHANGELOG.md), [`egui_plot`](crates/egui_plot/CHANGELOG.md), [`eframe`](crates/eframe/CHANGELOG.md), [`egui-winit`](crates/egui-winit/CHANGELOG.md), [`egui_glow`](crates/egui_glow/CHANGELOG.md) and [`egui-wgpu`](crates/egui-wgpu/CHANGELOG.md) have their own changelogs!
|
||||
|
||||
This file is updated upon each release.
|
||||
Changes since the last release can be found by running the `scripts/generate_changelog.py` script.
|
||||
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.24.1 - 2023-11-30 - Bug fixes
|
||||
* Fix buggy text with multiple viewports on monitors with different scales [#3666](https://github.com/emilk/egui/pull/3666)
|
||||
|
||||
|
||||
## 0.24.0 - 2023-11-23 - Multi-viewport
|
||||
|
||||
Reference in New Issue
Block a user