What's Changed
New Features
- Added configurable
SELECT *expansion into explicit column lists, with support for aliases, joins, CTEs, table variables, temporary tables, andSELECT INTOstatements by @Blake-goofy in [#132](#132) - Added the Toggle Block Comment command for wrapping or unwrapping SQL block comments by @alex-bochkov in [#107](#107)
- Added proper Microsoft Entra authentication support by @alex-bochkov in [#106](#106)
Improvements and Fixes
- Improved Statistics Summary capture reliability and added a two-result comparison view with CSV, Markdown, and JSON export options by @Blake-goofy in [#110](#110)
- Fixed query tab coloring, improved connection detection, added readable foreground colors, and enabled immediate color refresh after settings changes by @Blake-goofy in [#130](#130)
- Added connection monitoring to keep the query status-bar color synchronized with the active connection by @Blake-goofy
- Refactored the Snippet Manager interface for improved usability by @Blake-goofy in [#131](#131)
- Preserved the current editor indentation when inserting multiline snippets by @roman-antonov-84 in [#121](#121)
- Restored theme support in the Settings window by @Blake-goofy in [#98](#98)
- Improved dark-theme readability in the About window and Health Dashboard
- Revamped the About window with clearer project, contribution, support, and licensing information by @alex-bochkov in [#120](#120)
Removed Features
- Removed Copy Query for Web Paste because equivalent functionality is now available through SSMS preview features by @alex-bochkov in [#133](#133)
- Removed Schema Compare because it has been superseded by the SSMS DevOps functionality
Full Changelog: 4.11...4.12