File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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.6.0 - 5 April 2025
6
+ ## 2.6.0 - 6 April 2025
7
7
8
8
### Added
9
9
@@ -28,7 +28,7 @@ More detailed release notes can be found on the [releases page](https://github.c
28
28
* Support custom titles in file dialogs using ` SetTitleText `
29
29
* Add utility methods to handle colouring of SVG images
30
30
* Add preference bind APIs for list (slice) types
31
- * Add Greek & Ukrainian translations
31
+ * Added Greek, Ukrainian & Chinese (Simplified) translations
32
32
33
33
### Changed
34
34
@@ -44,6 +44,7 @@ More detailed release notes can be found on the [releases page](https://github.c
44
44
* load markdown images from origin when not a URL
45
45
* Debug now disabled by default for WASM builds
46
46
* Updated theme of inner window borders with circle style and more customisations
47
+ * Change Accordion.OpenAll when used with single-open accordion to open the first item instead of none
47
48
48
49
### Fixed
49
50
@@ -74,6 +75,7 @@ More detailed release notes can be found on the [releases page](https://github.c
74
75
* After scrolling, first selection in a list jumps that item to the bottom of the container (#5605 )
75
76
* Accordion could have incorrect layout with multiple items open
76
77
* Prevent tapping within a popup from dismissing it, even if non-modal (#5360 )
78
+ * Resolved performance issues in text and custom theme handling
77
79
78
80
79
81
## 2.5.5 - 13 March 2025
You can’t perform that action at this time.
0 commit comments