mirror of
https://github.com/emilk/egui.git
synced 2026-08-30 21:30:03 -04:00
Release 0.26.2 - Response.interact/context_menu fix
This commit is contained in:
@@ -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.
|
||||
|
||||
|
||||
## 0.26.2 - 2024-02-14
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.26.1 - 2024-02-11
|
||||
* Nothing new
|
||||
|
||||
|
||||
@@ -7,6 +7,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.
|
||||
|
||||
|
||||
## 0.26.2 - 2024-02-14
|
||||
* Add `winuser` feature to `winapi` to fix unresolved import [#4037](https://github.com/emilk/egui/pull/4037) (thanks [@varphone](https://github.com/varphone)!)
|
||||
|
||||
|
||||
## 0.26.1 - 2024-02-11
|
||||
* Fix high CPU usage on Windows when app is minimized [#3985](https://github.com/emilk/egui/pull/3985) (thanks [@rustbasic](https://github.com/rustbasic)!)
|
||||
* Update to document-features 0.2.8 [#4003](https://github.com/emilk/egui/pull/4003)
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
## 0.26.2 - 2024-02-14
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.26.1 - 2024-02-11
|
||||
* Improve panic message in egui-wgpu when failing to create buffers [#3986](https://github.com/emilk/egui/pull/3986)
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
## 0.26.2 - 2024-02-14
|
||||
* Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps [#4036](https://github.com/emilk/egui/pull/4036) (thanks [@Nopey](https://github.com/Nopey)!)
|
||||
|
||||
|
||||
## 0.26.1 - 2024-02-11
|
||||
* 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.
|
||||
|
||||
|
||||
## 0.26.2 - 2024-02-14
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.26.1 - 2024-02-11
|
||||
* Nothing new
|
||||
|
||||
|
||||
@@ -6,6 +6,10 @@ Changes since the last release can be found at <https://github.com/emilk/egui/co
|
||||
|
||||
|
||||
|
||||
## 0.26.2 - 2024-02-14
|
||||
* Update memoffset to 0.9.0, arboard to 3.3.1, and remove egui_glow's needless dependency on pure_glow's deps [#4036](https://github.com/emilk/egui/pull/4036) (thanks [@Nopey](https://github.com/Nopey)!)
|
||||
|
||||
|
||||
## 0.26.1 - 2024-02-11
|
||||
* Only disable sRGB framebuffer on supported platforms [#3994](https://github.com/emilk/egui/pull/3994) (thanks [@Nopey](https://github.com/Nopey)!)
|
||||
|
||||
|
||||
@@ -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.
|
||||
|
||||
|
||||
## 0.26.2 - 2024-02-14
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.26.1 - 2024-02-11
|
||||
* 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.
|
||||
|
||||
|
||||
## 0.26.2 - 2024-02-14
|
||||
* Nothing new
|
||||
|
||||
|
||||
## 0.26.1 - 2024-02-11
|
||||
* Nothing new
|
||||
|
||||
|
||||
Reference in New Issue
Block a user