From 492716a5ddf8a7104fb2436563e51047bcb01fa5 Mon Sep 17 00:00:00 2001 From: Nazari Gonzalez Date: Sat, 8 Jun 2024 18:14:35 +0100 Subject: [PATCH] changelog v0.12.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 525f62f6..2557b5c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog All notable changes to this project will be documented in this file. +## v0.12.1 - 08/06/2024 + +- Updated EGUI to `0.27`. +- The readme has gifs again. +- Added `app.mouse.clean_button_state` to clean the state of a button. +- Added `xtask` to run project's script like building the examples for web. +- Fixed an issue with EGUI that makes text looks blurry. + ## v0.12.0 - 19/02/2024 - Updated EGUI to `0.26`.