# Changelog All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/) and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] ## [0.22.0] - 2024-05-04 ### Updated - Target egui 0.27 ## [0.21.0] - 2024-03-17 ### Updated - Target egui 0.26 - Target winit 0.29 ## [0.20.0] - 2023-10-22 ### Updated - Target egui 0.23 ## [0.19.0] - 2023-06-12 ### Updated - Target egui 0.22 ## [0.18.0] - 2023-02-14 ### Updated - Target egui 0.21 - Target winit 0.28 ## [0.17.0] - 2023-02-01 ### Updated - Target egui 0.20 - Target webbrowser 0.8 ## [0.16.0] - 2022-08-26 ### Updated - Target egui 0.19 - Target winit 0.27 - Target copypasta 0.8 - Target webbrowser 0.7 ## [0.15.0] - 2022-07-03 ### Updated - Target egui 0.18 - Emulate pointer events from touch events - Provide full mapping for egui key presses ## [0.14.0] - 2022-03-09 ### Updated - Target egui 0.17 ## [0.13.0] - 2022-01-01 ### Updated - Target egui 0.16 ## [0.12.0] - 2021-12-04 ### Updated - Target winit 0.26 - Fix key released event being ignored ## [0.11.0] - 2021-10-27 ### Updated - Target egui 0.15 ## [0.10.0] - 2021-08-27 ### Updated - Target egui 0.14 - Set cursor only if cursor is inside the window. - Add cursor icon support. - Disable default winit features. - Support zoom input. - Fix modifier state not being updated. ## [0.9.0] - 2021-06-25 ### Updated - Target egui 0.13 - Fix minimize on Windows. - Derive Debug and Default on PlatformDescriptor. - Replace clipboard dependency with copypasta. - Allow default fonts to be replaced. ## [0.8.0] - 2021-06-05 ### Updated - Target winit 0.25 ## [0.7.0] - 2021-05-11 ### Updated - Target egui 0.12 ## [0.6.0] - 2021-04-15 ### Updated - Target egui 0.11 ## [0.5.0] - 2021-03-16 ### Updated - Target egui 0.10 ### Added - captures_event() convinience function. ## [0.4.0] - 2021-02-01 ### Updated - Support for clipboard - Clickable links open a browser window ### Updated - Target egui 0.8 ## [0.3.0] - 2020-12-17 ### Updated - Target egui 0.5 and winit 0.24. ## [0.2.0] - 2020-11-13 ### Updated - Target egui 0.3. ## [0.1.0] - 2020-10-12 ### Added - Initial commit.