fyne v2.1.2 Release Notes

Release Date: 2021-12-06 // over 2 years ago
  • ๐Ÿ›  Fixed

    • Scrolling list bound to data programmatically causes nil pointer dereference (#2549)
    • Rich text from markdown can get newlines wrong (#2589)
    • ๐Ÿ›  Fix crash on 32bit operating systems (#2603)
    • ๐ŸŽ Compile failure on MacOS 10.12 Sierra (#2478)
    • Don't focus widgets on mobile where keyboard should not display (#2598)
    • storage.List doesn't return complete URI on Android for "content:" scheme (#2619)
    • ๐Ÿ“œ Last word of the line and first word of the next line are joined in markdown parse (#2647)
    • ๐Ÿ‘Œ Support for building cmd/fyne on Windows arm64
    • ๐Ÿ›  Fixed FreeBSD requiring installed glfw library dependency (#1928)
    • Apple M1: error when using mouse drag to resize window (#2188)
    • Struct binding panics in reload with slice field (#2607)
    • File Dialog favourites can break for certain locations (#2595)
    • Define user friendly names for Android Apps (#2653)
    • โšก๏ธ Entry validator not updating if content is changed via data binding after SetContent (#2639)
    • ๐Ÿ›  CenterOnScreen not working for FixedSize Window (#2550)
    • Panic in boundStringListItem.Get() (#2643)
    • Can't set an app/window icon to be an svg. (#1196)
    • SetFullScreen(false) can give error (#2588)