From 226bdc4c5bbb2230fb829e01b3fcb0460e741b34 Mon Sep 17 00:00:00 2001 From: Emil Ernerfeldt Date: Fri, 12 Sep 2025 08:18:19 +0200 Subject: [PATCH] 0.32.3 release: Bump version numbers and update changelog (#7536) --- CHANGELOG.md | 5 ++++ Cargo.lock | 32 ++++++++++++------------ Cargo.toml | 26 +++++++++---------- crates/ecolor/CHANGELOG.md | 4 +++ crates/eframe/CHANGELOG.md | 4 +++ crates/egui-wgpu/CHANGELOG.md | 4 +++ crates/egui-winit/CHANGELOG.md | 4 +++ crates/egui_extras/CHANGELOG.md | 4 +++ crates/egui_glow/CHANGELOG.md | 4 +++ crates/egui_kittest/CHANGELOG.md | 4 +++ crates/epaint/CHANGELOG.md | 4 +++ crates/epaint_default_fonts/CHANGELOG.md | 4 +++ 12 files changed, 70 insertions(+), 29 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8bf57b1..579121cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -14,6 +14,11 @@ This file is updated upon each release. Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +* Preserve text format in truncated label tooltip [#7514](https://github.com/emilk/egui/pull/7514) [#7535](https://github.com/emilk/egui/pull/7535) by [@lucasmerlin](https://github.com/lucasmerlin) +* Fix `TextEdit`'s in RTL layouts [#5547](https://github.com/emilk/egui/pull/5547) by [@zakarumych](https://github.com/zakarumych) + + ## 0.32.2 - 2025-09-04 * Fix: `SubMenu` should not display when ui is disabled [#7428](https://github.com/emilk/egui/pull/7428) by [@ozwaldorf](https://github.com/ozwaldorf) * Remove line breaks when pasting into single line TextEdit [#7441](https://github.com/emilk/egui/pull/7441) by [@YgorSouza](https://github.com/YgorSouza) diff --git a/Cargo.lock b/Cargo.lock index eec56131..38e7364b 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1196,7 +1196,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53" [[package]] name = "ecolor" -version = "0.32.2" +version = "0.32.3" dependencies = [ "bytemuck", "cint", @@ -1208,7 +1208,7 @@ dependencies = [ [[package]] name = "eframe" -version = "0.32.2" +version = "0.32.3" dependencies = [ "ahash", "bytemuck", @@ -1247,7 +1247,7 @@ dependencies = [ [[package]] name = "egui" -version = "0.32.2" +version = "0.32.3" dependencies = [ "accesskit", "ahash", @@ -1267,7 +1267,7 @@ dependencies = [ [[package]] name = "egui-wgpu" -version = "0.32.2" +version = "0.32.3" dependencies = [ "ahash", "bytemuck", @@ -1285,7 +1285,7 @@ dependencies = [ [[package]] name = "egui-winit" -version = "0.32.2" +version = "0.32.3" dependencies = [ "accesskit_winit", "arboard", @@ -1305,7 +1305,7 @@ dependencies = [ [[package]] name = "egui_demo_app" -version = "0.32.2" +version = "0.32.3" dependencies = [ "bytemuck", "chrono", @@ -1333,7 +1333,7 @@ dependencies = [ [[package]] name = "egui_demo_lib" -version = "0.32.2" +version = "0.32.3" dependencies = [ "chrono", "criterion", @@ -1350,7 +1350,7 @@ dependencies = [ [[package]] name = "egui_extras" -version = "0.32.2" +version = "0.32.3" dependencies = [ "ahash", "chrono", @@ -1369,7 +1369,7 @@ dependencies = [ [[package]] name = "egui_glow" -version = "0.32.2" +version = "0.32.3" dependencies = [ "bytemuck", "document-features", @@ -1388,7 +1388,7 @@ dependencies = [ [[package]] name = "egui_kittest" -version = "0.32.2" +version = "0.32.3" dependencies = [ "dify", "document-features", @@ -1404,7 +1404,7 @@ dependencies = [ [[package]] name = "egui_tests" -version = "0.32.2" +version = "0.32.3" dependencies = [ "egui", "egui_extras", @@ -1434,7 +1434,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0" [[package]] name = "emath" -version = "0.32.2" +version = "0.32.3" dependencies = [ "bytemuck", "document-features", @@ -1531,7 +1531,7 @@ dependencies = [ [[package]] name = "epaint" -version = "0.32.2" +version = "0.32.3" dependencies = [ "ab_glyph", "ahash", @@ -1553,7 +1553,7 @@ dependencies = [ [[package]] name = "epaint_default_fonts" -version = "0.32.2" +version = "0.32.3" [[package]] name = "equivalent" @@ -3239,7 +3239,7 @@ checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3" [[package]] name = "popups" -version = "0.32.2" +version = "0.32.3" dependencies = [ "eframe", "env_logger", @@ -5487,7 +5487,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9" [[package]] name = "xtask" -version = "0.32.2" +version = "0.32.3" [[package]] name = "yaml-rust" diff --git a/Cargo.toml b/Cargo.toml index f9e80898..72d2b2a9 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -24,7 +24,7 @@ members = [ edition = "2024" license = "MIT OR Apache-2.0" rust-version = "1.86" -version = "0.32.2" +version = "0.32.3" [profile.release] @@ -55,18 +55,18 @@ opt-level = 2 [workspace.dependencies] -emath = { version = "0.32.2", path = "crates/emath", default-features = false } -ecolor = { version = "0.32.2", path = "crates/ecolor", default-features = false } -epaint = { version = "0.32.2", path = "crates/epaint", default-features = false } -epaint_default_fonts = { version = "0.32.2", path = "crates/epaint_default_fonts" } -egui = { version = "0.32.2", path = "crates/egui", default-features = false } -egui-winit = { version = "0.32.2", path = "crates/egui-winit", default-features = false } -egui_extras = { version = "0.32.2", path = "crates/egui_extras", default-features = false } -egui-wgpu = { version = "0.32.2", path = "crates/egui-wgpu", default-features = false } -egui_demo_lib = { version = "0.32.2", path = "crates/egui_demo_lib", default-features = false } -egui_glow = { version = "0.32.2", path = "crates/egui_glow", default-features = false } -egui_kittest = { version = "0.32.2", path = "crates/egui_kittest", default-features = false } -eframe = { version = "0.32.2", path = "crates/eframe", default-features = false } +emath = { version = "0.32.3", path = "crates/emath", default-features = false } +ecolor = { version = "0.32.3", path = "crates/ecolor", default-features = false } +epaint = { version = "0.32.3", path = "crates/epaint", default-features = false } +epaint_default_fonts = { version = "0.32.3", path = "crates/epaint_default_fonts" } +egui = { version = "0.32.3", path = "crates/egui", default-features = false } +egui-winit = { version = "0.32.3", path = "crates/egui-winit", default-features = false } +egui_extras = { version = "0.32.3", path = "crates/egui_extras", default-features = false } +egui-wgpu = { version = "0.32.3", path = "crates/egui-wgpu", default-features = false } +egui_demo_lib = { version = "0.32.3", path = "crates/egui_demo_lib", default-features = false } +egui_glow = { version = "0.32.3", path = "crates/egui_glow", default-features = false } +egui_kittest = { version = "0.32.3", path = "crates/egui_kittest", default-features = false } +eframe = { version = "0.32.3", path = "crates/eframe", default-features = false } accesskit = "0.19.0" accesskit_winit = "0.27" diff --git a/crates/ecolor/CHANGELOG.md b/crates/ecolor/CHANGELOG.md index b4c8d2ea..1c83db63 100644 --- a/crates/ecolor/CHANGELOG.md +++ b/crates/ecolor/CHANGELOG.md @@ -6,6 +6,10 @@ This file is updated upon each release. Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +Nothing new + + ## 0.32.2 - 2025-09-04 Nothing new diff --git a/crates/eframe/CHANGELOG.md b/crates/eframe/CHANGELOG.md index 88aea16e..fec24aa7 100644 --- a/crates/eframe/CHANGELOG.md +++ b/crates/eframe/CHANGELOG.md @@ -7,6 +7,10 @@ This file is updated upon each release. Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +Nothing new + + ## 0.32.2 - 2025-09-04 Nothing new diff --git a/crates/egui-wgpu/CHANGELOG.md b/crates/egui-wgpu/CHANGELOG.md index 7ecf2099..2b50ce27 100644 --- a/crates/egui-wgpu/CHANGELOG.md +++ b/crates/egui-wgpu/CHANGELOG.md @@ -6,6 +6,10 @@ This file is updated upon each release. Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +Nothing new + + ## 0.32.2 - 2025-09-04 Nothing new diff --git a/crates/egui-winit/CHANGELOG.md b/crates/egui-winit/CHANGELOG.md index 4a4a26c7..5e06dded 100644 --- a/crates/egui-winit/CHANGELOG.md +++ b/crates/egui-winit/CHANGELOG.md @@ -5,6 +5,10 @@ This file is updated upon each release. Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +Nothing new + + ## 0.32.2 - 2025-09-04 Nothing new diff --git a/crates/egui_extras/CHANGELOG.md b/crates/egui_extras/CHANGELOG.md index f8693f21..cdabaffd 100644 --- a/crates/egui_extras/CHANGELOG.md +++ b/crates/egui_extras/CHANGELOG.md @@ -5,6 +5,10 @@ This file is updated upon each release. Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +* Fix deadlock in `FileLoader` and `EhttpLoader` [#7515](https://github.com/emilk/egui/pull/7515) by [@emilk](https://github.com/emilk) + + ## 0.32.2 - 2025-09-04 * Fix memory leak when `forget_image` is called while loading [#7380](https://github.com/emilk/egui/pull/7380) by [@Vanadiae](https://github.com/Vanadiae) * Fix deadlock in `ImageLoader`, `FileLoader`, `EhttpLoader` [#7494](https://github.com/emilk/egui/pull/7494) by [@lucasmerlin](https://github.com/lucasmerlin) diff --git a/crates/egui_glow/CHANGELOG.md b/crates/egui_glow/CHANGELOG.md index 12fd2f42..1cd8dee7 100644 --- a/crates/egui_glow/CHANGELOG.md +++ b/crates/egui_glow/CHANGELOG.md @@ -6,6 +6,10 @@ Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +Nothing new + + ## 0.32.2 - 2025-09-04 * Allow masking widgets in kittest snapshots [#7467](https://github.com/emilk/egui/pull/7467) by [@lucasmerlin](https://github.com/lucasmerlin) diff --git a/crates/epaint/CHANGELOG.md b/crates/epaint/CHANGELOG.md index 8d2c1521..3949eb59 100644 --- a/crates/epaint/CHANGELOG.md +++ b/crates/epaint/CHANGELOG.md @@ -5,6 +5,10 @@ This file is updated upon each release. Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +* Optimize `Mesh::add_rect_with_uv` [#7511](https://github.com/emilk/egui/pull/7511) by [@valadaptive](https://github.com/valadaptive) + + ## 0.32.2 - 2025-09-04 * Panic mutexes that can't lock for 30 seconds, in debug builds [#7468](https://github.com/emilk/egui/pull/7468) by [@emilk](https://github.com/emilk) * Skip zero-length layout job sections [#7430](https://github.com/emilk/egui/pull/7430) by [@HactarCE](https://github.com/HactarCE) diff --git a/crates/epaint_default_fonts/CHANGELOG.md b/crates/epaint_default_fonts/CHANGELOG.md index 54c1cca5..8fe164f6 100644 --- a/crates/epaint_default_fonts/CHANGELOG.md +++ b/crates/epaint_default_fonts/CHANGELOG.md @@ -5,6 +5,10 @@ This file is updated upon each release. Changes since the last release can be found at or by running the `scripts/generate_changelog.py` script. +## 0.32.3 - 2025-09-12 +Nothing new + + ## 0.32.2 - 2025-09-04 Nothing new