2021-01-02 10:59:20 +00:00
|
|
|
# Changelog for eframe
|
|
|
|
All notable changes to the `eframe` crate.
|
|
|
|
|
|
|
|
|
|
|
|
## Unreleased
|
2021-09-07 19:42:14 +00:00
|
|
|
* `Frame` now provides `set_decorations` to set whether to show window decorations.
|
2021-09-03 19:04:43 +00:00
|
|
|
* Remove "http" feature (use https://github.com/emilk/ehttp instead!).
|
2021-09-07 18:47:53 +00:00
|
|
|
* Increase native scroll speed.
|
2021-08-24 14:47:10 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 0.14.0 - 2021-08-24
|
2021-08-20 20:20:45 +00:00
|
|
|
* Add dragging and dropping files into egui.
|
2021-08-15 16:31:50 +00:00
|
|
|
* Improve http fetch API.
|
2021-08-20 16:59:32 +00:00
|
|
|
* `run_native` now returns when the app is closed.
|
2021-06-24 18:00:06 +00:00
|
|
|
|
|
|
|
|
2021-06-24 18:36:36 +00:00
|
|
|
## 0.13.1 - 2021-06-24
|
|
|
|
* Fix `http` feature flag and docs
|
|
|
|
|
|
|
|
|
2021-06-24 18:00:06 +00:00
|
|
|
## 0.13.0 - 2021-06-24
|
2021-06-07 18:53:33 +00:00
|
|
|
* `App::setup` now takes a `Frame` and `Storage` by argument.
|
|
|
|
* `App::load` has been removed. Implement `App::setup` instead.
|
2021-05-10 16:20:32 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 0.12.0 - 2021-05-10
|
2021-05-08 08:14:56 +00:00
|
|
|
* Moved options out of `trait App` into new `NativeOptions`.
|
2021-05-08 08:19:47 +00:00
|
|
|
* Add option for `always_on_top`.
|
2021-04-05 12:49:06 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 0.11.0 - 2021-04-05
|
2021-03-31 18:53:13 +00:00
|
|
|
* You can now turn your window transparent with the `App::transparent` option.
|
|
|
|
* You can now disable window decorations with the `App::decorated` option.
|
2021-01-02 10:59:20 +00:00
|
|
|
|
2021-02-28 19:01:18 +00:00
|
|
|
|
|
|
|
## 0.10.0 - 2021-02-28
|
|
|
|
* [You can now set your own app icons](https://github.com/emilk/egui/pull/193).
|
2021-02-28 18:11:02 +00:00
|
|
|
* You can control the initial size of the native window with `App::initial_window_size`.
|
|
|
|
* You can control the maximum egui web canvas size with `App::max_size_points`.
|
|
|
|
* `Frame::tex_allocator()` no longer returns an `Option` (there is always a texture allocator).
|
|
|
|
|
2021-01-17 14:16:00 +00:00
|
|
|
|
2021-02-07 16:06:42 +00:00
|
|
|
## 0.9.0 - 2021-02-07
|
2021-02-28 19:01:18 +00:00
|
|
|
* [Add support for HTTP body](https://github.com/emilk/egui/pull/139).
|
2021-02-07 16:06:42 +00:00
|
|
|
|
|
|
|
|
2021-01-17 14:16:00 +00:00
|
|
|
## 0.8.0 - 2021-01-17
|
2021-02-28 18:11:02 +00:00
|
|
|
* Simplify `TextureAllocator` interface.
|
2021-01-17 14:16:00 +00:00
|
|
|
|
|
|
|
|
|
|
|
## 0.7.0 - 2021-01-04
|
2021-01-04 14:38:57 +00:00
|
|
|
* Initial release of `eframe`
|