Skip to content

Commit 978ec6c

Browse files
committed
Update changelogs and version for 0.33.2
1 parent 0ef57d5 commit 978ec6c

File tree

14 files changed

+88
-30
lines changed

14 files changed

+88
-30
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,22 @@ This file is updated upon each release.
1414
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.
1515

1616

17+
## 0.33.2 - 2025-11-13
18+
### ⭐ Added
19+
* Add `Plugin::on_widget_under_pointer` to support widget inspector [#7652](https://github.com/emilk/egui/pull/7652) by [@juancampa](https://github.com/juancampa)
20+
* Add `Response::total_drag_delta` and `PointerState::total_drag_delta` [#7708](https://github.com/emilk/egui/pull/7708) by [@emilk](https://github.com/emilk)
21+
22+
### 🔧 Changed
23+
* Improve accessibility and testability of `ComboBox` [#7658](https://github.com/emilk/egui/pull/7658) by [@lucasmerlin](https://github.com/lucasmerlin)
24+
25+
### 🐛 Fixed
26+
* Fix `profiling::scope` compile error when profiling using `tracing` backend [#7646](https://github.com/emilk/egui/pull/7646) by [@PPakalns](https://github.com/PPakalns)
27+
* Fix edge cases in "smart aiming" in sliders [#7680](https://github.com/emilk/egui/pull/7680) by [@emilk](https://github.com/emilk)
28+
* Hide scroll bars when dragging other things [#7689](https://github.com/emilk/egui/pull/7689) by [@emilk](https://github.com/emilk)
29+
* Prevent widgets sometimes appearing to move relative to each other [#7710](https://github.com/emilk/egui/pull/7710) by [@emilk](https://github.com/emilk)
30+
* Fix `ui.response().interact(Sense::click())` being flakey [#7713](https://github.com/emilk/egui/pull/7713) by [@lucasmerlin](https://github.com/lucasmerlin)
31+
32+
1733
## 0.33.0 - 2025-10-09 - `egui::Plugin`, better kerning, kitdiff viewer
1834
Highlights from this release:
1935
- `egui::Plugin` a improved way to create and access egui plugins

Cargo.lock

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -1248,7 +1248,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
12481248

12491249
[[package]]
12501250
name = "ecolor"
1251-
version = "0.33.0"
1251+
version = "0.33.2"
12521252
dependencies = [
12531253
"bytemuck",
12541254
"cint",
@@ -1260,7 +1260,7 @@ dependencies = [
12601260

12611261
[[package]]
12621262
name = "eframe"
1263-
version = "0.33.0"
1263+
version = "0.33.2"
12641264
dependencies = [
12651265
"ahash",
12661266
"bytemuck",
@@ -1299,7 +1299,7 @@ dependencies = [
12991299

13001300
[[package]]
13011301
name = "egui"
1302-
version = "0.33.0"
1302+
version = "0.33.2"
13031303
dependencies = [
13041304
"accesskit",
13051305
"ahash",
@@ -1319,7 +1319,7 @@ dependencies = [
13191319

13201320
[[package]]
13211321
name = "egui-wgpu"
1322-
version = "0.33.0"
1322+
version = "0.33.2"
13231323
dependencies = [
13241324
"ahash",
13251325
"bytemuck",
@@ -1337,7 +1337,7 @@ dependencies = [
13371337

13381338
[[package]]
13391339
name = "egui-winit"
1340-
version = "0.33.0"
1340+
version = "0.33.2"
13411341
dependencies = [
13421342
"accesskit_winit",
13431343
"arboard",
@@ -1360,7 +1360,7 @@ dependencies = [
13601360

13611361
[[package]]
13621362
name = "egui_demo_app"
1363-
version = "0.33.0"
1363+
version = "0.33.2"
13641364
dependencies = [
13651365
"accesskit",
13661366
"accesskit_consumer",
@@ -1390,7 +1390,7 @@ dependencies = [
13901390

13911391
[[package]]
13921392
name = "egui_demo_lib"
1393-
version = "0.33.0"
1393+
version = "0.33.2"
13941394
dependencies = [
13951395
"chrono",
13961396
"criterion",
@@ -1407,7 +1407,7 @@ dependencies = [
14071407

14081408
[[package]]
14091409
name = "egui_extras"
1410-
version = "0.33.0"
1410+
version = "0.33.2"
14111411
dependencies = [
14121412
"ahash",
14131413
"chrono",
@@ -1426,7 +1426,7 @@ dependencies = [
14261426

14271427
[[package]]
14281428
name = "egui_glow"
1429-
version = "0.33.0"
1429+
version = "0.33.2"
14301430
dependencies = [
14311431
"bytemuck",
14321432
"document-features",
@@ -1445,7 +1445,7 @@ dependencies = [
14451445

14461446
[[package]]
14471447
name = "egui_kittest"
1448-
version = "0.33.1"
1448+
version = "0.33.2"
14491449
dependencies = [
14501450
"dify",
14511451
"document-features",
@@ -1463,7 +1463,7 @@ dependencies = [
14631463

14641464
[[package]]
14651465
name = "egui_tests"
1466-
version = "0.33.0"
1466+
version = "0.33.2"
14671467
dependencies = [
14681468
"egui",
14691469
"egui_extras",
@@ -1493,7 +1493,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
14931493

14941494
[[package]]
14951495
name = "emath"
1496-
version = "0.33.0"
1496+
version = "0.33.2"
14971497
dependencies = [
14981498
"bytemuck",
14991499
"document-features",
@@ -1591,7 +1591,7 @@ dependencies = [
15911591

15921592
[[package]]
15931593
name = "epaint"
1594-
version = "0.33.0"
1594+
version = "0.33.2"
15951595
dependencies = [
15961596
"ab_glyph",
15971597
"ahash",
@@ -1613,7 +1613,7 @@ dependencies = [
16131613

16141614
[[package]]
16151615
name = "epaint_default_fonts"
1616-
version = "0.33.0"
1616+
version = "0.33.2"
16171617

16181618
[[package]]
16191619
name = "equivalent"
@@ -3425,7 +3425,7 @@ checksum = "2f3a9f18d041e6d0e102a0a46750538147e5e8992d3b4873aaafee2520b00ce3"
34253425

34263426
[[package]]
34273427
name = "popups"
3428-
version = "0.33.0"
3428+
version = "0.33.2"
34293429
dependencies = [
34303430
"eframe",
34313431
"env_logger",
@@ -5748,7 +5748,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
57485748

57495749
[[package]]
57505750
name = "xtask"
5751-
version = "0.33.0"
5751+
version = "0.33.2"
57525752

57535753
[[package]]
57545754
name = "yaml-rust"

Cargo.toml

Lines changed: 13 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ members = [
2424
edition = "2024"
2525
license = "MIT OR Apache-2.0"
2626
rust-version = "1.88"
27-
version = "0.33.0"
27+
version = "0.33.2"
2828

2929

3030
[profile.release]
@@ -55,18 +55,18 @@ opt-level = 2
5555

5656

5757
[workspace.dependencies]
58-
emath = { version = "0.33.0", path = "crates/emath", default-features = false }
59-
ecolor = { version = "0.33.0", path = "crates/ecolor", default-features = false }
60-
epaint = { version = "0.33.0", path = "crates/epaint", default-features = false }
61-
epaint_default_fonts = { version = "0.33.0", path = "crates/epaint_default_fonts" }
62-
egui = { version = "0.33.0", path = "crates/egui", default-features = false }
63-
egui-winit = { version = "0.33.0", path = "crates/egui-winit", default-features = false }
64-
egui_extras = { version = "0.33.0", path = "crates/egui_extras", default-features = false }
65-
egui-wgpu = { version = "0.33.0", path = "crates/egui-wgpu", default-features = false }
66-
egui_demo_lib = { version = "0.33.0", path = "crates/egui_demo_lib", default-features = false }
67-
egui_glow = { version = "0.33.0", path = "crates/egui_glow", default-features = false }
68-
egui_kittest = { version = "0.33.1", path = "crates/egui_kittest", default-features = false }
69-
eframe = { version = "0.33.0", path = "crates/eframe", default-features = false }
58+
emath = { version = "0.33.2", path = "crates/emath", default-features = false }
59+
ecolor = { version = "0.33.2", path = "crates/ecolor", default-features = false }
60+
epaint = { version = "0.33.2", path = "crates/epaint", default-features = false }
61+
epaint_default_fonts = { version = "0.33.2", path = "crates/epaint_default_fonts" }
62+
egui = { version = "0.33.2", path = "crates/egui", default-features = false }
63+
egui-winit = { version = "0.33.2", path = "crates/egui-winit", default-features = false }
64+
egui_extras = { version = "0.33.2", path = "crates/egui_extras", default-features = false }
65+
egui-wgpu = { version = "0.33.2", path = "crates/egui-wgpu", default-features = false }
66+
egui_demo_lib = { version = "0.33.2", path = "crates/egui_demo_lib", default-features = false }
67+
egui_glow = { version = "0.33.2", path = "crates/egui_glow", default-features = false }
68+
egui_kittest = { version = "0.33.2", path = "crates/egui_kittest", default-features = false }
69+
eframe = { version = "0.33.2", path = "crates/eframe", default-features = false }
7070

7171
accesskit = "0.21.1"
7272
accesskit_consumer = "0.30.1"

crates/ecolor/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
66
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.
77

88

9+
## 0.33.2 - 2025-11-13
10+
Nothing new
11+
12+
913
## 0.33.0 - 2025-10-09
1014
* Align `Color32` to 4 bytes [#7318](https://github.com/emilk/egui/pull/7318) by [@anti-social](https://github.com/anti-social)
1115
* Make the `hex_color` macro `const` [#7444](https://github.com/emilk/egui/pull/7444) by [@YgorSouza](https://github.com/YgorSouza)

crates/eframe/CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,11 @@ This file is updated upon each release.
77
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.
88

99

10+
## 0.33.2 - 2025-11-13
11+
* Fix jittering during window resize on MacOS for WGPU/Metal [#7641](https://github.com/emilk/egui/pull/7641) by [@aspcartman](https://github.com/aspcartman)
12+
* Make sure `native_pixels_per_point` is set during app creation [#7683](https://github.com/emilk/egui/pull/7683) by [@emilk](https://github.com/emilk)
13+
14+
1015
## 0.33.0 - 2025-10-09
1116
### ⭐ Added
1217
* Add an option to limit the repaint rate in the web runner [#7482](https://github.com/emilk/egui/pull/7482) by [@s-nie](https://github.com/s-nie)

crates/egui-wgpu/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
66
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.
77

88

9+
## 0.33.2 - 2025-11-13
10+
* Fix jittering during window resize on MacOS for WGPU/Metal [#7641](https://github.com/emilk/egui/pull/7641) by [@aspcartman](https://github.com/aspcartman)
11+
12+
913
## 0.33.0 - 2025-10-09
1014
### 🔧 Changed
1115
* Update wgpu to 26 and wasm-bindgen to 0.2.100 [#7540](https://github.com/emilk/egui/pull/7540) by [@Kumpelinus](https://github.com/Kumpelinus)

crates/egui-winit/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This file is updated upon each release.
55
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.
66

77

8+
## 0.33.2 - 2025-11-13
9+
* Don't enable `arboard` on iOS [#7663](https://github.com/emilk/egui/pull/7663) by [@irh](https://github.com/irh)
10+
11+
812
## 0.33.0 - 2025-10-09
913
### ⭐ Added
1014
* Add rotation gesture support for trackpad sources [#7453](https://github.com/emilk/egui/pull/7453) by [@thatcomputerguy0101](https://github.com/thatcomputerguy0101)

crates/egui_extras/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,10 @@ This file is updated upon each release.
55
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.
66

77

8+
## 0.33.2 - 2025-11-13
9+
Nothing new
10+
11+
812
## 0.33.0 - 2025-10-09
913
* Fix: use unique id for resize columns in `Table` [#7414](https://github.com/emilk/egui/pull/7414) by [@zezic](https://github.com/zezic)
1014
* Feat: Add serde serialization to SyntectSettings [#7506](https://github.com/emilk/egui/pull/7506) by [@bircni](https://github.com/bircni)

crates/egui_glow/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
66

77

88

9+
## 0.33.2 - 2025-11-13
10+
Nothing new
11+
12+
913
## 0.33.0 - 2025-10-09
1014
* Update MSRV from 1.86 to 1.88 [#7579](https://github.com/emilk/egui/pull/7579) by [@Wumpf](https://github.com/Wumpf)
1115

crates/egui_kittest/CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file is updated upon each release.
66
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.
77

88

9+
## 0.33.2 - 2025-11-13
10+
Nothing new
11+
12+
913
## 0.33.1 - 2025-10-15
1014
* Add `egui_kittest::HarnessBuilder::with_options` [#7638](https://github.com/emilk/egui/pull/7638) by [@emilk](https://github.com/emilk)
1115

0 commit comments

Comments
 (0)