The following list of fixes are included:
- Fix issue where table could select cells beyond data bound
- Some fast taps could be ignored (#2484)
- iOS app stops re-drawing mid-frame after a while (#950)
- Mobile simulation mode did not work on Apple M1 computers
- TextGrid background color can show gaps in render (#2493)
- Fix alignment of files in list view of file dialog
- Crash setting visible window on macOS to fixed size (#2488)
- fyne bundle ignores -name flag in windows (#2395)
- Lines with nil colour would crash renderer
- Android -nm tool not found with NDK 23 (#2498)
- Runtime panic because out of touchID (#2407)
- Long text in Select boxes overflows out of the box (#2522)
- Calling SetText on Label may not refresh correctly
- Menu can be triggered by # key but not always Alt
- Cursor position updates twice with delay (#2525)
- widgets freeze after being in background and then a crash upon pop-up menu (#2536)
- too many Refresh() calls may now cause visual artifacts in the List widget (#2548)
- Entry.SetText may panic if called on a multiline entry with selected text (#2482)
- TextGrid not always drawing correctly when resized (#2501)