Skip to content

chore(deps): bump fyne.io/fyne/v2 from 2.5.3 to 2.6.1#38

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

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

Conversation

@dependabot
Copy link
Copy Markdown
Contributor

@dependabot dependabot Bot commented on behalf of github May 19, 2025

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

Release notes

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

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

  • Added [fyne.Do] and [fyne.DoAndWait] to call from goroutines. This makes it possible to eliminate race conditions.
  • Add "Migrations" section to FyneApp.toml to mark migrations like fyneDo = true
  • Add Calendar and DateEntry widgets
  • Add a third state ([Check.Partial]) to the check widget (#3576)
  • Add ability to select label text using new [Label.Selectable]
  • Support for storage on web driver (#4634)
  • test: Add RenderToMarkup and RenderObjectToMarkup (#5124)
  • Add ability to choose a text size for label widget (#5561)
  • Show soft keyboard on Web build with mobile device (#4394)
  • APIs for testing dialogs (#2771)
  • Add ScrollToOffset functions to collection widgets
  • Add Prepend method to Accordion (#5418)
  • Support Apple intel apps on M1/2 (using Rosetta) (#3971)
  • Ability to turn off re-scaling when a window moves between monitors for Linux (#5164)
  • Add functions to get text location for position (and vice-versa) with a TextGrid
  • Add support for scrolling many lines in TextGrid
  • Add Append function to TextGrid
  • Add Prepend function to Accordion
  • Support custom titles in file dialogs using SetTitleText
  • Add utility methods to handle colouring of SVG images
  • Add preference bind APIs for list (slice) types
  • Added Greek, Ukrainian & Chinese (Simplified) translations

Changed

  • All callbacks from Fyne drivers and widgets now call on the same goroutine
  • Shortcuts on menu items are now called before widget or canvas shortcuts (#2627)
  • ActionItems in an Entry should now match the standard button size

... (truncated)

Changelog

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

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

Added

  • Added [fyne.Do] and [fyne.DoAndWait] to call from goroutines. This makes it possible to eliminate race conditions.
  • Add "Migrations" section to FyneApp.toml to mark migrations like fyneDo = true
  • Add Calendar and DateEntry widgets
  • Add a third state ([Check.Partial]) to the check widget (#3576)
  • Add ability to select label text using new [Label.Selectable]
  • Support for storage on web driver (#4634)
  • test: Add RenderToMarkup and RenderObjectToMarkup (#5124)
  • Add ability to choose a text size for label widget (#5561)
  • Show soft keyboard on Web build with mobile device (#4394)
  • APIs for testing dialogs (#2771)
  • Add ScrollToOffset functions to collection widgets
  • Add Prepend method to Accordion (#5418)
  • Support Apple intel apps on M1/2 (using Rosetta) (#3971)
  • Ability to turn off re-scaling when a window moves between monitors for Linux (#5164)
  • Add functions to get text location for position (and vice-versa) with a TextGrid
  • Add support for scrolling many lines in TextGrid
  • Add Append function to TextGrid
  • Add Prepend function to Accordion
  • Support custom titles in file dialogs using SetTitleText
  • Add utility methods to handle colouring of SVG images
  • Add preference bind APIs for list (slice) types
  • Added Greek, Ukrainian & Chinese (Simplified) translations

Changed

  • All callbacks from Fyne drivers and widgets now call on the same goroutine
  • Shortcuts on menu items are now called before widget or canvas shortcuts (#2627)
  • ActionItems in an Entry should now match the standard button size
  • Tidy the fyne CLI and moved to tools repo (#4920)

... (truncated)

Commits
  • 66c8de3 Merge branch 'release/v2.6.x'
  • 7ffd028 Update release date & related bug fix in changelog
  • cd6a995 Preparing for v2.6.1
  • cb68552 Translated using Weblate (Russian)
  • a1e17c9 Add docs to remove ambiguity
  • d0dcbdc Smooth infinite progress by reversing animation not just looping
  • bb847d8 Move the Translucency application into the shader
  • 69eb409 Translated using Weblate (Russian)
  • 61251f8 Translated using Weblate (Russian)
  • ee17250 Added translation using Weblate (Russian)
  • 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.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.3...v2.6.1)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-version: 2.6.1
  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 May 19, 2025
@dependabot @github
Copy link
Copy Markdown
Contributor Author

dependabot Bot commented on behalf of github Aug 4, 2025

Superseded by #41.

@dependabot dependabot Bot closed this Aug 4, 2025
@dependabot dependabot Bot deleted the dependabot/go_modules/fyne.io/fyne/v2-2.6.1 branch August 4, 2025 01:45
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