Add highlights to 0.24 changelog

This commit is contained in:
Emil Ernerfeldt 2023-11-23 17:39:55 +01:00
parent bd087ffb8d
commit 79a56b3aad
1 changed files with 7 additions and 0 deletions

View File

@ -9,6 +9,13 @@ Changes since the last release can be found by running the `scripts/generate_cha
## 0.24.0 - 2023-11-23 - Multi-viewport
### ✨ Highlights
You can now spawn multiple native windows on supported backends (e.g. `eframe`), using [the new `viewport` API](https://docs.rs/egui/latest/egui/viewport/index.html) ([#3172](https://github.com/emilk/egui/pull/3172)).
You can easily zoom any egui app using Cmd+Plus, Cmd+Minus or Cmd+0, just like in a browser ([#3608](https://github.com/emilk/egui/pull/3608)).
Scrollbars are now hidden by default until you hover the `ScrollArea` ([#3539](https://github.com/emilk/egui/pull/3539)).
### ⭐ Added
* Multiple viewports/windows [#3172](https://github.com/emilk/egui/pull/3172) (thanks [@konkitoman](https://github.com/konkitoman)!)
* Introduce global `zoom_factor` [#3608](https://github.com/emilk/egui/pull/3608)