What's Changed
- Back-merge v2.1.0 from main into develop by @tig in #5269
- Fixes #5127. Anchor button delimiters to edges; fix highlight continuity by @YourRobotOverlord in #5279
- Fixes #5270, #5273, #5281. Fix MarkdownView selection overlay bugs by @YourRobotOverlord in #5282
- Fixes #5272. Ctrl+Click on link in Markdown no longer shows context menu by @YourRobotOverlord in #5283
- Fixes #5284. Right-clicking a link in MarkdownView adds Copy Link to context menu by @YourRobotOverlord in #5285
- Fixes #5143. ColorBar mouse events use MouseBindings with grab/ungrab by @YourRobotOverlord in #5289
- Add hui to showcase by @YourRobotOverlord in #5290
- Handle TypeLoadException in config property scans by @duskfold in #5293
- Fixes #3975. Add specs/constitution.md to consolidate tenets and engineering philosophy by @Copilot in #5297
- Fixes #3849. Docs: clarify when to use
-ingvs-edevents (Accepting vs Accepted, etc.) by @Copilot in #5298 - Add end-to-end scrolling performance suite and CI performance gate by @Copilot in #5295
- Fixes #5275. Clear stale TextView OSC 8 hyperlinks by @harder in #5276
- Fixes #836. Improve discoverability of CommandNotBound bubbling pattern for mouse events by @Copilot in #5302
- Fixes #580. Mark Terminal.Gui.TextView as [Obsolete] in favor of gui-cs/Editor by @Copilot in #5306
- Fixes #5291: add ImageView support with Sixel rendering and optimize re-rendering by @mrazza in #5292
- Fixes #5308. Add editor-oriented Command enum values (Find, Replace, InsertTab, Unindent, FindNext, FindPrevious) by @Copilot in #5309
- Refactor AppTestHelper to use RunAsync by @Copilot in #5267
- Fixes #5316. Fix FileDialog End key in path field by @YourRobotOverlord in #5317
- Add code-token VisualRoles, Code view, theme palettes, and Markdown highlighting fixes by @Copilot in #5313
- Fixes #5310. Add ConfigurationManager / Scheme / Theme benchmark baseline by @Copilot in #5312
- feat: add Command.InsertCaretAbove / .InsertCaretBelow (#5318) by @tig in #5319
- Release v2.2.0-rc.1 by @tig in #5324
New Contributors
Full Changelog: v2.1.0...v2.2.0-rc.1