返回发布说明
v0.5.6同步自 GitHub release-notes

Release v0.5.6

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 -

在 GitHub 查看源文件

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) and picomatch (v2.3.1 → v2.3.2).