fyne @ v1.4.3
integrity
- size
- 9.5 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne
release notes
We hope that everyone had a good holiday and enjoyed the festivities. Now that 2021 is here we are hard back at work, here is the latest bugfix release with a load of tasty fixes for you :).
Fixed
- Fix crash when showing file open dialog on iPadOS
- Fix possible missing icon on initial show of disabled button
- Capturing a canvas on macOS retina display would not capture full resolution
- Fix the release build flag for mobile
- Fix possible race conditions for canvas capture
- Fix tree, so it refreshes visible nodes on Refresh()
- TabContainer Panic when removing selected tab (#1668)
- Incorrect clipping behaviour with nested scroll containers (#1682)
- MacOS Notifications are not shown on subsequent app runs (#1699)
- Fix the behavior when dragging the divider of split container (#1618)
We are hard at work for the 2.0 release now which should be with you in 3 weeks.
download
unix · zip
curl -fL -o v1.4.3.zip https://ratatoskr.space/pkg/fyne/v1.4.3.zip
printf '%s %s\n' '794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892' 'v1.4.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v1.4.3.zip"
$out = "v1.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.3.tar.gz https://ratatoskr.space/pkg/fyne/v1.4.3.tar.gz
printf '%s %s\n' 'ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb' 'v1.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v1.4.3.tar.gz"
$out = "v1.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.4.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.zip
printf '%s %s\n' '794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892' 'v1.4.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.zip"
$out = "v1.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.4.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.tar.gz
printf '%s %s\n' 'ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb' 'v1.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.tar.gz"
$out = "v1.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.4.3.zip | zip | 9.6 MiB |
blake3-24 37fd0e950d5586c134f24a4b369d43f56ce30c63be1f7d7f
sha256 794956d6a04af431687e13f8d130eb2de01ba5ed590b4f3ca4b9970d48956892
sha1 dc6c5028ef3061d1c1e81ae6668d0fda14c32cf2
|
| v1.4.3.tar.gz | tar.gz | 8.5 MiB |
blake3-24 d1fdda5d39b03ac19ae42c67899cc622df86f7dfe498bfd9
sha256 ef8aacb2e1aefd9c0f655c838212ccf7db7a2afa9bad9c4604f21e083d200efb
sha1 9752e1658ff90e8272feee93c21dde270c88035c
|
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 |
|---|---|---|---|
| v1.4.3.zip | zip | 5.9 MiB |
blake3-24 1ef56605c34566ab8609f30653b94e6943b514a98cc72939
sha256 0433bc71b81057121280940dddd35c097af5250cdb8a967c65a04b725c9f3fb5
sha1 d920a7e5c00c5ed48a209a36211c86834d95b1e4
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v1.4.3.tar.gz"],
integrity = "sha256-74qssuGu/ZwPZVyDghLM99t6KvqbrZxGBPIeCD0gDvs=",
strip_prefix = "fyne-v1.4.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v1.4.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne@v1.4.3
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.tar.gz"],
integrity = "sha256-74qssuGu/ZwPZVyDghLM99t6KvqbrZxGBPIeCD0gDvs=",
strip_prefix = "fyne-v1.4.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.4.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne@v1.4.3