Skip to content

chore(deps): bump fyne.io/fyne/v2 from 2.5.3 to 2.6.2#41

Closed
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/fyne.io/fyne/v2-2.6.2
Closed

chore(deps): bump fyne.io/fyne/v2 from 2.5.3 to 2.6.2#41
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/go_modules/fyne.io/fyne/v2-2.6.2

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github Aug 4, 2025

Bumps fyne.io/fyne/v2 from 2.5.3 to 2.6.2.

Release notes

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

Long list of fixes improve your summer projects

This release was slightly delayed but that means a long list of fixes! Sorry to anyone that was waiting for a fix, but hopefully this update super-powers your holiday hacking.

As well as adding Czechoslovakia translations, the following list of issues were addressed:

  • bounds check panic on undo after ctrl-deleting text on last line from MultiLineEntry (#5714)
  • Entry OnChanged does not get triggered on undo and redo (#5710)
  • SetText in TextGrid leaves trailing content (#5722)
  • Desktop app with system tray hangs on app.Quit (#5724)
  • CenterOnScreen Regression (#5733)
  • TextGrid CursorLocationForPosition reports wrong location when scrolled (#5745)
  • Language is always "en" on macOS (#5760)
  • TextGrid is glitchy when calling SetText on a scrolled container. (#5762)
  • When running for the second time in window.CenterOnScreen(), it will get stuck when running on the main thread (#5766)
  • Text entry widget backspace deletes two characters on Android (#2774)
  • Secondary windows is not refreshed correctly (#5782)
  • Clicking a button rapidly causes the click animation to extend outside of the button (#5785)
  • WASM cursor was ignored
  • Corrected date format for Germany
  • Hide() doesn't work at startup for widgets/containers (#5597)
  • Android GBoard: first character typed into Entry is prefixed with "0" after focus (#5666)
  • Use Scaled Monitor Size For Monitor Detection (#5802)
  • Don't override user choice if a) xdg lookup fails or b) system updates (#5851)
  • Entry with mobile.NumberKeyboard does not Type comma and separators (#5101)
  • Padding value is ignored in ThemeOverride container
  • Performance improvements in TextGrid and object positioning
  • Improvements in WASM rendering performance

Bug fixes, remove races and some thread warning refinements

The first point release since v2.6.0 adds a new translation for Russian, removes some false alerts for thread usage and generally improves safety about previous concurrent usage internally.

Fixed

  • Activity indicator is light and not visible when a light theme is active (#5661)
  • Unsafe use of map in RichText on 2.6.0 (#5639)
  • Image translucency causes blurriness on small icons (#5476)
  • Infinite progress bar snapping and doesn't loop nicely (#5433)
  • RichTextSegment SizeName is not SizeNameText by default (#5307)
  • When there is an offline netdrive, the file dialog will freeze (#2411)
  • Correctly reset image cache when Resource goes to nil
  • Data race after migration to v2.6.0 (#5713)

With v2.6.0 Fyne is faster than ever and passing Go's race checks too :)

This massive update to Fyne introduces a new threading model that allows it to be a lot faster whilst being free of data races as well! Developers who use background processing will need to make use of the new fyne.Do and anyone with custom widgets that make use of locking to provide thread safety can now remove it as all Fyne callbacks occur on the same goroutine.

Your app may need a few updates (logs will show you where behaviour changes should be added) but can see up to 3x speed increase depending on the number of graphical elements and how frequently they are updated.

Added

... (truncated)

Changelog

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

2.6.2 - 28 July 2025

Changed

  • Added Czechoslovakia translations

Fixed

  • bounds check panic on undo after ctrl-deleting text on last line from MultiLineEntry (#5714)
  • Entry OnChanged does not get triggered on undo and redo (#5710)
  • SetText in TextGrid leaves trailing content (#5722)
  • Desktop app with system tray hangs on app.Quit (#5724)
  • CenterOnScreen Regression (#5733)
  • TextGrid CursorLocationForPosition reports wrong location when scrolled (#5745)
  • Language is always "en" on macOS (#5760)
  • TextGrid is glitchy when calling SetText on a scrolled container. (#5762)
  • When running for the second time in window.CenterOnScreen(), it will get stuck when running on the main thread (#5766)
  • Text entry widget backspace deletes two characters on Android (#2774)
  • Secondary windows is not refreshed correctly (#5782)
  • Clicking a button rapidly causes the click animation to extend outside of the button (#5785)
  • WASM cursor was ignored
  • Corrected date format for Germany
  • Hide() doesn't work at startup for widgets/containers (#5597)
  • Android GBoard: first character typed into Entry is prefixed with "0" after focus (#5666)
  • Use Scaled Monitor Size For Monitor Detection (#5802)
  • Don't override user choice if a) xdg lookup fails or b) system updates (#5851)
  • Entry with mobile.NumberKeyboard does not Type comma and separators (#5101)
  • Padding value is ignored in ThemeOverride container
  • Performance improvements in TextGrid and object positioning
  • Improvements in WASM rendering performance

2.6.1 - 8 May 2025

Changed

  • Added Russian translations

Fixed

  • Activity indicator is light and not visible when a light theme is active (#5661)
  • Unsafe use of map in RichText on 2.6.0 (#5639)
  • Image translucency causes blurriness on small icons (#5476)
  • Infinite progress bar snapping and doesn't loop nicely (#5433)
  • RichTextSegment SizeName is not SizeNameText by default (#5307)
  • When there is an offline netdrive, the file dialog will freeze (#2411)
  • Correctly reset image cache when Resource goes to nil
  • Data race after migration to v2.6.0 (#5713)

2.6.0 - 10 April 2025

... (truncated)

Commits
  • 1e7e609 Merge branch 'release/v2.6.x'
  • ea86b30 I tagged this late sorry
  • e71bfd9 Preparing v2.6.2
  • 92df221 Re-enable refreshing when theme on a container changes
  • b97c372 Update internal/theme/render.go
  • b3ba251 Correct the initial setup of layouts with overridden padding
  • 0b36e8b Fix the theme override for padding (and other static values)
  • 10fd78e Accept space as a number separator as well
  • ba852b0 Work around an android number keyboard bug
  • 6bc2129 Revert "Move .Refresh() out of CreateRenderer()"
  • 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.3 to 2.6.2.
- [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.3...v2.6.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update go code labels Aug 4, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 25, 2025

Superseded by #44.

@dependabot dependabot Bot closed this Aug 25, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/fyne.io/fyne/v2-2.6.2 branch August 25, 2025 02:14
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.

1 participant