mirror of
https://github.com/emilk/egui.git
synced 2026-06-26 14:49:06 -04:00
Bump version to 0.34.3 and update changelogs (#8207)
This commit is contained in:
@@ -4,6 +4,7 @@
|
|||||||
|
|
||||||
[default.extend-words]
|
[default.extend-words]
|
||||||
ime = "ime" # Input Method Editor
|
ime = "ime" # Input Method Editor
|
||||||
|
abou = "abou" # part of @AmmarAbouZor username
|
||||||
nknown = "nknown" # part of @55nknown username
|
nknown = "nknown" # part of @55nknown username
|
||||||
isse = "isse" # part of @IsseW username
|
isse = "isse" # part of @IsseW username
|
||||||
tye = "tye" # part of @tye-exe username
|
tye = "tye" # part of @tye-exe username
|
||||||
|
|||||||
@@ -14,6 +14,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
* Fix `ScrollArea::scroll_to_*` calls when `stick_to_bottom` is Active [#8033](https://github.com/emilk/egui/pull/8033) by [@AmmarAbouZor](https://github.com/AmmarAbouZor)
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
### ⭐ Added
|
### ⭐ Added
|
||||||
* Add regression test for O(n²) word boundary scan [#8077](https://github.com/emilk/egui/pull/8077) by [@hallyhaa](https://github.com/hallyhaa)
|
* Add regression test for O(n²) word boundary scan [#8077](https://github.com/emilk/egui/pull/8077) by [@hallyhaa](https://github.com/hallyhaa)
|
||||||
|
|||||||
32
Cargo.lock
32
Cargo.lock
@@ -1197,7 +1197,7 @@ checksum = "f25c0e292a7ca6d6498557ff1df68f32c99850012b6ea401cf8daf771f22ff53"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "ecolor"
|
name = "ecolor"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"cint",
|
"cint",
|
||||||
@@ -1209,7 +1209,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "eframe"
|
name = "eframe"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
@@ -1248,7 +1248,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui"
|
name = "egui"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"accesskit",
|
"accesskit",
|
||||||
"ahash",
|
"ahash",
|
||||||
@@ -1269,7 +1269,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui-wgpu"
|
name = "egui-wgpu"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
@@ -1287,7 +1287,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui-winit"
|
name = "egui-winit"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"accesskit_winit",
|
"accesskit_winit",
|
||||||
"arboard",
|
"arboard",
|
||||||
@@ -1310,7 +1310,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_demo_app"
|
name = "egui_demo_app"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"accesskit",
|
"accesskit",
|
||||||
"accesskit_consumer",
|
"accesskit_consumer",
|
||||||
@@ -1339,7 +1339,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_demo_lib"
|
name = "egui_demo_lib"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"criterion",
|
"criterion",
|
||||||
"document-features",
|
"document-features",
|
||||||
@@ -1356,7 +1356,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_extras"
|
name = "egui_extras"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"document-features",
|
"document-features",
|
||||||
@@ -1376,7 +1376,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_glow"
|
name = "egui_glow"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"document-features",
|
"document-features",
|
||||||
@@ -1393,7 +1393,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_kittest"
|
name = "egui_kittest"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"dify",
|
"dify",
|
||||||
"document-features",
|
"document-features",
|
||||||
@@ -1413,7 +1413,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "egui_tests"
|
name = "egui_tests"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"egui",
|
"egui",
|
||||||
"egui_extras",
|
"egui_extras",
|
||||||
@@ -1443,7 +1443,7 @@ checksum = "60b1af1c220855b6ceac025d3f6ecdd2b7c4894bfe9cd9bda4fbb4bc7c0d4cf0"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "emath"
|
name = "emath"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
"document-features",
|
"document-features",
|
||||||
@@ -1541,7 +1541,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "epaint"
|
name = "epaint"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"ahash",
|
"ahash",
|
||||||
"bytemuck",
|
"bytemuck",
|
||||||
@@ -1570,7 +1570,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "epaint_default_fonts"
|
name = "epaint_default_fonts"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "equivalent"
|
name = "equivalent"
|
||||||
@@ -3545,7 +3545,7 @@ dependencies = [
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "popups"
|
name = "popups"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
dependencies = [
|
dependencies = [
|
||||||
"eframe",
|
"eframe",
|
||||||
"env_logger",
|
"env_logger",
|
||||||
@@ -5893,7 +5893,7 @@ checksum = "ec7a2a501ed189703dba8b08142f057e887dfc4b2cc4db2d343ac6376ba3e0b9"
|
|||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "xtask"
|
name = "xtask"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
|
|
||||||
[[package]]
|
[[package]]
|
||||||
name = "yaml-rust"
|
name = "yaml-rust"
|
||||||
|
|||||||
26
Cargo.toml
26
Cargo.toml
@@ -24,7 +24,7 @@ members = [
|
|||||||
edition = "2024"
|
edition = "2024"
|
||||||
license = "MIT OR Apache-2.0"
|
license = "MIT OR Apache-2.0"
|
||||||
rust-version = "1.92"
|
rust-version = "1.92"
|
||||||
version = "0.34.2"
|
version = "0.34.3"
|
||||||
|
|
||||||
|
|
||||||
[profile.release]
|
[profile.release]
|
||||||
@@ -55,18 +55,18 @@ opt-level = 2
|
|||||||
|
|
||||||
|
|
||||||
[workspace.dependencies]
|
[workspace.dependencies]
|
||||||
emath = { version = "0.34.2", path = "crates/emath", default-features = false }
|
emath = { version = "0.34.3", path = "crates/emath", default-features = false }
|
||||||
ecolor = { version = "0.34.2", path = "crates/ecolor", default-features = false }
|
ecolor = { version = "0.34.3", path = "crates/ecolor", default-features = false }
|
||||||
epaint = { version = "0.34.2", path = "crates/epaint", default-features = false }
|
epaint = { version = "0.34.3", path = "crates/epaint", default-features = false }
|
||||||
epaint_default_fonts = { version = "0.34.2", path = "crates/epaint_default_fonts" }
|
epaint_default_fonts = { version = "0.34.3", path = "crates/epaint_default_fonts" }
|
||||||
egui = { version = "0.34.2", path = "crates/egui", default-features = false }
|
egui = { version = "0.34.3", path = "crates/egui", default-features = false }
|
||||||
egui-winit = { version = "0.34.2", path = "crates/egui-winit", default-features = false }
|
egui-winit = { version = "0.34.3", path = "crates/egui-winit", default-features = false }
|
||||||
egui_extras = { version = "0.34.2", path = "crates/egui_extras", default-features = false }
|
egui_extras = { version = "0.34.3", path = "crates/egui_extras", default-features = false }
|
||||||
egui-wgpu = { version = "0.34.2", path = "crates/egui-wgpu", default-features = false }
|
egui-wgpu = { version = "0.34.3", path = "crates/egui-wgpu", default-features = false }
|
||||||
egui_demo_lib = { version = "0.34.2", path = "crates/egui_demo_lib", default-features = false }
|
egui_demo_lib = { version = "0.34.3", path = "crates/egui_demo_lib", default-features = false }
|
||||||
egui_glow = { version = "0.34.2", path = "crates/egui_glow", default-features = false }
|
egui_glow = { version = "0.34.3", path = "crates/egui_glow", default-features = false }
|
||||||
egui_kittest = { version = "0.34.2", path = "crates/egui_kittest", default-features = false }
|
egui_kittest = { version = "0.34.3", path = "crates/egui_kittest", default-features = false }
|
||||||
eframe = { version = "0.34.2", path = "crates/eframe", default-features = false }
|
eframe = { version = "0.34.3", path = "crates/eframe", default-features = false }
|
||||||
|
|
||||||
accesskit = "0.24.0"
|
accesskit = "0.24.0"
|
||||||
accesskit_consumer = "0.35.0"
|
accesskit_consumer = "0.35.0"
|
||||||
|
|||||||
@@ -6,6 +6,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
Nothing new
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
Nothing new
|
Nothing new
|
||||||
|
|
||||||
|
|||||||
@@ -7,6 +7,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.
|
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.3 - 2026-05-27
|
||||||
|
* Default `app_id` to `app_name` on native [#8172](https://github.com/emilk/egui/pull/8172) by [@grtlr](https://github.com/grtlr)
|
||||||
|
* Add winit window access to `eframe::Frame` and `CreationContext` [#8205](https://github.com/emilk/egui/pull/8205) by [@emilk](https://github.com/emilk)
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
* Document glow-only fields in `NativeOptions` [#8104](https://github.com/emilk/egui/pull/8104) by [@emilk](https://github.com/emilk)
|
* Document glow-only fields in `NativeOptions` [#8104](https://github.com/emilk/egui/pull/8104) by [@emilk](https://github.com/emilk)
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
* Fix random hangs by improving `wgpu::Surface` lifecycle handling [#8171](https://github.com/emilk/egui/pull/8171) by [@grtlr](https://github.com/grtlr)
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 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)
|
* 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)
|
* Warn if using a software rasterizer [#8101](https://github.com/emilk/egui/pull/8101) by [@emilk](https://github.com/emilk)
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
Nothing new
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
Nothing new
|
Nothing new
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
Nothing new
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
Nothing new
|
Nothing new
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,10 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
## 0.34.3 - 2026-05-27
|
||||||
|
Nothing new
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
Nothing new
|
Nothing new
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
Nothing new
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
Nothing new
|
Nothing new
|
||||||
|
|
||||||
|
|||||||
@@ -6,6 +6,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
Nothing new
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
Nothing new
|
Nothing new
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
Nothing new
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
* Fix text layout bugs in wrapped texts [#8137](https://github.com/emilk/egui/pull/8137) by [@lucasmerlin](https://github.com/lucasmerlin)
|
* Fix text layout bugs in wrapped texts [#8137](https://github.com/emilk/egui/pull/8137) by [@lucasmerlin](https://github.com/lucasmerlin)
|
||||||
|
|
||||||
|
|||||||
@@ -5,6 +5,10 @@ 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.
|
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.3 - 2026-05-27
|
||||||
|
Nothing new
|
||||||
|
|
||||||
|
|
||||||
## 0.34.2 - 2026-05-04
|
## 0.34.2 - 2026-05-04
|
||||||
Nothing new
|
Nothing new
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user