fyne v2.0.2 Release Notes

Release Date: 2021-04-01 // about 3 years ago
  • ๐Ÿ”„ Changed

    • Text can now be copied from a disable Entry using keyboard shortcuts

    ๐Ÿ›  Fixed

    • Slider offset position could be incorrect for mobile apps
    • Correct error in example code
    • When graphics init fails then don't try to continue running (#1593)
    • ๐Ÿ‘ Don't show global settings on mobile in fyne_demo as it's not supported (#2062)
    • Empty selection would render small rectangle in Entry
    • Do not show validation state for disabled Entry
    • ๐Ÿ‘ dialog.ShowFileSave did not support mobile (#2076)
    • ๐Ÿ›  Fix issue that storage could not write to files on iOS and Android
    • mobile app could crash in some focus calls
    • Duplicate symbol error when compiling for Android with NDK 23 (#2064)
    • โž• Add internet permission by default for Android apps (#1715)
    • ๐Ÿ‘ Child and Parent support in storage were missing for mobile appps
    • Various crashes with Entry and multiline selections (including #1989)
    • Slider calls OnChanged for each value between steps (#1748)
    • ๐Ÿšš fyne command doesn't remove temporary binary from src (#1910)
    • โšก๏ธ Advanced Color picker on mobile keeps updating values forever after sliding (#2075)
    • exec.Command and widget.Button combination not working (#1857)
    • ๐ŸŽ After clicking a link on macOS, click everywhere in the app will be linked (#2112)
    • Text selection - Shift+Tab bug (#1787)