# main * Update to `winit` version `0.28`. * Update to `wgpu` version `0.17`. * Expose `winit` support for `WindowTouchpadMagnifyEvent` and `WindowTouchpadRotateEvent` on supported platforms. * Bump minimum `tch` version to `0.13`. * Bump maximum `tch` version to `0.15`. * Bump supported `image` version to `0.25`. * Preserve order of overlays when removing one. # v0.13.1 - 2022-09-16 * Tweak the behavior of `set_overlay` to preserve visibility of existing overlays. * Add `window.is_overlay_visible()`. # v0.13.0 - 2022-09-15 * Autoselect compatible present mode for all platforms. * Change `window.set_outer_position()` to take an `impl Into`. * Change `window.set_inner_size()` to take an `impl Into`. * Redesign overlay API. * Bump maximum `tch` version to `0.8.x`. * Use `glam` version `0.20` or `0.21`. * Update internal dependencies. # v0.12.3 - 2022-05-22 * Add `WindowHandle::set_outer_position`. # v0.12.2 - 2022-05-22 * Add fullscreen mode for windows. * Fix behavior when a window event handler destroys its window. # v0.12.1 - 2022-04-15 * Change `Container` for `image` crate support to accept any `Deref