Skip to content

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 5, 2025

Bumps fyne.io/fyne/v2 from 2.6.1 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
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
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.6.1 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.6.1...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-patch
...

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 5, 2025
@tucuxi tucuxi merged commit 99447ad into main Aug 5, 2025
2 checks passed
@tucuxi tucuxi deleted the dependabot/go_modules/fyne.io/fyne/v2-2.6.2 branch August 5, 2025 14:57
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