Skip to content

Commit

Permalink
That's a proposed rc-1 for v2.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
andydotxyz committed Aug 19, 2024
1 parent f49e256 commit d397de3
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
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.1 - Ongoing
## 2.5.1 - 23 August 2024

### Fixed

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


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


## 2.4.5 - 15 April 2024
Expand Down

0 comments on commit d397de3

Please sign in to comment.