Skip to content

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

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

chore(deps): bump fyne.io/fyne/v2 from 2.7.4 to 2.8.1#21
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 26, 2026

Copy link
Copy Markdown
Contributor

Bumps fyne.io/fyne/v2 from 2.7.4 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

v2.8.0 is our biggest release since v2.0.0!

Our v2.8.0 release is huge! Lots of new canvas objects, Scheduled Notifications, Linux Wayland testing of Accessibility. Also enhanced Form and RichText capabilities, more hardware acceleration and more APIs than we can count.

Added

  • New canvas objects: ArbitraryPolygon, BezierCurve, Blur, Ellipse & Shader (and NewShaderAnimation)
  • Hardware accelerated shadow support for various canvas elements
  • Add scheduled notifications API
  • Adding Required support to FormItem and Validation to Form
  • New RichText types and Markdown support to load tables, checkboxes & strikethrough
  • Adding accessibility support (currently off by default, use -tags accessibility to test)
  • New support for working with secondary monitors (for fullscreen additional content)
  • Add new Cache API for temporary resources, and new CacheResourceFromURLString helper

... (truncated)

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

2.8.0 - 11 Jul 2026

Added

  • New canvas objects: ArbitraryPolygon, BezierCurve, Blur, Ellipse & Shader (and NewShaderAnimation)
  • Hardware accelerated shadow support for various canvas elements
  • Add scheduled notifications API
  • Adding Required support to FormItem and Validation to Form
  • New RichText types and Markdown support to load tables, checkboxes & strikethrough
  • Adding accessibility support (currently off by default, use -tags accessibility to test)
  • New support for working with secondary monitors (for fullscreen additional content)
  • Add new Cache API for temporary resources, and new CacheResourceFromURLString helper
  • Add more requests to desktop Window - Always on Top and Position
  • Support for multi-touch drag reporting in mobile driver

... (truncated)

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)

Bumps [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) from 2.7.4 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.7.4...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-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 26, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@Rinai-R Rinai-R closed this Aug 27, 2026
@dependabot @github

dependabot Bot commented on behalf of github Aug 27, 2026

Copy link
Copy Markdown
Contributor Author

OK, I won't notify you again about this release, but will get in touch when a new version is available. If you'd rather skip all updates until the next major or minor version, let me know by commenting @dependabot ignore this major version or @dependabot ignore this minor version. You can also ignore all major, minor, or patch releases for a dependency by adding an ignore condition with the desired update_types to your config file.

If you change your mind, just re-open this PR and I'll resolve any conflicts on it.

@dependabot
dependabot Bot deleted the dependabot/go_modules/fyne.io/fyne/v2-2.8.1 branch August 27, 2026 06:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant