Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Bump fyne.io/fyne/v2 from 2.5.0 to 2.5.1 #39

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps fyne.io/fyne/v2 from 2.5.0 to 2.5.1.

Release notes

Sourced from fyne.io/fyne/v2's releases.

Polishes and text/translation improvements form v2.5.1

The Fyne team are excited to anounce the latest release, v2.5.1. Building on the success of the 2.5 branch of releases it includes the following fixes:

  • Apps with translations in new languages would not be recognised (#5015)
  • App ID can be ignored from metadata file with go build/run
  • Typing Chinese characters in widget.Entry and perform undo/redo crashes the app (#5001)
  • Assets would render Low-DPI before attaching to a canvas
  • Single click in file dialog enters two directories (#5053)
  • 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)
Changelog

Sourced from fyne.io/fyne/v2's changelog.

2.5.1 - 24 August 2024

Fixed

  • Apps with translations in new languages would not be recognised (#5015)
  • App ID can be ignored from metadata file with go build/run
  • Typing Chinese characters in widget.Entry and perform undo/redo crashes the app (#5001)
  • Assets would render Low-DPI before attaching to a canvas
  • Single click in file dialog enters two directories (#5053)
  • 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)
Commits
  • 7d81356 Fix date and typo in Changelog
  • d397de3 That's a proposed rc-1 for v2.5.1
  • f49e256 Don't blindly read map indexes that may be unset
  • b8e1113 Don't refresh if no sizes changed
  • 4cce55b Update serve mode to accept --tags and --metadata flags
  • 20be09a Begun picking for rc1
  • 7ade11e Simplify locking now it's using main
  • 0de3d2e Update so we call the systray functions on main thread
  • 248a497 Run initial theme setup within goroutine
  • beb266c Fix color lookup not working as expected on Linux
  • Additional commits viewable in compare view

Dependabot compatibility score

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting @dependabot rebase.


Dependabot commands and options

You can trigger Dependabot actions by commenting on this PR:

  • @dependabot rebase will rebase this PR
  • @dependabot recreate will recreate this PR, overwriting any edits that have been made to it
  • @dependabot merge will merge this PR after your CI passes on it
  • @dependabot squash and merge will squash and merge this PR after your CI passes on it
  • @dependabot cancel merge will cancel a previously requested merge and block automerging
  • @dependabot reopen will reopen this PR if it is closed
  • @dependabot close will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually
  • @dependabot show <dependency name> ignore conditions will show all of the ignore conditions of the specified dependency
  • @dependabot ignore this major version will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this minor version will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)
  • @dependabot ignore this dependency will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)

Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.5.0 to 2.5.1.
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/master/CHANGELOG.md)
- [Commits](fyne-io/fyne@v2.5.0...v2.5.1)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 26, 2024
@dependabot dependabot bot requested a review from gmlewis August 26, 2024 01:06
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

Looks like fyne.io/fyne/v2 is up-to-date now, so this is no longer needed.

@dependabot dependabot bot closed this Aug 26, 2024
@dependabot dependabot bot deleted the dependabot/go_modules/fyne.io/fyne/v2-2.5.1 branch August 26, 2024 02:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies Pull requests that update a dependency file go Pull requests that update Go code
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants