fyne v1.3.2 Release Notes

Release Date: 2020-07-11 // almost 4 years ago
  • ๐Ÿš€ Release v1.3.2 provides much smoother resize and refresh of windows and scroll containers.
    ๐Ÿ›  There are also various other bug fixes and improvements including the following highlights:

    โž• Added

    • ๐Ÿง Linux packaged apps now include a Makefile to aid install

    ๐Ÿ”„ Changed

    • ๐Ÿ“ฆ Fyne package supports specific architectures for Android
    • Reset missing textures on refresh
    • ๐Ÿ”Š Custom confirm callbacks now called on implicitly shown dialogs
    • โšก๏ธ SelectEntry can update drop-down list during OnChanged callback
    • TextGrid whitespace color now matches theme changes
    • ๐Ÿ›  Order of Window Resize(), SetFixedSize() and CenterOnScreen() does no matter before Show()
    • Containers now refresh their visuals as well as their Children on Refresh()

    ๐Ÿ›  Fixed

    • Capped StrokeWidth on canvas.Line (#831)
    • Canvas lines, rectangles and circles do not resize and refresh correctly
    • ๐ŸŽ Black flickering on resize on MacOS and OS X (possibly not on Catalina) (#1122)
    • ๐ŸŽ Crash when resizing window under macOS (#1051, #1140)
    • ๐Ÿ›  Set SetFixedSize to true, the menus are overlapped (#1105)
    • Ctrl+v into text input field crashes app. Presumably clipboard is empty (#1123, #1132)
    • 0๏ธโƒฃ Slider default value doesn't stay inside range (#1128)
    • The position of window is changed when status change from show to hide, then to show (#1116)
    • ๐Ÿ Creating a windows inside onClose handler causes Fyne to panic (#1106)
    • Backspace in entry after SetText("") can crash (#1096)
    • Empty main menu causes panic (#1073)
    • ๐Ÿง Installing using fyne install on Linux now works on distrubutions that don't use /usr/local
    • ๐Ÿ›  Fix recommendations from staticcheck
    • Unable to overwrite file when using dialog.ShowFileSave (#1168)