v0.1.4
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
TableDataViewno longer cancels in-flightTask.sleepcalls. Opening a table, switching tables, or typing in the search bar was hitting the same macOS 26swift_task_deallocabort as the SQL editor autosave bug in v0.1.3.
Install
curl -fsSL https://openrowdb.ryanprayoga.dev/install.sh | bashIncluded 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