Skip to content

Releases: TableProApp/TablePro

MongoDB Driver v1.0.12

19 Apr 16:37
3629ab1

Choose a tag to compare

MongoDB 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: 2eca796f92cb035bf8ac08f3039b47933fea0b145a25a02a310a1969d8f9ef3f
  • x86_64: 05d70a43e3c9bfc32396562c04300a567b6f860e9fa6281ec8bba8f08960e8b0

etcd Driver v1.0.9

19 Apr 16:43
3629ab1

Choose a tag to compare

etcd 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: b3bbec404a51d43c65ecfb015630ed3360c62c5f716018d2ddc02b73e03da63b
  • x86_64: f0258a80418b5d9cdacf4ec51b1e1db57de446286164796a95bc0f18cc52753d

DynamoDB Driver v1.0.5

19 Apr 16:40
3629ab1

Choose a tag to compare

DynamoDB Driver v1.0.5

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: 0712066f970ec87d4f0cc3cbc6782cebc56dd819fb2722ae75c3124f169efb36
  • x86_64: 167cdd38fad40bb16da3c8ee85c0c0463a131fd89619a1066fbca3938231a661

DuckDB Driver v1.0.13

19 Apr 16:39
3629ab1

Choose a tag to compare

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

19 Apr 16:37
3629ab1

Choose a tag to compare

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

19 Apr 16:33
3629ab1

Choose a tag to compare

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

19 Apr 16:34
3629ab1

Choose a tag to compare

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

19 Apr 16:33
3629ab1

Choose a tag to compare

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

17 Apr 00:51
4ce47d3

Choose a tag to compare

Changed

  • Revert in-app tab bar refactor to restore native macOS window tabs (stability)

v0.32.0

16 Apr 16:08
4e54f7b

Choose a tag to compare

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