What's Changed
Features
- Added automatic column width adjustment (autofit) to the SQL console result table, improving readability of query results without manual resizing.
Fixes
- Fixed horizontal scrolling (
scroll-x) issue in the result table’s<thead>, ensuring headers remain aligned with data columns during scrolling. - Resolved a packaging error in the macOS build workflow that was preventing correct asset preparation for updates.
Improvements
- Enhanced visual consistency by updating section background styling in the result table component.
- Improved column width calculation logic for more accurate and responsive table layout.
Internal
- Updated indirect dependencies:
yaml(v2.8.2 → v2.8.3) andpicomatch(v2.3.1 → v2.3.2).