fyne @ v2.5.1
integrity
- size
- 16.1 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
The Fyne team are excited to anounce the latest release, v2.5.1. Building on the success of the 2.5 branch of releases it includes the following fixes:
- Apps with translations in new languages would not be recognised (#5015)
- App ID can be ignored from metadata file with go build/run
- Typing Chinese characters in widget.Entry and perform undo/redo crashes the app (#5001)
- Assets would render Low-DPI before attaching to a canvas
- Single click in file dialog enters two directories (#5053)
- Light/Dark mode detection no longer works on Ubuntu with Fyne 2.5 (#5029)
- Scroll acceleration logic causes scrolling to "jump" suddenly on macOS (#5067)
- SetSystemTrayMenu doesn't work when run in goroutine (#5039)
- stack overflow when calling SetRowHeight in table UpdateCell callback (#5007)
- Resizing List causes visible items to refresh instead of resize (#4080)
- Child widget with Hoverable() interface keeps parent widget's Tapped() function from being called. (#3906)
- App Translation file is ignored / tries to load BR (#5015, #5040)
- Missing theme variant auto-switching (dark/light) for Windows (#4537)
- Get DoubleTapDelay from the OS if an API is available (#4448)
- Entry cursor is not visible with animations off (#4508)
- Redundant justify-content properties in CSS for centered-container class (#5045)
- Update go-text/render to avoid crashing when rendering certain bitmap fonts (#5042)
- Using container.NewThemeOverride leaks memory until window closing (#5000)
download
unix · zip
curl -fL -o v2.5.1.zip https://ratatoskr.space/pkg/fyne/v2.5.1.zip
printf '%s %s\n' 'bc641229d927309aa984f738710e2787c6852d644169f5c59606410399618653' 'v2.5.1.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.5.1.zip"
$out = "v2.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc641229d927309aa984f738710e2787c6852d644169f5c59606410399618653") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.1.tar.gz https://ratatoskr.space/pkg/fyne/v2.5.1.tar.gz
printf '%s %s\n' '3c8b2cb80797040332452547f7c0bb82c4cea03a4625fc1282624fe3112ef57c' 'v2.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.5.1.tar.gz"
$out = "v2.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3c8b2cb80797040332452547f7c0bb82c4cea03a4625fc1282624fe3112ef57c") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.5.1.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.1.zip
printf '%s %s\n' 'bc641229d927309aa984f738710e2787c6852d644169f5c59606410399618653' 'v2.5.1.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.1.zip"
$out = "v2.5.1.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "bc641229d927309aa984f738710e2787c6852d644169f5c59606410399618653") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.5.1.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.1.tar.gz
printf '%s %s\n' '3c8b2cb80797040332452547f7c0bb82c4cea03a4625fc1282624fe3112ef57c' 'v2.5.1.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.1.tar.gz"
$out = "v2.5.1.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "3c8b2cb80797040332452547f7c0bb82c4cea03a4625fc1282624fe3112ef57c") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.5.1.zip | zip | 16.1 MiB |
blake3-24 1009c59e9d10997c7dc448ef8f9e7c4dec319cc6e5a681f8
sha256 bc641229d927309aa984f738710e2787c6852d644169f5c59606410399618653
sha1 66ebf2e81477e914c777e3e4884fb7a1f221e533
|
| v2.5.1.tar.gz | tar.gz | 15.3 MiB |
blake3-24 c3f16bc82db2f3dcf7b8c1e49b93ee08c7df3a771b296e83
sha256 3c8b2cb80797040332452547f7c0bb82c4cea03a4625fc1282624fe3112ef57c
sha1 c29e6e2b18559fcc1cf73201f57a2ccaabf837b0
|
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.1.zip | zip | 16.1 MiB |
blake3-24 a2c9dce5180c8d1638668bde7f85712b0aa4f6909e6e4eaf
sha256 e87a13d20ee794b25083cbafe118f091026a5383e7638c7876372882900fa8f1
sha1 c6ddbe92f2c6e0dc0959080fd17ac5e6754a1568
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.5.1.tar.gz"],
integrity = "sha256-PIssuAeXBAMyRSVH98C7gsTOoDpGJfwSgmJP4xEu9Xw=",
strip_prefix = "fyne-v2.5.1",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.5.1.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.5.1
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.1.tar.gz"],
integrity = "sha256-PIssuAeXBAMyRSVH98C7gsTOoDpGJfwSgmJP4xEu9Xw=",
strip_prefix = "fyne-v2.5.1",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.5.1.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.5.1