Releases: TableProApp/TablePro
DuckDB Driver v1.0.13
DuckDB Driver v1.0.13
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
c2622493575248c01631fce1fc933c61296841410ce9cc885e55c90665780be1 - x86_64:
0ec7cd81f314ad7dc0ade9952f0613a03eff7b1dbb7642bcf21b35db18bdea0e
Cloudflare D1 Driver v1.0.10
Cloudflare D1 Driver v1.0.10
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
b1b1a3767a0db46a6b8302f1dba2dd1dcf5f90daedc5af762188653fe26355dd - x86_64:
ab8ae926ca59991dd79b518f1c1b5949e6c0ec528287adfa2dda1f37110e9b4a
ClickHouse Driver v1.0.12
ClickHouse Driver v1.0.12
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
7bab14e25c550df325d03ad38d3f56085dba2e95a822b9fe562e40b7227680e4 - x86_64:
746d9adb1229b833b8d831f92c127fd87653075a6463f893fc4d4116051bdb2c
Cassandra Driver v1.0.7
Cassandra Driver v1.0.7
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
fcc450471a4fb200f1ef9ccd26e2d265ad6f88fcd3e61565bcb16d8a241c40d9 - x86_64:
6070777eeaa04aa7b19a816aa8f6b26609273b0b94046b8eec7a1bdb64be109a
BigQuery Driver v1.0.4
BigQuery Driver v1.0.4
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
b350436bc135948db3fcc41e73f7fb6097f09b64cc6d9f911541b0c22026aa90 - x86_64:
123e98ba62b92ef4605bc873ab7e24f809089dd5a28b1c7e83232ebedb619548
v0.32.1
Changed
- Revert in-app tab bar refactor to restore native macOS window tabs (stability)
v0.32.0
Added
- In-app tab bar with instant switching, drag reorder, pinned tabs, and dirty indicators
- Reopen closed tab (Cmd+Shift+T), MRU tab selection on close
- Deeplinks and Handoff route to in-app tabs instead of creating duplicate windows
Changed
- Replace native macOS window tabs with in-app tab bar (600ms+ → instant)
- Tab content preserved across switches (no view destruction/recreation)
- Connection state persisted incrementally (survives force quit)
Fixed
- Raw SQL injection via external URL scheme deeplinks — now requires user confirmation
- MySQL prepared statements silently truncating columns larger than 64KB
- MSSQL error messages misattributed when multiple connections open simultaneously
- BigQuery filter injection via unescaped column names and unvalidated operators
- App quitting without warning when tabs have unsaved edits
- Connection list corruption risk from non-atomic UserDefaults writes
- Stale user-installed plugins silently rejected with no UI feedback
- SSL mode picker showing misleading "Required" instead of "Required (skip verify)"
- Plugin load blocking main thread on first connection after launch
Changed
- OpenSSL updated to 3.4.3 (CVE-2025-9230, CVE-2025-9231)
- SHA-256 checksum verification added to FreeTDS, Cassandra, and DuckDB build scripts
- Memory pressure monitoring now reactive via DispatchSource
v0.31.5
Fixed
- Fix AI chat hanging the app during streaming, schema fetch, and conversation loading (#735)
- SSH Agent auth: fall back to key file from
~/.ssh/configor default paths when agent has no loaded identities (#729) - Wire AI Explain (⌘L), Optimize (⌘⌥L), and Toggle Sidebar (⌘0) shortcuts to menu bar commands
- Keyboard shortcuts follow macOS HIG — remap Quick Switcher to ⌘⇧O, Format Query to ⌘⇧L, fix stale tooltip hints
- SSH-tunneled connections failing to reconnect after idle/sleep — health monitor now rebuilds the tunnel, OS-level TCP keepalive detects dead NAT mappings, and wake-from-sleep triggers immediate validation (#736)
- Composite primary key tables: editing or deleting a row affects all rows sharing the first PK value instead of just the target row
- Structure view saves bypass safe mode on read-only connections
Cloudflare D1 Driver v1.0.9
Cloudflare D1 Driver v1.0.9
Plugin release for TablePro.
Installation
TablePro will prompt you to install this plugin automatically when you select the database type. You can also install manually via Settings > Plugins > Browse.
SHA-256
- ARM64:
155b644a5578c64c1fa00b3a2273e3593b63cb080fa982d7538ef64c1f3932b9 - x86_64:
b9da47b6ca76eb84f7b91b6652a45601f48694f38497495ddd3b636abc9e3906
v0.31.4
Added
- iOS: database brand icons instead of SF Symbols (#733)
Fixed
- Native tab bar "+" button always creates "Query 1" instead of incrementing (#727)
- Sidebar gap inconsistent when switching tabs (#728)
- SSH Agent auth failing when SSH_AUTH_SOCK not in process env (#729)
- iOS: SSH private key import file not working during test connection (#730)
- iOS: SQLite file picker not updating after file selection (#732)
- Default shortcut mismatch with toast in toggle inspector (#726)