fix(deps): update module fyne.io/fyne/v2 to v2.4.5 #7

Open
RenovateBot wants to merge 1 commit from renovate/fyne.io-fyne-v2-2.x into main
Collaborator

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:eyJjcmVhdGVkSW5WZXIiOiIzNy4xNTMuMiIsInVwZGF0ZWRJblZlciI6IjM3LjE1My4yIiwidGFyZ2V0QnJhbmNoIjoibWFpbiJ9-->
RenovateBot added 1 commit 2024-04-22 10:02:22 +02:00
Some checks failed
renovate/artifacts Artifact file update failure
cf0a307b5e
fix(deps): update module fyne.io/fyne/v2 to v2.4.5
Author
Collaborator

⚠ Artifact update problem

Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is.

♻ Renovate will retry this branch, including artifacts, only when one of the following happens:

  • any of the package files in this branch needs updating, or
  • the branch becomes conflicted, or
  • you click the rebase/retry checkbox if found above, or
  • you rename this PR's title to start with "rebase!" to trigger it manually

The artifact failure details are included below:

File name: go.sum
Command failed: go get -d -t ./...
go: downloading go1.22.2 (linux/amd64)
go: download go1.22.2: golang.org/toolchain@v0.0.1-go1.22.2.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off

### ⚠ Artifact update problem Renovate failed to update an artifact related to this branch. You probably do not want to merge this PR as-is. ♻ Renovate will retry this branch, including artifacts, only when one of the following happens: - any of the package files in this branch needs updating, or - the branch becomes conflicted, or - you click the rebase/retry checkbox if found above, or - you rename this PR's title to start with "rebase!" to trigger it manually The artifact failure details are included below: ##### File name: go.sum ``` Command failed: go get -d -t ./... go: downloading go1.22.2 (linux/amd64) go: download go1.22.2: golang.org/toolchain@v0.0.1-go1.22.2.linux-amd64: verifying module: checksum database disabled by GOSUMDB=off ```
Some checks failed
renovate/artifacts Artifact file update failure
This pull request can be merged automatically.
You are not authorized to merge this pull request.

Checkout

From your project repository, check out a new branch and test the changes.
git fetch -u origin renovate/fyne.io-fyne-v2-2.x:renovate/fyne.io-fyne-v2-2.x
git checkout renovate/fyne.io-fyne-v2-2.x

Merge

Merge the changes and update on Forgejo.
git checkout main
git merge --no-ff renovate/fyne.io-fyne-v2-2.x
git checkout main
git merge --ff-only renovate/fyne.io-fyne-v2-2.x
git checkout renovate/fyne.io-fyne-v2-2.x
git rebase main
git checkout main
git merge --no-ff renovate/fyne.io-fyne-v2-2.x
git checkout main
git merge --squash renovate/fyne.io-fyne-v2-2.x
git checkout main
git merge --ff-only renovate/fyne.io-fyne-v2-2.x
git checkout main
git merge renovate/fyne.io-fyne-v2-2.x
git push origin main
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference: deblan/wireguard-gui#7
No description provided.