fyne v1.4.2 Release Notes

Release Date: 2020-12-09 // over 3 years ago
  • ๐Ÿ›  In this bugfix release we delivered a number of improvements to the fyne command that give more
    ๐Ÿš€ control when building releases and completes the code signing of macOS apps for the App Store as well!

    ๐Ÿ›  A number of other fixes including improvements to Entry validation and Android keyboards are included as well.

    โž• Added

    • ๐Ÿ— [fyne-cli] Add support for passing custom build tags (#1538)

    ๐Ÿ”„ Changed

    • โš™ Run validation on content change instead of on each Refresh in widget.Entry

    ๐Ÿ›  Fixed

    • [fyne-cli] Android: allow to specify an inline password for the keystore
    • ๐Ÿ›  Fixed Card widget MinSize (#1581)
    • ๐Ÿ›  Fix missing release tag to enable BuildRelease in Settings.BuildType()
    • Dialog shadow does not resize after Refresh (#1370)
    • Android Duplicate Number Entry (#1256)
    • ๐Ÿ‘Œ Support older macOS by default - back to 10.11 (#886)
    • ๐Ÿš€ Complete certification of macOS App Store releases (#1443)
    • ๐Ÿ›  Fix compilation errors for early stage Wayland testing
    • ๐Ÿ›  Fix entry.SetValidationError() not working correctly