fyne @ v2.7.2
integrity
- size
- 10.3 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
Changed
- Added Japanese translation
Fixed
- Crash in accordion (#3966)
- Extended list does not focus correctly when tapped (#5997)
- TextGrid: Ensure we are refreshing the correct row (#6023)
- Entry doesn't lose focus when clicking on button elsewhere (#5107)
- Mouse clicks missed (#4672)
- Possible crash when form is truncated when an Entry is focused
- Alt-Tab'ing should not open MainMenu (#2998)
- Wayland: ALT key steals focus to the menubar if it exists (#5960)
- Extending the build-In theme only works fully when theme is set after app has started (#6056)
- Multi-segment RichText not right aligning correctly (#6060)
download
unix · zip
curl -fL -o v2.7.2.zip https://ratatoskr.space/pkg/fyne/v2.7.2.zip
printf '%s %s\n' '383a14e1e45825b7a6e3733b936867ebe0077132833a0672b24738bbd7733d3e' 'v2.7.2.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.7.2.zip"
$out = "v2.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "383a14e1e45825b7a6e3733b936867ebe0077132833a0672b24738bbd7733d3e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.2.tar.gz https://ratatoskr.space/pkg/fyne/v2.7.2.tar.gz
printf '%s %s\n' 'c0b8756ecdc075608fbdc3396bc36982d510745aa6483481b06d56c35ba57ace' 'v2.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.7.2.tar.gz"
$out = "v2.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0b8756ecdc075608fbdc3396bc36982d510745aa6483481b06d56c35ba57ace") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.7.2.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.2.zip
printf '%s %s\n' '383a14e1e45825b7a6e3733b936867ebe0077132833a0672b24738bbd7733d3e' 'v2.7.2.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.2.zip"
$out = "v2.7.2.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "383a14e1e45825b7a6e3733b936867ebe0077132833a0672b24738bbd7733d3e") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.7.2.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.2.tar.gz
printf '%s %s\n' 'c0b8756ecdc075608fbdc3396bc36982d510745aa6483481b06d56c35ba57ace' 'v2.7.2.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.2.tar.gz"
$out = "v2.7.2.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "c0b8756ecdc075608fbdc3396bc36982d510745aa6483481b06d56c35ba57ace") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.7.2.zip | zip | 10.4 MiB |
blake3-24 5a6ecf2d76c2016b725a379088bfdb5612c7b96855c7bc34
sha256 383a14e1e45825b7a6e3733b936867ebe0077132833a0672b24738bbd7733d3e
sha1 602f105821133a546c89e5fe64e7a564ea2d7509
|
| v2.7.2.tar.gz | tar.gz | 9.6 MiB |
blake3-24 95e147f2aff2501354d117eb904778e26214a05ddab39cb7
sha256 c0b8756ecdc075608fbdc3396bc36982d510745aa6483481b06d56c35ba57ace
sha1 14a9ce8e15c618e7767f702cff7d8da41239a22f
|
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.2.zip | zip | 10.5 MiB |
blake3-24 0e989c1683f9845e2f1f4b7cf9eaa85c8c9ad5def33b0af8
sha256 a43f911f10cb7d4675f7ed52da6fb7da1eaa327f2577afaca20151d32ed5b6df
sha1 e2c2aa7f2108f3bf730858ec63a77ee868f36558
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.7.2.tar.gz"],
integrity = "sha256-wLh1bs3AdWCPvcM5a8NpgtUQdFqmSDSBsG1Ww1ules4=",
strip_prefix = "fyne-v2.7.2",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.7.2.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.7.2
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.2.tar.gz"],
integrity = "sha256-wLh1bs3AdWCPvcM5a8NpgtUQdFqmSDSBsG1Ww1ules4=",
strip_prefix = "fyne-v2.7.2",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.7.2.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.7.2