8000 Bump fyne.io/fyne/v2 from 2.5.4 to 2.6.1 by dependabot[bot] · Pull Request #161 · synfinatic/alpacascope · GitHub
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content
This repository was archived by the owner on May 13, 2025. It is now read-only.

Bump fyne.io/fyne/v2 from 2.5.4 to 2.6.1 8000 #161

Closed
wants to merge 1 commit into from

Conversation

dependabot[bot]
Copy link
Contributor
@dependabot dependabot bot commented on behalf of github May 8, 2025

⚠️ Dependabot is rebasing this PR ⚠️

Rebasing might not happen immediately, so don't worry if this takes some time.

Note: if you make any changes to this PR yourself, they will take precedence over the rebase.


Bumps fyne.io/fyne/v2 from 2.5.4 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 tr 8000 anslation 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.4 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.4...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 8, 2025
Copy link
codecov bot commented May 8, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.10%. Comparing base (68d3fbe) to head (f92e718).

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #161   +/-   ##
=======================================
  Coverage   15.10%   15.10%           
=======================================
  Files          17       17           
  Lines        2570     2570           
=======================================
  Hits          388      388           
  Misses       2178     2178           
  Partials        4        4           
Flag Coverage Δ
unittests 15.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 68d3fbe...f92e718. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@synfinatic
Copy link
Owner

fixed.

@synfinatic synfinatic closed this May 13, 2025
Copy link
Contributor Author
dependabot bot commented on behalf of github May 13, 2025

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.6.1 branch May 13, 2025 11:32
Copy link
codecov bot commented May 13, 2025

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 15.10%. Comparing base (68d3fbe) to head (f92e718).
Report is 2 commits behind head on main.

Additional details and impacted files

Impacted file tree graph

@@           Coverage Diff           @@
##             main     #161   +/-   ##
=======================================
  Coverage   15.10%   15.10%           
=======================================
  Files          17       17           
  Lines        2570     2570           
=======================================
  Hits          388      388           
  Misses       2178     2178           
  Partials        4        4           
Flag Coverage Δ
unittests 15.10% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.


Continue to review full report in Codecov by Sentry.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 68d3fbe...f92e718. Read the comment docs.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
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
0