Skip to content

v0.1.4

Choose a tag to compare

@ryan-prayoga ryan-prayoga released this 17 Jun 01:33
· 5 commits to main since this release

OpenrowDB 0.1.4 fixes the crash when opening or browsing a table (viewing row data).

Fixed

  • Table data view crash — search and column-filter debouncing in TableDataView no longer cancels in-flight Task.sleep calls. Opening a table, switching tables, or typing in the search bar was hitting the same macOS 26 swift_task_dealloc abort as the SQL editor autosave bug in v0.1.3.

Install

curl -fsSL https://openrowdb.ryanprayoga.dev/install.sh | bash

Included from earlier releases

  • v0.1.3 — SQL tab autosave debounce
  • v0.1.2 — Postgres direct connection (no pool)
  • v0.1.1 — install script pipe fix