fyne @ v2.5.2
integrity
- size
- 16.1 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
Latest release gets lots of fixes into everyones hands and fixes a compilation break in the go-text/typesetting dependency.
Fixed
- Sometimes fyne fails to setup dark mode on Windows (#4758)
- Memory leak in fontMetrics cache on desktop driver (#4010)
- Fix possible crash with badly formatted json translation
- Tree widget doesn't display higher elements until a user selects one (#5095, #4346)
- Update to the latest breaking API changes in go-text
- Fix wrapping / truncation of multi-font text runs (#4998)
- Test window title is not always set (#5116)
- Deadlock in Button CreateRenderer() (#5114)
- Fix possible crash in theme watching for windows
- Fix issue with Movies folder on darwin file dialog
- widget.Entry: validate when pasting from clipboard (#5058, #5028)
- Reduce contention in some widget locks
- Add Swedish translation
- Improvements to documentation
- Improved temp check for windows/msys
- Fix split in a theme override container
download
unix · zip
curl -fL -o v2.5.2.zip https://ratatoskr.space/pkg/fyne/v2.5.2.zip
printf '%s %s\n' '5150483a2ada4be3804d11483b93fde04a93c45f2c2ad81f04d72983944a2c65' 'v2.5.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.5.2.zip"
$out = "v2.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5150483a2ada4be3804d11483b93fde04a93c45f2c2ad81f04d72983944a2c65") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.2.tar.gz https://ratatoskr.space/pkg/fyne/v2.5.2.tar.gz
printf '%s %s\n' '80cc2b28aeb75da415ee932c5b5965eb79adba187864c10768dfe317b6374556' 'v2.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.5.2.tar.gz"
$out = "v2.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "80cc2b28aeb75da415ee932c5b5965eb79adba187864c10768dfe317b6374556") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.2.zip
printf '%s %s\n' '5150483a2ada4be3804d11483b93fde04a93c45f2c2ad81f04d72983944a2c65' 'v2.5.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.2.zip"
$out = "v2.5.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "5150483a2ada4be3804d11483b93fde04a93c45f2c2ad81f04d72983944a2c65") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.2.tar.gz
printf '%s %s\n' '80cc2b28aeb75da415ee932c5b5965eb79adba187864c10768dfe317b6374556' 'v2.5.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.2.tar.gz"
$out = "v2.5.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "80cc2b28aeb75da415ee932c5b5965eb79adba187864c10768dfe317b6374556") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.2.zip | zip | 16.1 MiB |
blake3-24 7453746790596e0e93e63948f93184add52ad63256e81f25
sha256 5150483a2ada4be3804d11483b93fde04a93c45f2c2ad81f04d72983944a2c65
sha1 bd38fb95e7a8b37b14160e1d1a4945ec2ebf59aa
|
| v2.5.2.tar.gz | tar.gz | 15.3 MiB |
blake3-24 04abc4fdf123dad98a238d89533b229f0fe69dd8d7f46556
sha256 80cc2b28aeb75da415ee932c5b5965eb79adba187864c10768dfe317b6374556
sha1 27494259c14e9362cb3082a2ac11bb841e3a112f
|
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.5.2.zip | zip | 16.1 MiB |
blake3-24 a074e3c3977338b2a3e3e39b5cc2a02a71d3804d1e857fa0
sha256 8a7d4d2dac9e3d51d400501f4705588c382fba960c3449b156c2e503e1d73fa3
sha1 2fd08c2e629f8f46b4b4607aa22a243d43f1688f
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.5.2.tar.gz"],
integrity = "sha256-gMwrKK63XaQV7pMsW1ll63mtuhh4ZMEHaN/jF7Y3RVY=",
strip_prefix = "fyne-v2.5.2",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.5.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.5.2
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.2.tar.gz"],
integrity = "sha256-gMwrKK63XaQV7pMsW1ll63mtuhh4ZMEHaN/jF7Y3RVY=",
strip_prefix = "fyne-v2.5.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.5.2