fix(deps): update module fyne.io/fyne/v2 to v2.8.0 #6

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

This PR contains the following updates:

Package Change Age Confidence
fyne.io/fyne/v2 v2.7.4v2.8.0 age confidence

Release Notes

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

v2.8.0: is our biggest release since v2.0.0!

Compare Source

Our v2.8.0 release is huge! Lots of new canvas objects, Scheduled Notifications, Linux Wayland testing of Accessibility.
Also enhanced Form and RichText capabilities, more hardware acceleration and more APIs than we can count.

Added

  • New canvas objects: ArbitraryPolygon, BezierCurve, Blur, Ellipse & Shader (and NewShaderAnimation)
  • Hardware accelerated shadow support for various canvas elements
  • Add scheduled notifications API
  • Adding Required support to FormItem and Validation to Form
  • New RichText types and Markdown support to load tables, checkboxes & strikethrough
  • Adding accessibility support (currently off by default, use -tags accessibility to test)
  • New support for working with secondary monitors (for fullscreen additional content)
  • Add new Cache API for temporary resources, and new CacheResourceFromURLString helper
  • Add more requests to desktop Window - Always on Top and Position
  • Support for multi-touch drag reporting in mobile driver
  • Added APIs for window stacking of internal windows
  • Support for underline and strikethrough text
  • Add HighlightItem API to collection widgets
  • Secondary cut/copy/paste shortcuts for Unix systems
  • New sizes and colors in theme to support features
  • Added new diagonal resize cursors for desktop

Changed

  • Fyne now requires Go 1.22 as a minimum version, as a result we no longer support windows 7 or 8 and macOS 10.14 or earlier.
  • Wayland is now supported by default and will automatically be picked at runtime
  • Circle canvas object is now always a circle filling centrally in the space
  • Popups (modal and regular) no longer include padding by default
  • Canvas Polygon renamed to RegularPolygon
  • Follow macOS system setting for scroll bar visibility
  • Handle nested lists and quotes in Markdown renderer
  • AppTabs on mobile render with smaller icons and text, in-keeping with the platform
  • Upgrades to RichText rendering and performance including clearer code blocks
  • Apps that have not migrated to the fyne.Do thread handling will warn on app launch

Fixed

  • Increase thread warnings for 2.8 release prep (#​6255)
  • Open tree branches when scrolling
  • Fix the Android status bar theming (#​1442)
  • Android: Fix canListContentURI (#​6119)
  • Fix strange wrapping which results in one char per line (#​4303)
  • Android: Allow listContentURI to list content of a subfolder
  • Fix issue with window placement and fullscreen for macOS 26
  • Markdown: Support nested block quotes (#​6311, #​6297)
  • Clarify the size / resize and position of popups. (#​6290)
  • show a static ellipsis on Activity when animations are disabled (#​5252)
  • Mobile: Don't let horizontally draggable block vertical dragging (#​6158)
  • Reset label selection on text change (#​6277)
  • lang: avoid resolving unrelated languages by script similarity (#​6176)
  • fix animation progress when duration changes mid-run (#​5970
  • Prevent multiline Entry long lines from rendering as black boxes (#​678)
  • And over 150 other fixes and performance improvements!

New Contributors

Full Changelog: https://github.com/fyne-io/fyne/compare/v2.7.4...v2.8.0


Configuration

📅 Schedule: (UTC)

  • 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 Mend Renovate.

This PR contains the following updates: | Package | Change | [Age](https://docs.renovatebot.com/merge-confidence/) | [Confidence](https://docs.renovatebot.com/merge-confidence/) | |---|---|---|---| | [fyne.io/fyne/v2](https://github.com/fyne-io/fyne) | `v2.7.4` → `v2.8.0` | ![age](https://developer.mend.io/api/mc/badges/age/go/fyne.io%2ffyne%2fv2/v2.8.0?slim=true) | ![confidence](https://developer.mend.io/api/mc/badges/confidence/go/fyne.io%2ffyne%2fv2/v2.7.4/v2.8.0?slim=true) | --- ### Release Notes <details> <summary>fyne-io/fyne (fyne.io/fyne/v2)</summary> ### [`v2.8.0`](https://github.com/fyne-io/fyne/releases/tag/v2.8.0): is our biggest release since v2.0.0! [Compare Source](https://github.com/fyne-io/fyne/compare/v2.7.4...v2.8.0) Our v2.8.0 release is huge! Lots of new canvas objects, Scheduled Notifications, Linux Wayland testing of Accessibility. Also enhanced Form and RichText capabilities, more hardware acceleration and more APIs than we can count. #### Added - New canvas objects: ArbitraryPolygon, BezierCurve, Blur, Ellipse & Shader (and NewShaderAnimation) - Hardware accelerated shadow support for various canvas elements - Add scheduled notifications API - Adding Required support to FormItem and Validation to Form - New RichText types and Markdown support to load tables, checkboxes & strikethrough - Adding accessibility support (currently off by default, use -tags accessibility to test) - New support for working with secondary monitors (for fullscreen additional content) - Add new Cache API for temporary resources, and new CacheResourceFromURLString helper - Add more requests to desktop Window - Always on Top and Position - Support for multi-touch drag reporting in mobile driver - Added APIs for window stacking of internal windows - Support for underline and strikethrough text - Add HighlightItem API to collection widgets - Secondary cut/copy/paste shortcuts for Unix systems - New sizes and colors in theme to support features - Added new diagonal resize cursors for desktop #### Changed - Fyne now requires Go 1.22 as a minimum version, as a result we no longer support windows 7 or 8 and macOS 10.14 or earlier. - Wayland is now supported by default and will automatically be picked at runtime - Circle canvas object is now always a circle filling centrally in the space - Popups (modal and regular) no longer include padding by default - Canvas Polygon renamed to RegularPolygon - Follow macOS system setting for scroll bar visibility - Handle nested lists and quotes in Markdown renderer - AppTabs on mobile render with smaller icons and text, in-keeping with the platform - Upgrades to RichText rendering and performance including clearer code blocks - Apps that have not migrated to the fyne.Do thread handling will warn on app launch #### Fixed - Increase thread warnings for 2.8 release prep ([#&#8203;6255](https://github.com/fyne-io/fyne/issues/6255)) - Open tree branches when scrolling - Fix the Android status bar theming ([#&#8203;1442](https://github.com/fyne-io/fyne/issues/1442)) - Android: Fix canListContentURI ([#&#8203;6119](https://github.com/fyne-io/fyne/issues/6119)) - Fix strange wrapping which results in one char per line ([#&#8203;4303](https://github.com/fyne-io/fyne/issues/4303)) - Android: Allow listContentURI to list content of a subfolder - Fix issue with window placement and fullscreen for macOS 26 - Markdown: Support nested block quotes ([#&#8203;6311](https://github.com/fyne-io/fyne/issues/6311), [#&#8203;6297](https://github.com/fyne-io/fyne/issues/6297)) - Clarify the size / resize and position of popups. ([#&#8203;6290](https://github.com/fyne-io/fyne/issues/6290)) - show a static ellipsis on Activity when animations are disabled ([#&#8203;5252](https://github.com/fyne-io/fyne/issues/5252)) - Mobile: Don't let horizontally draggable block vertical dragging ([#&#8203;6158](https://github.com/fyne-io/fyne/issues/6158)) - Reset label selection on text change ([#&#8203;6277](https://github.com/fyne-io/fyne/issues/6277)) - lang: avoid resolving unrelated languages by script similarity ([#&#8203;6176](https://github.com/fyne-io/fyne/issues/6176)) - fix animation progress when duration changes mid-run ([#&#8203;5970](https://github.com/fyne-io/fyne/issues/5970) - Prevent multiline Entry long lines from rendering as black boxes ([#&#8203;678](https://github.com/fyne-io/fyne/issues/678)) - And over 150 other fixes and performance improvements! #### New Contributors - [@&#8203;coolapso](https://github.com/coolapso) made their first contribution in [#&#8203;5961](https://github.com/fyne-io/fyne/pull/5961) - [@&#8203;marco-m](https://github.com/marco-m) made their first contribution in [#&#8203;6074](https://github.com/fyne-io/fyne/pull/6074) - [@&#8203;turtletowerz](https://github.com/turtletowerz) made their first contribution in [#&#8203;6064](https://github.com/fyne-io/fyne/pull/6064) - [@&#8203;benoitkugler](https://github.com/benoitkugler) made their first contribution in [#&#8203;6098](https://github.com/fyne-io/fyne/pull/6098) - [@&#8203;MaxGyver83](https://github.com/MaxGyver83) made their first contribution in [#&#8203;6115](https://github.com/fyne-io/fyne/pull/6115) - [@&#8203;typenoob](https://github.com/typenoob) made their first contribution in [#&#8203;6155](https://github.com/fyne-io/fyne/pull/6155) - [@&#8203;Scottcjn](https://github.com/Scottcjn) made their first contribution in [#&#8203;6267](https://github.com/fyne-io/fyne/pull/6267) - [@&#8203;Vinayak9769](https://github.com/Vinayak9769) made their first contribution in [#&#8203;6299](https://github.com/fyne-io/fyne/pull/6299) - [@&#8203;aynakeya](https://github.com/aynakeya) made their first contribution in [#&#8203;6309](https://github.com/fyne-io/fyne/pull/6309) - [@&#8203;partyzanex](https://github.com/partyzanex) made their first contribution in [#&#8203;6305](https://github.com/fyne-io/fyne/pull/6305) - [@&#8203;drunlade](https://github.com/drunlade) made their first contribution in [#&#8203;6320](https://github.com/fyne-io/fyne/pull/6320) - [@&#8203;GraysonTinker](https://github.com/GraysonTinker) made their first contribution in [#&#8203;6332](https://github.com/fyne-io/fyne/pull/6332) - [@&#8203;laszukdawid](https://github.com/laszukdawid) made their first contribution in [#&#8203;6335](https://github.com/fyne-io/fyne/pull/6335) - [@&#8203;bilkoua](https://github.com/bilkoua) made their first contribution in [#&#8203;6279](https://github.com/fyne-io/fyne/pull/6279) - [@&#8203;mohsenm4](https://github.com/mohsenm4) made their first contribution in [#&#8203;6317](https://github.com/fyne-io/fyne/pull/6317) - [@&#8203;AJ0070](https://github.com/AJ0070) made their first contribution in [#&#8203;6363](https://github.com/fyne-io/fyne/pull/6363) **Full Changelog**: <https://github.com/fyne-io/fyne/compare/v2.7.4...v2.8.0> </details> --- ### Configuration 📅 **Schedule**: (UTC) - 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 [Mend Renovate](https://github.com/renovatebot/renovate). <!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4yNjMuNSIsInVwZGF0ZWRJblZlciI6IjQzLjI2My41IiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->
renovate added 1 commit 2026-07-15 01:35:48 +00:00
fix(deps): update module fyne.io/fyne/v2 to v2.8.0
renovate/stability-days Updates have met minimum release age requirement
Lint Golang Files / Golang-Lint (pull_request) Failing after 1h8m40s
045840ab6b
Author
Collaborator

ℹ️ 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):

  • 8 additional dependencies were updated

Details:

Package Change
fyne.io/systray v1.12.1 -> v1.12.2
github.com/BurntSushi/toml v1.5.0 -> v1.6.0
github.com/fyne-io/gl-js v0.2.0 -> v0.2.1-0.20260315212741-029c47fd27e8
github.com/fyne-io/glfw-js v0.3.0 -> v0.4.0
github.com/go-gl/gl v0.0.0-20231021071112-07e5d0ea2e71 -> v0.0.0-20260331235117-4566fea9a276
github.com/godbus/dbus/v5 v5.1.0 -> v5.2.2
github.com/mattn/go-runewidth v0.0.17 -> v0.0.24
github.com/yuin/goldmark v1.7.8 -> v1.8.2
### ℹ️ 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): - 8 additional dependencies were updated Details: | **Package** | **Change** | | :------------------------------ | :--------------------------------------------------------------------------- | | `fyne.io/systray` | `v1.12.1` -> `v1.12.2` | | `github.com/BurntSushi/toml` | `v1.5.0` -> `v1.6.0` | | `github.com/fyne-io/gl-js` | `v0.2.0` -> `v0.2.1-0.20260315212741-029c47fd27e8` | | `github.com/fyne-io/glfw-js` | `v0.3.0` -> `v0.4.0` | | `github.com/go-gl/gl` | `v0.0.0-20231021071112-07e5d0ea2e71` -> `v0.0.0-20260331235117-4566fea9a276` | | `github.com/godbus/dbus/v5` | `v5.1.0` -> `v5.2.2` | | `github.com/mattn/go-runewidth` | `v0.0.17` -> `v0.0.24` | | `github.com/yuin/goldmark` | `v1.7.8` -> `v1.8.2` |
Some checks are pending
renovate/stability-days Updates have met minimum release age requirement
Lint Golang Files / Golang-Lint (pull_request) Failing after 1h8m40s
This pull request can be merged automatically.
You are not authorized to merge this pull request.
View command line instructions

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
Sign in to join this conversation.