mirror of
https://github.com/emilk/egui.git
synced 2026-09-01 22:30:03 -04:00
Expand and clean up changelogs
This commit is contained in:
@@ -4,24 +4,21 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
|
||||
## Unreleased
|
||||
|
||||
### Fixed 🐛
|
||||
* [Fix minimize on Windows](https://github.com/emilk/egui/issues/518)
|
||||
* Change `drag_and_drop_support` to `false` by default (Windows only). See <https://github.com/emilk/egui/issues/598>.
|
||||
|
||||
|
||||
## 0.13.1 - 2021-06-24
|
||||
|
||||
* Fix `http` feature flag and docs
|
||||
|
||||
|
||||
## 0.13.0 - 2021-06-24
|
||||
|
||||
* Add `EguiGlium::is_quit_event` to replace `control_flow` arguemnt to `EguiGlium::on_event`.
|
||||
* [Fix modifier key for zoom with mouse wheel on Mac](https://github.com/emilk/egui/issues/401)
|
||||
* [Fix stuck modifier keys](https://github.com/emilk/egui/pull/479)
|
||||
|
||||
## 0.12.0 - 2021-05-10
|
||||
|
||||
## 0.12.0 - 2021-05-10
|
||||
* Simplify usage with a new `EguiGlium` wrapper type.
|
||||
|
||||
|
||||
@@ -41,14 +38,11 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
|
||||
## 0.8.0 - 2021-01-17
|
||||
### Fixed 🐛
|
||||
|
||||
* Fix a bug where key releases weren't sent to egui
|
||||
* Fix `set_window_size` for non-native `pixels_per_point`.
|
||||
|
||||
|
||||
## 0.7.0 - 2021-01-04
|
||||
### Changed 🔧
|
||||
* `http` `persistence` and `time` are now optional (and opt-in) features.
|
||||
|
||||
|
||||
@@ -68,7 +62,6 @@ All notable changes to the `egui_glium` integration will be noted in this file.
|
||||
|
||||
|
||||
## 0.5.0 - 2020-12-13
|
||||
### Changed 🔧
|
||||
* FileStorage::from_path now takes `Into<Path>` instead of `String`
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user