Skip to content

Bug fixes to 1.4 release, including macOS release process

Compare
Choose a tag to compare
@andydotxyz andydotxyz released this 09 Dec 23:06
· 4981 commits to master since this release

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