Skip to content

Commit d397de3

Browse files
committed
That's a proposed rc-1 for v2.5.1
1 parent f49e256 commit d397de3

File tree

1 file changed

+12
-1
lines changed

1 file changed

+12
-1
lines changed

CHANGELOG.md

Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
This file lists the main changes with each version of the Fyne toolkit.
44
More detailed release notes can be found on the [releases page](https://github.com/fyne-io/fyne/releases).
55

6-
## 2.5.1 - Ongoing
6+
## 2.5.1 - 23 August 2024
77

88
### Fixed
99

@@ -15,6 +15,16 @@ More detailed release notes can be found on the [releases page](https://github.c
1515
* Light/Dark mode detection no longer works on Ubuntu with Fyne 2.5 (#5029)
1616
* Scroll acceleration logic causes scrolling to "jump" suddenly on MacOS (#5067)
1717
* SetSystemTrayMenu doesn't work when run in goroutine (#5039)
18+
* stack overflow when calling SetRowHeight in table UpdateCell callback (#5007)
19+
* Resizing List causes visible items to refresh instead of resize (#4080)
20+
* Child widget with Hoverable() interface keeps parent widget's Tapped() function from being called. (#3906)
21+
* App Translation file is ignored / tries to load BR (#5015, #5040)
22+
* Missing theme variant auto-switching (dark/light) for Windows (#4537)
23+
* Get DoubleTapDelay from the OS if an API is available (#4448)
24+
* Entry cursor is not visible with animations off (#4508)
25+
* Redundant justify-content properties in CSS for centered-container class (#5045)
26+
* Update go-text/render to avoid crashing when rendering certain bitmap fonts (#5042)
27+
* Using container.NewThemeOverride leaks memory until window closing (#5000)
1828

1929

2030
## 2.5.0 - 14 July 2024
@@ -84,6 +94,7 @@ More detailed release notes can be found on the [releases page](https://github.c
8494
* Add missed truncation mode for hyperlink (#4335)
8595
* AppTab does not display blue indicator line if you create it empty and then Append items to it later.
8696
* Many optimisations in animation, draw speed, layout and widget size calculations
97+
* DocTabItem update text doesn't update the underline select bar (graphic glitch) (#3106)
8798

8899

89100
## 2.4.5 - 15 April 2024

0 commit comments

Comments
 (0)