Skip to content

Update module fyne.io/fyne/v2 to v2.4.4

Renovate Bot requested to merge renovate/fyne.io-fyne-v2-2.x into master

This MR contains the following updates:

Package Type Update Change
fyne.io/fyne/v2 require patch v2.4.2 -> v2.4.4

Warning

Some dependencies could not be looked up. Check the Dependency Dashboard for more information.


Release Notes

fyne-io/fyne (fyne.io/fyne/v2)

v2.4.4: Lots of bug fixes and speed improvements for 2.4

Compare Source

There is a lot packed into this release - your app will be faster and more robust than ever before!

  • Spaces could be appended to linux Exec command during packaging
  • Secondary mobile windows would not size correctly when padded
  • Setting Icon.Resource to nil will not clear rendering
  • Dismiss iOS keyboard if "Done" is tapped
  • Large speed improvement in Entry and GridWrap widgets
  • tests fail with macOS Assertion failure in NSMenu (#​4572)
  • Fix image test failures on Apple Silicon
  • High CPU use when showing CustomDialogs (#​4574)
  • Entry does not show the last (few) changes when updating a binding.String in a fast succession (#​4082)
  • Calling Entry.SetText and then Entry.Bind immediately will ignore the bound value (#​4235)
  • Changing theme while application is running doesn't change some parameters on some widgets (#​4344)
  • Check widget: hovering/tapping to the right of the label area should not activate widget (#​4527)
  • Calling entry.SetPlaceHolder inside of OnChanged callback freezes app (#​4516)
  • Hyperlink enhancement: underline and tappable area shouldn't be wider than the text label (#​3528)
  • Fix possible compile error from go-text/typesetting

Let us know if you have any feedback on this latest release :).

v2.4.3: Happy holidays and enjoy a better Fyne for your coding projects :)

Compare Source

We have been working on fixes and optimisations in the Fyne project and are happy to list the following as resolved for v2.4.3.

Fixed
  • Fix OpenGL init for arm64 desktop devices
  • System tray icon on Mac is showing the app ID (#​4416)
  • Failure with fyne release -os android/arm (#​4174)
  • Android GoBack with forcefully close the app even if the keyboard is up (#​4257)
  • *BSD systems using the wrong (and slow) window resize
  • Optimisations to reduce memory allocations in List, GridWrap, driver and mime type handling
  • Reduce calls to C and repeated size checks in painter and driver code

As always we hope this helps you make better software, faster - let us know if you have any feedback.


Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever MR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this MR and you won't be reminded about this update again.


  • If you want to rebase/retry this MR, check this box

This MR has been generated by Renovate Bot.

Edited by Renovate Bot

Merge request reports