3
3
This file lists the main changes with each version of the Fyne toolkit.
4
4
More detailed release notes can be found on the [ releases page] ( https://github.com/fyne-io/fyne/releases ) .
5
5
6
- ## 2.5.1 - Ongoing
6
+ ## 2.5.1 - 23 August 2024
7
7
8
8
### Fixed
9
9
@@ -15,6 +15,16 @@ More detailed release notes can be found on the [releases page](https://github.c
15
15
* Light/Dark mode detection no longer works on Ubuntu with Fyne 2.5 (#5029 )
16
16
* Scroll acceleration logic causes scrolling to "jump" suddenly on MacOS (#5067 )
17
17
* 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 )
18
28
19
29
20
30
## 2.5.0 - 14 July 2024
@@ -84,6 +94,7 @@ More detailed release notes can be found on the [releases page](https://github.c
84
94
* Add missed truncation mode for hyperlink (#4335 )
85
95
* AppTab does not display blue indicator line if you create it empty and then Append items to it later.
86
96
* 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 )
87
98
88
99
89
100
## 2.4.5 - 15 April 2024
0 commit comments