Skip to content

Commit a6e8ea7

Browse files
committed
Prep for rc2
1 parent 782b5d8 commit a6e8ea7

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 2 deletions
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.6.0 - 5 April 2025
6+
## 2.6.0 - 6 April 2025
77

88
### Added
99

@@ -28,7 +28,7 @@ More detailed release notes can be found on the [releases page](https://github.c
2828
* Support custom titles in file dialogs using `SetTitleText`
2929
* Add utility methods to handle colouring of SVG images
3030
* Add preference bind APIs for list (slice) types
31-
* Add Greek & Ukrainian translations
31+
* Added Greek, Ukrainian & Chinese (Simplified) translations
3232

3333
### Changed
3434

@@ -44,6 +44,7 @@ More detailed release notes can be found on the [releases page](https://github.c
4444
* load markdown images from origin when not a URL
4545
* Debug now disabled by default for WASM builds
4646
* 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
4748

4849
### Fixed
4950

@@ -74,6 +75,7 @@ More detailed release notes can be found on the [releases page](https://github.c
7475
* After scrolling, first selection in a list jumps that item to the bottom of the container (#5605)
7576
* Accordion could have incorrect layout with multiple items open
7677
* Prevent tapping within a popup from dismissing it, even if non-modal (#5360)
78+
* Resolved performance issues in text and custom theme handling
7779

7880

7981
## 2.5.5 - 13 March 2025

0 commit comments

Comments
 (0)