Skip to content

Releases: StephanWBC/sql-explorer

SQL Explorer 1.0.118

15 Apr 22:09

Choose a tag to compare

SQL Explorer 1.0.118

Native macOS SQL Server management app built with Swift + SwiftUI.

What changed

feat(results): spreadsheet-like selection and smarter copy

Make the results grid behave like a proper spreadsheet so Cmd+C always
works on whatever the user has selected — rows, columns, cells, or any
mix.

Selection

  • Drag to box-select cells (auto-scrolls at edges)
  • Click column header to select entire column; Shift/Cmd to extend/toggle
  • Click row number already selected row — now Cmd-click toggles rows too
  • Cmd-click cells to toggle them in/out of selection (non-contiguous)
  • Shift+click / Shift+arrow extend from a proper anchor (was using
    Set.first, which is non-deterministic)
  • Arrow keys move a visible cursor cell; Shift+arrow extends the range
  • Cmd+A selects all; click the "#" header cell also selects all
  • Visual-to-data column mapping now respects column reordering (previous
    tableColumn - 1 math silently corrupted the selection after a reorder)

Copy

  • Cmd+C copies any selection shape as TSV; gaps render as empty cells
  • Cmd+Shift+C prepends headers scoped to the selection (columns-only
    selection gets only those column headers; row-only gets all, etc.)
  • Table grabs first responder on load, so Cmd+C fires without a prior
    click
  • Copy as CSV now honors the current selection if there is one

UX

  • Subtle keybind hint in the status bar
  • Context menu gains a Select submenu (Row / Column / All) and shows the
    Cmd+C / Cmd+Shift+C shortcuts next to Copy Selection entries
  • Column-header resize handles are preserved (header mousedown only
    selects when the click isn't on a column edge)

Release notes

  • Include the commit message in the GitHub release body so future
    releases show the actual change summary alongside auto-generated notes

Co-Authored-By: Claude Opus 4.6 (1M context) noreply@anthropic.com

Download

  • macOS: SQLExplorer-1.0.118-mac.dmg

Requirements

  • macOS 14.0 (Sonoma) or later
  • FreeTDS: brew install freetds

Full Changelog: v1.0.117...v1.0.118

SQL Explorer 1.0.117

15 Apr 21:04

Choose a tag to compare

SQL Explorer 1.0.117

Native macOS SQL Server management app built with Swift + SwiftUI.

Download

  • macOS: SQLExplorer-1.0.117-mac.dmg

Requirements

  • macOS 14.0 (Sonoma) or later
  • FreeTDS: brew install freetds

Full Changelog: v1.0.116...v1.0.117

SQL Explorer 1.0.116

14 Apr 06:56

Choose a tag to compare

SQL Explorer 1.0.116

Native macOS SQL Server management app built with Swift + SwiftUI.

Download

  • macOS: SQLExplorer-1.0.116-mac.dmg

Requirements

  • macOS 14.0 (Sonoma) or later
  • FreeTDS: brew install freetds

Full Changelog: v1.0.115...v1.0.116

SQL Explorer 1.0.115

13 Apr 21:42

Choose a tag to compare

SQL Explorer 1.0.115

Native macOS SQL Server management app built with Swift + SwiftUI.

Download

  • macOS: SQLExplorer-1.0.115-mac.dmg

Requirements

  • macOS 14.0 (Sonoma) or later
  • FreeTDS: brew install freetds

Full Changelog: v1.0.114...v1.0.115

SQL Explorer 1.0.114

13 Apr 21:22

Choose a tag to compare

SQL Explorer 1.0.114

Native macOS SQL Server management app built with Swift + SwiftUI.

Download

  • macOS: SQLExplorer-1.0.114-mac.dmg

Requirements

  • macOS 14.0 (Sonoma) or later
  • FreeTDS: brew install freetds

Full Changelog: v1.0.113...v1.0.114

SQL Explorer 1.0.113

13 Apr 21:19

Choose a tag to compare

SQL Explorer 1.0.113

Native macOS SQL Server management app built with Swift + SwiftUI.

Download

  • macOS: SQLExplorer-1.0.113-mac.dmg

Requirements

  • macOS 14.0 (Sonoma) or later
  • FreeTDS: brew install freetds

Full Changelog: v1.0.112...v1.0.113

SQL Explorer 1.0.112

13 Apr 21:15

Choose a tag to compare

SQL Explorer 1.0.112

Native macOS SQL Server management app built with Swift + SwiftUI.

Download

  • macOS: SQLExplorer-1.0.112-mac.dmg

Requirements

  • macOS 14.0 (Sonoma) or later
  • FreeTDS: brew install freetds

Full Changelog: https://github.com/StephanWBC/sql-explorer/commits/v1.0.112