From d397de39dbe1c29c11c676710e5a21599c330bc3 Mon Sep 17 00:00:00 2001 From: Andy Williams Date: Mon, 19 Aug 2024 15:11:01 +0100 Subject: [PATCH] That's a proposed rc-1 for v2.5.1 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1224dd86c7..8ff6f18052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,7 +3,7 @@ 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.1 - Ongoing +## 2.5.1 - 23 August 2024 ### Fixed @@ -15,6 +15,16 @@ More detailed release notes can be found on the [releases page](https://github.c * Light/Dark mode detection no longer works on Ubuntu with Fyne 2.5 (#5029) * Scroll acceleration logic causes scrolling to "jump" suddenly on MacOS (#5067) * SetSystemTrayMenu doesn't work when run in goroutine (#5039) + * stack overflow when calling SetRowHeight in table UpdateCell callback (#5007) + * Resizing List causes visible items to refresh instead of resize (#4080) + * Child widget with Hoverable() interface keeps parent widget's Tapped() function from being called. (#3906) + * App Translation file is ignored / tries to load BR (#5015, #5040) + * Missing theme variant auto-switching (dark/light) for Windows (#4537) + * Get DoubleTapDelay from the OS if an API is available (#4448) + * Entry cursor is not visible with animations off (#4508) + * Redundant justify-content properties in CSS for centered-container class (#5045) + * Update go-text/render to avoid crashing when rendering certain bitmap fonts (#5042) + * Using container.NewThemeOverride leaks memory until window closing (#5000) ## 2.5.0 - 14 July 2024 @@ -84,6 +94,7 @@ More detailed release notes can be found on the [releases page](https://github.c * Add missed truncation mode for hyperlink (#4335) * AppTab does not display blue indicator line if you create it empty and then Append items to it later. * Many optimisations in animation, draw speed, layout and widget size calculations + * DocTabItem update text doesn't update the underline select bar (graphic glitch) (#3106) ## 2.4.5 - 15 April 2024