fyne v1.2.3 Release Notes

Release Date: 2020-03-02 // about 4 years ago
  • ๐Ÿš€ The 1.2.3 release adds to previous 1.2 releases with some new features and a focus on improving
    ๐Ÿ‘Œ support for older and low powered Android devices.
    ๐Ÿš€ This improves support for preparing mobile app releases using the builtin tools.

    โž• Added

    • โž• Add media and volume icons to default themes (#649)
    • โž• Add Canvas.PixelCoordinateForPosition to find pixel locations if required
    • โž• Add ProgressInfinite dialog

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Warn if -executable or -sourceDir flags are used for package on mobile (#652)
    • โšก๏ธ Update scale based on device for mobile apps
    • ๐Ÿ Windows without a title will now be named "Fyne Application"
    • โช Revert fix to quit mobile apps - this is not allowed in guidelines

    ๐Ÿ›  Fixed

    • App.UniqueID() did not return current app ID
    • ๐Ÿ— Fyne package ignored -name flag for ios and android builds (#657)
    • Possible crash when appending tabs to TabContainer
    • ๐Ÿ›  FixedSize windows not rescaling when dragged between monitors (#654)
    • ๐Ÿ›  Fix issues where older Android devices may not background or rotate (#677)
    • Crash when setting theme before window content set (#688)
    • Correct form extend behaviour (#694)
    • Select drop-down width is wrong if the drop-down is too tall for the window (#706)