From f634507b97bef258a00c25e64f0506599655aadd Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 15 Jun 2024 15:43:57 +0200 Subject: [PATCH] Update module fyne.io/fyne/v2 to v2.4.5 (#2) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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
fyne-io/fyne (fyne.io/fyne/v2) ### [`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 ([#​2120](https://github.com/fyne-io/fyne/issues/2120)) - layout.formLayout do not handle canvas.Text well in second column ([#​4665](https://github.com/fyne-io/fyne/issues/4665)) - Fix building with ios17.4 ([#​4741](https://github.com/fyne-io/fyne/issues/4741)) - Support template icon for system tray menu icons - Fix recognition of missing XDG user directories ([#​4650](https://github.com/fyne-io/fyne/issues/4650)) - FileDialog.SetOnClosed not always working ([#​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 ([#​4730](https://github.com/fyne-io/fyne/issues/4730)) - Controlling a negative slider with the left arrow key blocks after 8 steps ([#​4736](https://github.com/fyne-io/fyne/issues/4736)) - cmd/fyne: command "get" is broken with Go 1.22 ([#​4684](https://github.com/fyne-io/fyne/issues/4684)) - Race condition during system tray menu refresh ([#​4697](https://github.com/fyne-io/fyne/issues/4697)) - Fyne release on Linux does not set Metadata().Release to true ([#​4711](https://github.com/fyne-io/fyne/issues/4711)) - RichText leaks memory when replacing segments ([#​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.
--- ### 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](https://github.com/renovatebot/renovate). Reviewed-on: https://git.cantorgymnasium.de/gcg/photomator/pulls/2 Co-authored-by: Renovate Bot Co-committed-by: Renovate Bot --- go.mod | 6 +++--- go.sum | 2 ++ 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/go.mod b/go.mod index a1f11c6..5c1436e 100644 --- a/go.mod +++ b/go.mod @@ -3,7 +3,7 @@ module git.cantorgymnasium.de/gcg/photomator go 1.21.7 require ( - fyne.io/fyne/v2 v2.4.4 + fyne.io/fyne/v2 v2.4.5 github.com/disintegration/imaging v1.6.2 github.com/pixiv/go-libwebp v0.1.1 github.com/rwcarlsen/goexif v0.0.0-20190401172101-9e8deecbddbd @@ -19,8 +19,8 @@ require ( github.com/fyne-io/glfw-js v0.0.0-20220120001248-ee7290d23504 // indirect github.com/fyne-io/image v0.0.0-20220602074514-4956b0afb3d2 // indirect github.com/go-gl/gl v0.0.0-20211210172815-726fda9656d6 // indirect - github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b // indirect - github.com/go-text/render v0.0.0-20230619120952-35bccb6164b8 // indirect + github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240306074159-ea2d69986ecb // indirect + github.com/go-text/render v0.1.0 // indirect github.com/go-text/typesetting v0.1.0 // indirect github.com/godbus/dbus/v5 v5.1.0 // indirect github.com/gopherjs/gopherjs v1.17.2 // indirect diff --git a/go.sum b/go.sum index c69a295..e0bb40e 100644 --- a/go.sum +++ b/go.sum @@ -109,6 +109,8 @@ github.com/go-gl/glfw/v3.3/glfw v0.0.0-20200222043503-6f7a984d4dc4/go.mod h1:tQ2 github.com/go-gl/glfw/v3.3/glfw v0.0.0-20211213063430-748e38ca8aec/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b h1:GgabKamyOYguHqHjSkDACcgoPIz3w0Dis/zJ1wyHHHU= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20221017161538-93cebf72946b/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= +github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240306074159-ea2d69986ecb h1:S9I8pIVT5JHKDvmI1vQ0qs5fqxzUfhcZm/YbUC/8k1k= +github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240306074159-ea2d69986ecb/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a h1:vxnBhFDDT+xzxf1jTJKMKZw3H0swfWk9RpWbBbDK5+0= github.com/go-gl/glfw/v3.3/glfw v0.0.0-20240506104042-037f3cc74f2a/go.mod h1:tQ2UAYgL5IevRw8kRxooKSPJfGvJ9fJQFa0TUsXzTg8= github.com/go-text/render v0.0.0-20230619120952-35bccb6164b8 h1:VkKnvzbvHqgEfm351rfr8Uclu5fnwq8HP2ximUzJsBM=