From 005f53f1f190b2feb6aa4d83a47f138cd4f90b15 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nazari=CC=81=20Gonza=CC=81lez?= Date: Sun, 18 Feb 2024 21:40:36 +0000 Subject: [PATCH] Changelog for 0.12 --- CHANGELOG.md | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6014a8ef..525f62f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,16 @@ # Changelog All notable changes to this project will be documented in this file. -## UNRELEASED - -- Updated EGUI to `0.24`. +## v0.12.0 - 19/02/2024 + +- Updated EGUI to `0.26`. +- Removed `egui::plugin::Output.needs_repaint()`, now is only used internally and not exposed to users. +- Exposed `notan::draw::DrawBuilder` allowing custom builders. +- Exposed `notan::app::AppTimer`. +- Added `draw.point` allowing to draw points. Check `examples/draw_point.rs`. +- Allow to compile the crate without a backend selected. +- Changed `WindowConfig::set_canvas_id` to `WindowConfig::set_app_id` and is not available for wayland too. +- Fixed `app.request_frame()` when using lazy lopps on Window OS. ## v0.11.0 - 18/10/2023