Skip to content

Commit

Permalink
Missed changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Oct 10, 2024
1 parent bd39066 commit d85a96d
Showing 1 changed file with 22 additions and 0 deletions.
22 changes: 22 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,28 @@
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.2 - 14 October 2024

### Fixed

* Sometimes fyne fails to setup dark mode in Windows (#4758)
* Memory leak in fontMetrics cache on desktop driver (#4010)
* Fix possible crash with badly formatted json translation
* Tree widget doesn't display higher elements until a user selects one (#5095, #4346)
* Update to the latest breaking API changes in go-text
* Fix wrapping / truncation of multi-font text runs (#4998)
* Test window title is not always set (#5116)
* Deadlock in Button CreateRenderer() (#5114)
* Fix possible crash in theme watching for windows
* Fix issue with Movies folder on darwin file dialog
* widget.Entry: validate when pasting from clipboard (#5058, #5028)
* Reduce contention in some widget locks
* Add Swedish translation
* Improvements to documentation
* Improved temp check for windows/msys
* Fix split in a theme override container


## 2.5.1 - 24 August 2024

### Fixed
Expand Down

0 comments on commit d85a96d

Please sign in to comment.