fyne @ v2.7.4
integrity
- size
- 10.3 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
Fixed
- SIGSEGV in glfwPollEvents after SetMainMenu rebuild with separator items (macOS) (#6264)
- Rasters created from NewRasterFromImage unexpectedly stretches the image (#6242)
- Infinite Progress Bar widget will not automatically start until a Refresh() or Start() is called (#6221)
- TextGrid: MinSize do not work when line number is visible (#6218)
- InnerWindow drags past MultiWindows border (#6210)
- Layout issue with fyne.TextWordWrap (#6181)
- Hangul (Korean) text renders as U+FFFD (�) on Windows in v2.7 (#6146)
- Android: storage.List(uri) call results in crash when permission has expired (#6117)
- Fix strange wrapping which results in one char per line
- Unexpected fyne.Do errors on android (#5664)
- Local function is not call on the main Fyne runtime on mobile (#5868)
- Fix Wide Character's width calculation in TextGrid
- Various system tray fixes
- Speed improvement in rendering scrolled text
- Support OpenURL in mobile simulator
- When using local metadata for go run also check Icon.png
Thanks to all the contributors who helped us with this work - please do report any issues you find on GitHub,
download
unix · zip
curl -fL -o v2.7.4.zip https://ratatoskr.space/pkg/fyne/v2.7.4.zip
printf '%s %s\n' 'e07c08bda59bb287a04196be2b9e42d7780ba0421336688df3ea0d8ced0e1b2c' 'v2.7.4.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.7.4.zip"
$out = "v2.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e07c08bda59bb287a04196be2b9e42d7780ba0421336688df3ea0d8ced0e1b2c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.4.tar.gz https://ratatoskr.space/pkg/fyne/v2.7.4.tar.gz
printf '%s %s\n' '275c007d7f8af39c6cd8d208efc84cae89e949cd927009c70593abdb1e2d6624' 'v2.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.7.4.tar.gz"
$out = "v2.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "275c007d7f8af39c6cd8d208efc84cae89e949cd927009c70593abdb1e2d6624") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.4.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.4.zip
printf '%s %s\n' 'e07c08bda59bb287a04196be2b9e42d7780ba0421336688df3ea0d8ced0e1b2c' 'v2.7.4.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.4.zip"
$out = "v2.7.4.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "e07c08bda59bb287a04196be2b9e42d7780ba0421336688df3ea0d8ced0e1b2c") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.4.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.4.tar.gz
printf '%s %s\n' '275c007d7f8af39c6cd8d208efc84cae89e949cd927009c70593abdb1e2d6624' 'v2.7.4.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.4.tar.gz"
$out = "v2.7.4.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "275c007d7f8af39c6cd8d208efc84cae89e949cd927009c70593abdb1e2d6624") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.4.zip | zip | 10.4 MiB |
blake3-24 4b10c43f03f9dbe3fc0d360f09de208fdf7bc434958aa4ae
sha256 e07c08bda59bb287a04196be2b9e42d7780ba0421336688df3ea0d8ced0e1b2c
sha1 5c64e19365386632a13dd27e2a2e0e35f152355c
|
| v2.7.4.tar.gz | tar.gz | 9.7 MiB |
blake3-24 802f402b698427df42ca83cef338d96a02b4b3a486428bdd
sha256 275c007d7f8af39c6cd8d208efc84cae89e949cd927009c70593abdb1e2d6624
sha1 f13cc46fa15516177c2d1963af11450c74eaf51b
|
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.7.4.zip | zip | 10.5 MiB |
blake3-24 48bfac85e683c56d941f527404fe2bb40a423d7ed87713a5
sha256 74678577acc9dfa23825f120a5e519ee8d3dd2ab10a3c6300e475bc7e1a84213
sha1 ef0aea58668383419ddd7083274315d0844eab0b
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.7.4.tar.gz"],
integrity = "sha256-J1wAfX+K85xs2NII78hMronpSc2ScAnHBZOr2x4tZiQ=",
strip_prefix = "fyne-v2.7.4",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.7.4.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.7.4
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.4.tar.gz"],
integrity = "sha256-J1wAfX+K85xs2NII78hMronpSc2ScAnHBZOr2x4tZiQ=",
strip_prefix = "fyne-v2.7.4",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.4.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.7.4