Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump fyne.io/fyne/v2 from 2.4.5 to 2.5.1 #49

Closed

Conversation

dependabot[bot]
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Aug 26, 2024

Bumps fyne.io/fyne/v2 from 2.4.5 to 2.5.1.

Release notes

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

Polishes and text/translation improvements form v2.5.1

The Fyne team are excited to anounce the latest release, v2.5.1. Building on the success of the 2.5 branch of releases it includes the following fixes:

  • Apps with translations in new languages would not be recognised (#5015)
  • App ID can be ignored from metadata file with go build/run
  • Typing Chinese characters in widget.Entry and perform undo/redo crashes the app (#5001)
  • Assets would render Low-DPI before attaching to a canvas
  • Single click in file dialog enters two directories (#5053)
  • Light/Dark mode detection no longer works on Ubuntu with Fyne 2.5 (#5029)
  • Scroll acceleration logic causes scrolling to "jump" suddenly on macOS (#5067)
  • SetSystemTrayMenu doesn't work when run in goroutine (#5039)
  • stack overflow when calling SetRowHeight in table UpdateCell callback (#5007)
  • Resizing List causes visible items to refresh instead of resize (#4080)
  • Child widget with Hoverable() interface keeps parent widget's Tapped() function from being called. (#3906)
  • App Translation file is ignored / tries to load BR (#5015, #5040)
  • Missing theme variant auto-switching (dark/light) for Windows (#4537)
  • Get DoubleTapDelay from the OS if an API is available (#4448)
  • Entry cursor is not visible with animations off (#4508)
  • Redundant justify-content properties in CSS for centered-container class (#5045)
  • Update go-text/render to avoid crashing when rendering certain bitmap fonts (#5042)
  • Using container.NewThemeOverride leaks memory until window closing (#5000)

v2.5 introduces international support, system font lookup and completes Wayland and Web support (except file handling)

Added

  • Internationalisation support and translations (#605, #3249)
  • Look up system fonts for glyphs that cannot be found embedded (#2572, #1579)
  • Completed support for Wayland on Linux
  • Completed support for the Web driver (*except file handling)
  • Add support for XDG Desktop Portals when built with -tags flatpak on Linux
  • Activity indicator widget
  • InnerWindow and MultipleWindows containers
  • ThemeOverride container for grouping items with a different theme
  • Add NativeWindow.RunNative to use a native window handle (#4483)
  • Ability to request display stays on - SetDisableScreenBlanking (#4534, #3007)
  • Add Undo/Redo support for widget.Entry (#436)
  • Add AppendMarkdown function to RichText
  • Add option in List to hide separators (#3756)
  • New CustomPaddedLayout for more fine-grained container padding
  • Add SizeName property to Hyperlink widget
  • Support Ctrl+[backspace/delete] to delete the word to the left or right of the cursor
  • Add IntToFloat (and FloatToInt) in bindings Data binding (#4666)
  • Add ScrollToOffset/GetScrollOffset APIs for collection widgets
  • Add ColumnCount API to GridWrap widget
  • Disable and Enable for Slider widget (#3551)
  • Function Remove added to List bindings (#3100)
  • Form layout can now be vertical (labels above field) or adaptive for mobile
  • Add support for Bold, Italic and Underline for TextGrid (#1237)

... (truncated)

Changelog

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

2.5.1 - 24 August 2024

Fixed

  • Apps with translations in new languages would not be recognised (#5015)
  • App ID can be ignored from metadata file with go build/run
  • Typing Chinese characters in widget.Entry and perform undo/redo crashes the app (#5001)
  • Assets would render Low-DPI before attaching to a canvas
  • Single click in file dialog enters two directories (#5053)
  • Light/Dark mode detection no longer works on Ubuntu with Fyne 2.5 (#5029)
  • Scroll acceleration logic causes scrolling to "jump" suddenly on macOS (#5067)
  • SetSystemTrayMenu doesn't work when run in goroutine (#5039)
  • stack overflow when calling SetRowHeight in table UpdateCell callback (#5007)
  • Resizing List causes visible items to refresh instead of resize (#4080)
  • Child widget with Hoverable() interface keeps parent widget's Tapped() function from being called. (#3906)
  • App Translation file is ignored / tries to load BR (#5015, #5040)
  • Missing theme variant auto-switching (dark/light) for Windows (#4537)
  • Get DoubleTapDelay from the OS if an API is available (#4448)
  • Entry cursor is not visible with animations off (#4508)
  • Redundant justify-content properties in CSS for centered-container class (#5045)
  • Update go-text/render to avoid crashing when rendering certain bitmap fonts (#5042)
  • Using container.NewThemeOverride leaks memory until window closing (#5000)

2.5.0 - 14 July 2024

Added

  • Internationalisation support and translations (#605, #3249)
  • Look up system fonts for glyphs that cannot be found embedded (#2572, #1579)
  • Completed support for Wayland on Linux
  • Completed support for the Web driver (*except file handling)
  • Add support for XDG Desktop Portals when built with -tags flatpak on Linux
  • Activity indicator widget
  • InnerWindow and MultipleWindows containers
  • ThemeOverride container for grouping items with a different theme
  • Add NativeWindow.RunNative to use a native window handle (#4483)
  • Ability to request display stays on - SetDisableScreenBlanking (#4534, #3007)
  • Add Undo/Redo support for widget.Entry (#436)
  • Add AppendMarkdown function to RichText
  • Add option in List to hide separators (#3756)
  • New CustomPaddedLayout for more fine-grained container padding
  • Add SizeName property to Hyperlink widget
  • Support Ctrl+[backspace/delete] to delete the word to the left or right of the cursor
  • Add IntToFloat (and FloatToInt) in bindings Data binding (#4666)
  • Add ScrollToOffset/GetScrollOffset APIs for collection widgets
  • Add ColumnCount API to GridWrap widget
  • Disable and Enable for Slider widget (#3551)
  • Function Remove added to List bindings (#3100)
  • Form layout can now be vertical (labels above field) or adaptive for mobile

... (truncated)

Commits
  • 7d81356 Fix date and typo in Changelog
  • d397de3 That's a proposed rc-1 for v2.5.1
  • f49e256 Don't blindly read map indexes that may be unset
  • b8e1113 Don't refresh if no sizes changed
  • 4cce55b Update serve mode to accept --tags and --metadata flags
  • 20be09a Begun picking for rc1
  • 7ade11e Simplify locking now it's using main
  • 0de3d2e Update so we call the systray functions on main thread
  • 248a497 Run initial theme setup within goroutine
  • beb266c Fix color lookup not working as expected on Linux
  • 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.4.5 to 2.5.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.4.5...v2.5.1)

---
updated-dependencies:
- dependency-name: fyne.io/fyne/v2
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

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

dependabot bot commented on behalf of github Aug 26, 2024

The following labels could not be found: dependencies, go.

@dependabot dependabot bot requested a review from iwaltgen as a code owner August 26, 2024 00:22
@iwaltgen iwaltgen closed this Aug 26, 2024
Copy link
Contributor Author

dependabot bot commented on behalf of github Aug 26, 2024

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.5.1 branch August 26, 2024 01:39
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