fyne @ v2.0.3
integrity
- size
- 9.4 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
This latest release of the 2.0.x branch brings a host of new fixes from reported issues. We also worked to optimise rendering performance of TextGrid and supported compiling on the newly released FreeBSD 13.
Fixes include
- Optimisations for TextGrid rendering
- Data binding with widget.List sometimes crash while scrolling (#2125)
- Fix compilation on FreeBSD 13
- DataLists should notify only once when change.
- Keyboard will appear on Android in disabled Entry Widget (#2139)
- Save dialog with filename for Android
- form widget can't draw hinttext of appended item. (#2028)
- Don't create empty shortcuts (#2148)
- Install directory for windows install command contains ".exe"
- Fix compilation for Linux Wayland apps
- Fix tab button layout on mobile (#2117)
- Options popup does not move if a SelectEntry widget moves with popup open
- Speed improvements to Select and SelectEntry drop down
- theme/fonts has an apache LICENSE file but it should have SIL OFL (#2193)
- Fix build requirements for target macOS platforms (#2154)
- ScrollEvent.Position and ScrollEvent.AbsolutePosition is 0,0 (#2199)
We hope this improves your Fyne experience, please get in touch if you have any questions or feedback.
download
unix · zip
curl -fL -o v2.0.3.zip https://ratatoskr.space/pkg/fyne/v2.0.3.zip
printf '%s %s\n' 'c0ded1579869400752cbc8cd4c37a0b84ec33f70017a749f7a916053bc96d8c0' 'v2.0.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.0.3.zip"
$out = "v2.0.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0ded1579869400752cbc8cd4c37a0b84ec33f70017a749f7a916053bc96d8c0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.3.tar.gz https://ratatoskr.space/pkg/fyne/v2.0.3.tar.gz
printf '%s %s\n' '52acfb86a58c8badb559114ac0a575ec3701206fb03107c40b8d234520025569' 'v2.0.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.0.3.tar.gz"
$out = "v2.0.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "52acfb86a58c8badb559114ac0a575ec3701206fb03107c40b8d234520025569") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.0.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.0.3.zip
printf '%s %s\n' 'c0ded1579869400752cbc8cd4c37a0b84ec33f70017a749f7a916053bc96d8c0' 'v2.0.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.0.3.zip"
$out = "v2.0.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0ded1579869400752cbc8cd4c37a0b84ec33f70017a749f7a916053bc96d8c0") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.0.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.0.3.tar.gz
printf '%s %s\n' '52acfb86a58c8badb559114ac0a575ec3701206fb03107c40b8d234520025569' 'v2.0.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.0.3.tar.gz"
$out = "v2.0.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "52acfb86a58c8badb559114ac0a575ec3701206fb03107c40b8d234520025569") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.3.zip | zip | 9.5 MiB |
blake3-24 fc080795581f93bfa24e17805687d48632ff76fca919a988
sha256 c0ded1579869400752cbc8cd4c37a0b84ec33f70017a749f7a916053bc96d8c0
sha1 46efe9b0f9e0c8fd677b093cde821c840fd5bcc9
|
| v2.0.3.tar.gz | tar.gz | 8.4 MiB |
blake3-24 0cd4d1b09baebd779e638260fc37d78a01c8a857bb70abae
sha256 52acfb86a58c8badb559114ac0a575ec3701206fb03107c40b8d234520025569
sha1 ca274e853af2a6c028bacc1d89fcc3c0cb19d891
|
go module archive
module zip with the module path rewritten to this mirror; fetched by go get through the
GOPROXY route
| artifact | format | size | hashes |
|---|---|---|---|
| v2.0.3.zip | zip | 5.8 MiB |
blake3-24 8df86a368ef1b1cb79d8bf82677cb57f8bf5773c91b8928e
sha256 3e8313233f28de71c63ff6f06958d6d166ca37b52d40a5de4b1106267603c5b6
sha1 98095ef0be61fe49b2eb5925764998ddc4004a18
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.0.3.tar.gz"],
integrity = "sha256-Uqz7hqWMi621WRFKwKV17DcBIG+wMQfEC40jRSACVWk=",
strip_prefix = "fyne-v2.0.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.0.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.0.3
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.0.3.tar.gz"],
integrity = "sha256-Uqz7hqWMi621WRFKwKV17DcBIG+wMQfEC40jRSACVWk=",
strip_prefix = "fyne-v2.0.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.0.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.0.3