fyne @ v1.3.3
integrity
- size
- 8.5 MiB
- downloaded
- last checked
- overlays
- go
- detected
- go module fyne.io/fyne
release notes
Version 1.3.3 brings many bug fixes and some minor enhancements to the file picker dialog. Thanks for all the feedback, enjoy this update :)
Added
- Use icons for file dialog favourites (#1186)
- Add ScrollContainer ScrollToBottom and ScrollToTop
Changed
- Make file filter case sensitive (#1185)
Fixed
- Allow popups to create dialogs (#1176)
- Use default cursor for dragging scrollbars (#1172)
- Correctly parse SVG files with missing X/Y for rect
- Fix visibility of Entry placeholder when text is set (#1193)
- Fix encoding issue with Windows notifications (#1191)
- Fix issue where content expanding on Windows could freeze (#1189)
- Fix errors on Windows when reloading Fyne settings (#1165)
- Dialogs not updating theme correctly (#1201)
- Update the extended progressbar on refresh (#1219)
- Segfault if font fails (#1200)
- Slider rendering incorrectly when window maximized (#1223)
- Changing form label not refreshed (#1231)
- Files and folders starting "." show no name (#1235)
download
unix · zip
curl -fL -o v1.3.3.zip https://ratatoskr.space/pkg/fyne/v1.3.3.zip
printf '%s %s\n' '179baf290bb984b7ce5eb757883a952f8fc11759c0e6e9d8fdf9d23c50d47678' 'v1.3.3.zip' | sha256sum -c -
windows · zip
$url = "https://ratatoskr.space/pkg/fyne/v1.3.3.zip"
$out = "v1.3.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "179baf290bb984b7ce5eb757883a952f8fc11759c0e6e9d8fdf9d23c50d47678") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.3.tar.gz https://ratatoskr.space/pkg/fyne/v1.3.3.tar.gz
printf '%s %s\n' '50e81b239021ec6f584ad93f1810212dcf714e715879c0b4ced23bcbf5a73c11' 'v1.3.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "https://ratatoskr.space/pkg/fyne/v1.3.3.tar.gz"
$out = "v1.3.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50e81b239021ec6f584ad93f1810212dcf714e715879c0b4ced23bcbf5a73c11") { throw "sha256 mismatch" }
download via yggdrasil mesh
unix · zip
curl -fL -o v1.3.3.zip http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.3.zip
printf '%s %s\n' '179baf290bb984b7ce5eb757883a952f8fc11759c0e6e9d8fdf9d23c50d47678' 'v1.3.3.zip' | sha256sum -c -
windows · zip
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.3.zip"
$out = "v1.3.3.zip"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "179baf290bb984b7ce5eb757883a952f8fc11759c0e6e9d8fdf9d23c50d47678") { throw "sha256 mismatch" }
unix · tar.gz
curl -fL -o v1.3.3.tar.gz http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.3.tar.gz
printf '%s %s\n' '50e81b239021ec6f584ad93f1810212dcf714e715879c0b4ced23bcbf5a73c11' 'v1.3.3.tar.gz' | sha256sum -c -
windows · tar.gz
$url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.3.tar.gz"
$out = "v1.3.3.tar.gz"
Invoke-WebRequest -Uri $url -OutFile $out
if ((Get-FileHash $out -Algorithm SHA256).Hash.ToLowerInvariant() -ne "50e81b239021ec6f584ad93f1810212dcf714e715879c0b4ced23bcbf5a73c11") { throw "sha256 mismatch" }
| artifact | format | size | hashes |
|---|---|---|---|
| v1.3.3.zip | zip | 8.5 MiB |
blake3-24 d9844cbbf4de0f7b4f2c88b2d96b3cc3e07f80d56a7d72c7
sha256 179baf290bb984b7ce5eb757883a952f8fc11759c0e6e9d8fdf9d23c50d47678
sha1 3c55605d564fab41d1d9994c2ec899331fa496da
|
| v1.3.3.tar.gz | tar.gz | 7.6 MiB |
blake3-24 505d9a173328937f6876bd633fea1f592716390423be255f
sha256 50e81b239021ec6f584ad93f1810212dcf714e715879c0b4ced23bcbf5a73c11
sha1 6d5eaab8cd2d5f253c3442b36849d03ce9e3b8af
|
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.3.3.zip | zip | 5.1 MiB |
blake3-24 7082e84b94de9bbe5bb6cce415299af24e6bd6553d5e4f25
sha256 ece4f074b8a2cf9a60ed01a859a11af2a49bd0055ca558983cee975d7e9abcfe
sha1 70211669cd82294699c2dcd1b65638b691912827
|
install
bazel
http_archive(
name = "fyne",
urls = ["https://ratatoskr.space/pkg/fyne/v1.3.3.tar.gz"],
integrity = "sha256-UOgbI5Ah7G9YStk/GBAhLc9xTnFYecC0ztI7y/WnPBE=",
strip_prefix = "fyne-v1.3.3",
)
zig
.url = "https://ratatoskr.space/pkg/fyne/v1.3.3.tar.gz",
go
GOPROXY=https://ratatoskr.space GOSUMDB=off go get ratatoskr.space/pkg/fyne@v1.3.3
install via yggdrasil mesh
bazel
http_archive(
name = "fyne",
urls = ["http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.3.tar.gz"],
integrity = "sha256-UOgbI5Ah7G9YStk/GBAhLc9xTnFYecC0ztI7y/WnPBE=",
strip_prefix = "fyne-v1.3.3",
)
zig
.url = "http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne/v1.3.3.tar.gz",
go
GOPROXY=http://14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg GOSUMDB=off GOINSECURE=14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/* go get 14cc7d57b5e70f679b851fe5b272ce17c70632ff4beb5b35ab64bc706b2485af.pk.ygg/pkg/fyne@v1.3.3