v0.1.3
OpenrowDB 0.1.3 fixes another macOS 26 crash that could happen right after connecting, especially when a SQL editor tab restores or you type in the query pane.
Fixed
- Crash in workspace tab autosave — debounced tab persistence no longer cancels in-flight
Task.sleepcalls. Rapid tab switches or SQL edits (every keystroke schedules a save) were triggeringswift_task_deallocaborts. Older pending saves now quietly skip instead of being cancelled mid-sleep.
Install
curl -fsSL https://openrowdb.ryanprayoga.dev/install.sh | bashPrevious fixes still included
- v0.1.2 — Postgres connect/test uses a direct connection (no connection pool timers)
- v0.1.1 —
curl | bashinstall script stderr fix