fyne @ v2.1.3
integrity
- size
- 10.0 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
As we continue work on the v2.2.0 release we wanted to get a few bug fixes delivered as well, these include:
- The text on button can't be show correctly when use imported font (#2512)
- Fix issues with DocTabs scrolling (#2709)
- Fix possible crash for tapping extended Radio or Check item
- Resolve lookup of relative icons in FyneApp.toml
- Window not shown when SetFixedSize is used without Resize (#2784)
- Text and links in markdown can be rendered on top of each other (#2695)
- Incorrect cursor movement in a multiline entry with wrapping (#2698)
We'll see you again soon with some great feature additions!
download
unix · zip
curl -fL -o v2.1.3.zip https://ratatoskr.space/pkg/fyne/v2.1.3.zip
printf '%s %s\n' 'ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz https://ratatoskr.space/pkg/fyne/v2.1.3.tar.gz
printf '%s %s\n' '34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.1.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.zip
printf '%s %s\n' 'ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad' 'v2.1.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.zip"
$out = "v2.1.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.1.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.tar.gz
printf '%s %s\n' '34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525' 'v2.1.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.tar.gz"
$out = "v2.1.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.1.3.zip | zip | 10.1 MiB |
blake3-24 8a11cfaed780ab7a53316de8fdf3ac650c37497bbbd9e204
sha256 ba4968758340febe5f0da67e01c410d447681bc5938243b38a0af658b08232ad
sha1 018aca83250f462133dcd38bff5a2c956479a5f0
|
| v2.1.3.tar.gz | tar.gz | 8.8 MiB |
blake3-24 af0f1f2144b852e0df768cda3d789f0caecd3b5fabcb3563
sha256 34ee2f5c96165886b84d5abdefc3950fa0d7619939dfe895f2517fd219768525
sha1 80ae975f2c10eb98c088ed65c352af0127ed1135
|
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.1.3.zip | zip | 6.1 MiB |
blake3-24 52109efff9fc91d5b129376efb2d8c39810e527cd98e6e07
sha256 295174f2abcf34d7f9c9edf18882f9dc8c2d4b2259f80faa728888a8c1f18b55
sha1 43d58e476b47a8627514fbc0befe57d48d1a49c7
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.1.3.tar.gz"],
integrity = "sha256-NO4vXJYWWIa4TVq978OVD6DXYZk53+iV8lF/0hl2hSU=",
strip_prefix = "fyne-v2.1.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.1.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.1.3
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.tar.gz"],
integrity = "sha256-NO4vXJYWWIa4TVq978OVD6DXYZk53+iV8lF/0hl2hSU=",
strip_prefix = "fyne-v2.1.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.1.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.1.3