Skip to content

chore(deps): bump fyne.io/fyne/v2 from 2.8.0 to 2.8.1 - #838

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

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

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 31, 2026

Copy link
Copy Markdown
Contributor

Bumps fyne.io/fyne/v2 from 2.8.0 to 2.8.1.

Release notes

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

v2.8.1: Big performance boosts and lots of fixes

It's a big release following our v2.8.0 last month, check out this bumper change log!

Changed

  • File dialog content is now padded using container.NewPadded (#6451)
  • The "large FyneDo" warning is now delayed unless hints are enabled
  • Big performance boost in repainting, walking objects and building render lists (#6449, #6453, #6454)

Fixed

  • MenuItem.Shortcut was missing from systray menus
  • Fix file path handling for URIs on Windows, including paths without a file scheme
  • Support query, fragment and URN forms in ParseURI, with stricter host validation
  • Android: re-create the surface if the window has changed underneath us (#6408)
  • Android: fix duplicated characters when using a hardware keyboard, and add missing delete key support (#6271)
  • Android: fix typo when checking for NULL in native code (#6402)
  • Mobile: multiline Entry ignored scroll position on TouchDown (#6307)
  • Mobile: fix row selection and follow-up behaviour after double/triple tap in Entry
  • Form: rebuild the render slot when a FormItem.Widget is replaced (#1966, #6459)
  • Menu: sync menu item label text on Refresh (#6404)
  • macOS: rebuild the native menu when switching windows (#6431)
  • Fix popup menu immediately dismissing when opened over an existing overlay (#6426)
  • Only skip unfocus on mouse click when the click is over the currently focused widget (#6432)
  • RequestAlwaysOnTop had no effect when called after window creation (#6436, #6441)
  • Prevent crashes from unknown GLFW scancodes, such as the Fn key on Wayland (#6445)
  • Always check for a nil return from monitor.GetVideoMode() (#6472)
  • Fix apps with systray showing a hidden "SystrayMonitor" window on KDE Wayland (#6428)
  • Fix noisy Preferences API warnings for apps that don't use Preferences (#6429)
  • Fix inconsistent vertical positioning of mixed-font text lines (#6448)
  • Fix an issue with the emoji parser
  • Report captured images as opaque so blended output is correct in captures
  • Data binding: handle the edge case where parsing a string as a float fails
  • Fix vendoring of apps using the Wayland build by keeping GLFW include headers
  • Resolve issue where some touch screen Linux taps were missed
Changelog

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

2.8.1 - 26 Aug 2026

Changed

  • File dialog content is now padded using container.NewPadded (#6451)
  • The "large FyneDo" warning is now delayed unless hints are enabled
  • Big performance boost in repainting, walking objects and building render lists (#6449, #6453, #6454)

Fixed

  • MenuItem.Shortcut was missing from systray menus
  • Fix file path handling for URIs on Windows, including paths without a file scheme
  • Support query, fragment and URN forms in ParseURI, with stricter host validation
  • Android: re-create the surface if the window has changed underneath us (#6408)
  • Android: fix duplicated characters when using a hardware keyboard, and add missing delete key support (#6271)
  • Android: fix typo when checking for NULL in native code (#6402)
  • Mobile: multiline Entry ignored scroll position on TouchDown (#6307)
  • Mobile: fix row selection and follow-up behaviour after double/triple tap in Entry
  • Form: rebuild the render slot when a FormItem.Widget is replaced (#1966, #6459)
  • Menu: sync menu item label text on Refresh (#6404)
  • macOS: rebuild the native menu when switching windows (#6431)
  • Fix popup menu immediately dismissing when opened over an existing overlay (#6426)
  • Only skip unfocus on mouse click when the click is over the currently focused widget (#6432)
  • RequestAlwaysOnTop had no effect when called after window creation (#6436, #6441)
  • Prevent crashes from unknown GLFW scancodes, such as the Fn key on Wayland (#6445)
  • Always check for a nil return from monitor.GetVideoMode() (#6472)
  • Fix apps with systray showing a hidden "SystrayMonitor" window on KDE Wayland (#6428)
  • Fix noisy Preferences API warnings for apps that don't use Preferences (#6429)
  • Fix inconsistent vertical positioning of mixed-font text lines (#6448)
  • Fix an issue with the emoji parser
  • Report captured images as opaque so blended output is correct in captures
  • Data binding: handle the edge case where parsing a string as a float fails
  • Fix vendoring of apps using the Wayland build by keeping GLFW include headers
  • Resolve issue where some touch screen Linux taps were missed
Commits
  • 3dc06f4 Complete the refresh of inner window bar
  • b388ca3 Three profile-driven changes to the per-frame path that every driver walks (#...
  • 7c18e18 Simplify
  • 4595bd5 Fix issue where some touchscreen taps are missed
  • fd35837 Proposed change log for v2.8.1
  • 11c52f2 Update window.go
  • 2afa25e We don't use C, but it's not an error
  • 451510b Trying to address staticcheck issue
  • e073289 Account for changes in image encoding with Go 1.27
  • 3485b3c Release branch static check fixes
  • 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 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)

Summary by cubic

Bumps fyne.io/fyne/v2 from 2.8.0 to 2.8.1, a patch release with performance improvements and bug fixes. The update includes faster repainting and render lists, plus fixes for Android hardware keyboards, macOS native menus, systray behavior, GLFW scancode crashes, and Windows URI file path handling. Indirect dependency fyne.io/systray is updated, and unused indirect deps github.com/fredbi/uri and github.com/google/pprof are removed from go.mod.

Written for commit 9556ddc. Summary will update on new commits.

Review in cubic

Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.8.0 to 2.8.1.
- [Release notes](https://github.com/fyne-io/fyne/releases)
- [Changelog](https://github.com/fyne-io/fyne/blob/develop/CHANGELOG.md)
- [Commits](fyne-io/fyne@v2.8.0...v2.8.1)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-version: 2.8.1
  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 31, 2026
@dependabot
dependabot Bot requested a review from a team as a code owner August 31, 2026 18:03
@dependabot dependabot Bot added dependencies Pull requests that update a dependency file go Pull requests that update Go code labels Aug 31, 2026
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