Update module fyne.io/fyne/v2 to v2.4.5 #2

Merged
Denys Konovalov merged 1 commits from renovate/fyne.io-fyne-v2-2.x into main 2024-06-15 15:43:57 +02:00

This PR contains the following updates:

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

Release Notes

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

v2.4.5: Optimisations, storage enhancements and fixes arrive in v2.4.5

Compare Source

This bugfix release has a lot of great improvements, with a focus on mobile storage fixes and resolving some memory leaks.

  • iOS files write would fail when over 16KB
  • storage.Delete not supported on Android/iOS (#​2120)
  • layout.formLayout do not handle canvas.Text well in second column (#​4665)
  • Fix building with ios17.4 (#​4741)
  • Support template icon for system tray menu icons
  • Fix recognition of missing XDG user directories (#​4650)
  • FileDialog.SetOnClosed not always working (#​4651)
  • Upgrade GLFW for performance improvements and bug fixes
  • Multiple select popups can crash during background operations (#​4730)
  • Controlling a negative slider with the left arrow key blocks after 8 steps (#​4736)
  • cmd/fyne: command "get" is broken with Go 1.22 (#​4684)
  • Race condition during system tray menu refresh (#​4697)
  • Fyne release on Linux does not set Metadata().Release to true (#​4711)
  • RichText leaks memory when replacing segments (#​4723)

As always do let us know how you get on, we are now pushing forward with v2.5.0.


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 PR becomes conflicted, or you tick the rebase/retry checkbox.

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


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

This PR has been generated by Renovate Bot.

This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) | require | patch | `v2.4.4` -> `v2.4.5` | --- ### Release Notes <details> <summary>fyne-io/fyne (fyne.io/fyne/v2)</summary> ### [`v2.4.5`](https://github.com/fyne-io/fyne/releases/tag/v2.4.5): Optimisations, storage enhancements and fixes arrive in v2.4.5 [Compare Source](https://github.com/fyne-io/fyne/compare/v2.4.4...v2.4.5) This bugfix release has a lot of great improvements, with a focus on mobile storage fixes and resolving some memory leaks. - iOS files write would fail when over 16KB - storage.Delete not supported on Android/iOS ([#&#8203;2120](https://github.com/fyne-io/fyne/issues/2120)) - layout.formLayout do not handle canvas.Text well in second column ([#&#8203;4665](https://github.com/fyne-io/fyne/issues/4665)) - Fix building with ios17.4 ([#&#8203;4741](https://github.com/fyne-io/fyne/issues/4741)) - Support template icon for system tray menu icons - Fix recognition of missing XDG user directories ([#&#8203;4650](https://github.com/fyne-io/fyne/issues/4650)) - FileDialog.SetOnClosed not always working ([#&#8203;4651](https://github.com/fyne-io/fyne/issues/4651)) - Upgrade GLFW for performance improvements and bug fixes - Multiple select popups can crash during background operations ([#&#8203;4730](https://github.com/fyne-io/fyne/issues/4730)) - Controlling a negative slider with the left arrow key blocks after 8 steps ([#&#8203;4736](https://github.com/fyne-io/fyne/issues/4736)) - cmd/fyne: command "get" is broken with Go 1.22 ([#&#8203;4684](https://github.com/fyne-io/fyne/issues/4684)) - Race condition during system tray menu refresh ([#&#8203;4697](https://github.com/fyne-io/fyne/issues/4697)) - Fyne release on Linux does not set Metadata().Release to true ([#&#8203;4711](https://github.com/fyne-io/fyne/issues/4711)) - RichText leaks memory when replacing segments ([#&#8203;4723](https://github.com/fyne-io/fyne/issues/4723)) As always do let us know how you get on, we are now pushing forward with v2.5.0. </details> --- ### 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 PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check this box --- This PR has been generated by [Renovate Bot](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy40MDguMiIsInVwZGF0ZWRJblZlciI6IjM3LjQwOC4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
Renovate Bot (Automatisiert) added 1 commit 2024-06-15 15:36:33 +02:00

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 2 additional dependencies were updated

Details:

Package Change
github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b -> v0.0.0-20240306074159-ea2d69986ecb
github.com/go-text/render v0.0.0-20230619120952-35bccb6164b8 -> v0.1.0
### ℹ Artifact update notice ##### File name: go.mod In order to perform the update(s) described in the table above, Renovate ran the `go get` command, which resulted in the following additional change(s): - 2 additional dependencies were updated Details: | **Package** | **Change** | | :-------------------------------- | :--------------------------------------------------------------------------- | | `github.com/go-gl/glfw/v3.3/glfw` | `v0.0.0-20221017161538-93cebf72946b` -> `v0.0.0-20240306074159-ea2d69986ecb` | | `github.com/go-text/render` | `v0.0.0-20230619120952-35bccb6164b8` -> `v0.1.0` |
Renovate Bot (Automatisiert) force-pushed renovate/fyne.io-fyne-v2-2.x from 8b5c23c6a0 to e1c160aba2 2024-06-15 15:42:45 +02:00 Compare
Denys Konovalov merged commit f634507b97 into main 2024-06-15 15:43:57 +02:00
Denys Konovalov deleted branch renovate/fyne.io-fyne-v2-2.x 2024-06-15 15:43:58 +02:00
Sign in to join this conversation.
No description provided.