From 05c69bb05e01e15d0298240732e92390d05a3b0c Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Mon, 27 Jan 2025 12:50:17 +0000 Subject: [PATCH] Prepare v2.5.4 --- CHANGELOG.md | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 51de68f764..bd764349b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,26 @@ This file lists the main changes with each version of the Fyne toolkit. More detailed release notes can be found on the [releases page](https://github.com/fyne-io/fyne/releases). +## 2.5.4 - 31 January 2025 + +### Changed + +* Added Tamil translation + +### Fixed + +* Checkbox not responding to click because it is too "large"? (#5331) +* Fix progressbar not showing label until first refresh +* FyneApp.toml causes BadLength error (#5272) +* Test suite: failure with locale/language different from 'en' (#5362) +* fix GridWrap crash when resizing to same size without creating renderer +* Submenus not working on mobile (#5398) +* Subtle scrolling bug in List when the last two items are of different size (#5281) +* File picker does not ignore case (#5113) +* Tab "OnSelected" doesn't appear to allow focussing tab content (#5454) +* Documentation fixes + + ## 2.5.3 - 15 December 2024 ### Changed