Fixes
- 517: Resolve SQLite native package advisory in Studio builds
- 520: Studio does not expose method Override and Object.ToString override handling is inconsistent
- 521: MemoryBlock global indexing fails through fused opcode
- 522: Support compound assignment for all assignment targets
- 523: Fix ListBox crash when resizing star-width columns
- 528: Implicit stringification bypasses overridden ToString
- 529: Switching between Designer and Code stops after moving a window tab
- 530: Stale watchpoint can corrupt VM stack during debug run
- 531: Compiler accepts bare class names as instance values
- 532: Improve diagnostic for bare type or module names used as values
- 535: Studio crashes after switching Code/Designer with TabPanel on window
- 536: Windows designer controls can become unselectable after drop
- 537: Prevent Studio main window from resizing below usable toolbar size
- 538: JSONItem escapes ordinary Unicode characters when writing JSON
- 539: Qualified As New fails for namespaced classes
- 540: TextBox selection background is too dark for black selected text
- 541: Windows SQL Server apps crash when published with trimming
New features / improvements
- 83: Add a styled text control
- 369: Add a HTMLViewer control
- 444: Allow ListBox columns to set displayed text alignment
- 524: Preselect current build target for new projects
- 525: Ad-hoc sign macOS Build output for local testing
- 527: Improve diagnostic when indexing Nothing
- 533: Add Array.AppendAll for appending another array
- 534: Add String.ToCodePoints