fyne @ v2.4.1
integrity
- size
- 15.8 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
It's a long list of improvements to this point release, spread across the entire toolkit:
- Left key on tree now collapses open branch
- Avoid memory leak in Android driver code
- Entry Field on Android in Landscape Mode Shows "0" (#4036)
- DocTabs Indicator remains visible after last tab is removed (#4220)
- Some SVG resources don't update appearance correctly with the theme (#3900)
- Fix mobile simulation builds on OpenBSD
- Fix alignment of menu button on mobile
- Fix Compilation with Android NDK r26
- Clicking table headers causes high CPU consumption (#4264)
- Frequent clicking on table may cause the program to not respond (#4210)
- Application stops responding when scrolling a table (#4263)
- Possible crash parsing malformed JSON color (#4270)
- NewFolderOpen: incomplete filenames (#2165)
- Resolve issue where storage.List could crash with short URI (#4271)
- Application crash when fast clicking the folders inside the file dialog (#4260)
- TextTruncateEllipsis abnormally truncates strings with multi-byte UTF-8 characters (#4283)
- Last character doesn't appear in Select when there is a special character (#4293)
- Resolve random crash in DocTab (#3909)
- Selecting items from a list caused the keyboard to popup on Android (#4236)
Thanks everyone for your help, enjoy this new release.
download
unix · zip
curl -fL -o v2.4.1.zip https://ratatoskr.space/pkg/fyne/v2.4.1.zip
printf '%s %s\n' '5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8' 'v2.4.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.4.1.zip"
$out = "v2.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.1.tar.gz https://ratatoskr.space/pkg/fyne/v2.4.1.tar.gz
printf '%s %s\n' 'db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257' 'v2.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.4.1.tar.gz"
$out = "v2.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.zip
printf '%s %s\n' '5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8' 'v2.4.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.zip"
$out = "v2.4.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.tar.gz
printf '%s %s\n' 'db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257' 'v2.4.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.tar.gz"
$out = "v2.4.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.4.1.zip | zip | 15.8 MiB |
blake3-24 2ade7324693b210cdd4104bff3ecd4dc34dea65adc21354d
sha256 5170cba5cc0e718be3cb4c133224e7394710302b3f5dfe82dc6b4c9e12872be8
sha1 875e70026f9fb74adf1dcb72a3321adbd4a40b3a
|
| v2.4.1.tar.gz | tar.gz | 15.0 MiB |
blake3-24 87a269d282314b526ba56d9421a21c6787ab2b1e899b4978
sha256 db9cc135bb46952007dd135e60d6e2299f363b2986aaa8f2c0f0fab23f431257
sha1 6a533d64c440551f65885bc1b8f03c02edee6b8f
|
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.4.1.zip | zip | 15.8 MiB |
blake3-24 458aca4ddaae03f3b6ca589b7a50808c102ea7d7768086fb
sha256 fa7cbe349f356e35e61fbb93996a6691da73eaad208db0e90a45b50fe36fcea3
sha1 fcffa545fb7b76410dfe18efe18bd82d1ee8074f
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.4.1.tar.gz"],
integrity = "sha256-25zBNbtGlSAH3RNeYNbiKZ82OymGqqjywPD6sj9DElc=",
strip_prefix = "fyne-v2.4.1",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.4.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.4.1
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.tar.gz"],
integrity = "sha256-25zBNbtGlSAH3RNeYNbiKZ82OymGqqjywPD6sj9DElc=",
strip_prefix = "fyne-v2.4.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.4.1