Fixes
- 296: Clear diagnostic when Me or Self is used as a property type
- 304: Renaming a control moves event handler to Methods
- 309: Designer Select contextual menu does not sort controls by name
- 310: PropertyInfo.SetValue fails for writable computed properties
- 313: Built-in enum properties can default to Nothing
- 317: Build output folders collide across projects in the same solution
- 318: Duplicate project names are allowed in solutions
- 319: Compiler allows calling Array.LastIndex property as a method
- 320: IDE clips selected ListBox border inside GroupBox
- 322: Controls can ignore small explicit sizes due to themed minimums
- 328: Output console Clear leaves old scrollback visible
- 329: Module member autocomplete omits module methods
New features / improvements
- 185: Support access to offline documentation
- 231: Add Slider.Orientation and Slider.SnapToTicks
- 280: Add ability to copy path name of a recent project from the solution chooser
- 292: Highlight matching parentheses and square brackets in the code editor
- 308: Add Integer parsing helpers for Objo hex and binary strings
- 311: Improve Studio diagnostics for member declaration errors
- 312: Add MemoryBlock range copy support
- 314: Autocomplete enum values in property defaults
- 315: Add ScrollBox control for scrollable child content
- 316: Expose app bundle identifier at runtime
- 323: Allow simple arithmetic in visual designer inspector fields
- 324: Replace child control count/index APIs with Controls() snapshots
- 325: Add Control.Refresh() to force a repaint
- 327: Improve Studio quit handling during active debug sessions