fyne @ v2.4.3
integrity
- size
- 15.8 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne/v2
release notes
We have been working on fixes and optimisations in the Fyne project and are happy to list the following as resolved for v2.4.3.
Fixed
- Fix OpenGL init for arm64 desktop devices
- System tray icon on Mac is showing the app ID (#4416)
- Failure with fyne release -os android/arm (#4174)
- Android GoBack with forcefully close the app even if the keyboard is up (#4257)
- *BSD systems using the wrong (and slow) window resize
- Optimisations to reduce memory allocations in List, GridWrap, driver and mime type handling
- Reduce calls to C and repeated size checks in painter and driver code
As always we hope this helps you make better software, faster - let us know if you have any feedback.
download
unix · zip
curl -fL -o v2.4.3.zip https://ratatoskr.space/pkg/fyne/v2.4.3.zip
printf '%s %s\n' 'db79cbdeb84dc754ba7dbe57e5221b915e28421e0b45ef7478ec811100d31e25' 'v2.4.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v2.4.3.zip"
$out = "v2.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db79cbdeb84dc754ba7dbe57e5221b915e28421e0b45ef7478ec811100d31e25") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.3.tar.gz https://ratatoskr.space/pkg/fyne/v2.4.3.tar.gz
printf '%s %s\n' 'b42ec1ed47e34b9ed4be2165d17411190bc4b558f81aa8e3ff665affb7e65b6f' 'v2.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v2.4.3.tar.gz"
$out = "v2.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b42ec1ed47e34b9ed4be2165d17411190bc4b558f81aa8e3ff665affb7e65b6f") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v2.4.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.3.zip
printf '%s %s\n' 'db79cbdeb84dc754ba7dbe57e5221b915e28421e0b45ef7478ec811100d31e25' 'v2.4.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.3.zip"
$out = "v2.4.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "db79cbdeb84dc754ba7dbe57e5221b915e28421e0b45ef7478ec811100d31e25") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v2.4.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.3.tar.gz
printf '%s %s\n' 'b42ec1ed47e34b9ed4be2165d17411190bc4b558f81aa8e3ff665affb7e65b6f' 'v2.4.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.3.tar.gz"
$out = "v2.4.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "b42ec1ed47e34b9ed4be2165d17411190bc4b558f81aa8e3ff665affb7e65b6f") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v2.4.3.zip | zip | 15.8 MiB |
blake3-24 b2954d810c82c4fe843c7bc7b9154bc84ac236ae636787ff
sha256 db79cbdeb84dc754ba7dbe57e5221b915e28421e0b45ef7478ec811100d31e25
sha1 b129f4d7531683efa540b3e33f8a487f26d20586
|
| v2.4.3.tar.gz | tar.gz | 15.0 MiB |
blake3-24 ede44898778ba48371b0ff17ff33ef53a803010e4821abed
sha256 b42ec1ed47e34b9ed4be2165d17411190bc4b558f81aa8e3ff665affb7e65b6f
sha1 01d534c4f4ac5b5d790388a6d7a6e7b651004f41
|
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.4.3.zip | zip | 15.8 MiB |
blake3-24 60b843981237cffc8f20d0dab84253fba386e790de76c013
sha256 1307dfe4620bc335a201876aa6c6b1acbb435ab75eb75afb5450fd5a1335b128
sha1 626859fdade0568ab3ea484d0cf5975dd274e09d
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v2.4.3.tar.gz"],
integrity = "sha256-tC7B7UfjS57UviFl0XQRGQvEtVj4Gqjj/2Za/7fmW28=",
strip_prefix = "fyne-v2.4.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v2.4.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne/v2@v2.4.3
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.3.tar.gz"],
integrity = "sha256-tC7B7UfjS57UviFl0XQRGQvEtVj4Gqjj/2Za/7fmW28=",
strip_prefix = "fyne-v2.4.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2.4.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v2@v2.4.3