You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- SQL autocomplete suggests columns before FROM using cached schema
22
+
- MCP query safety: server-side confirmation for write and destructive queries
22
23
23
24
### Changed
24
25
25
-
- Native macOS UI patterns: Picker(.menu) for cell editors, native alerts, native List selection, .navigationTitle for sheets, NSSearchField for welcome search, borderless toolbar buttons, chevron indicator on SET picker
26
+
- Native macOS UI: menu pickers, native alerts, native List selection, NSSearchField, borderless toolbar buttons
26
27
- Quit dialog defaults to Cancel on Return key
27
28
- Connection form delete button moved to far left
28
-
- SSH/SSL browse panels show descriptive message text
29
29
30
30
### Fixed
31
31
32
32
- Connection form overflow with SSH jump hosts and TOTP fields
33
-
- Missing confirmation dialog on group deletion
33
+
- Missing confirmation on group deletion
34
34
- Plugin principalClass resolved off main thread
35
35
- Crash when scrolling AI Chat during streaming on macOS 15.x
36
-
- Connection failure on PostgreSQL-compatible databases (e.g., Aurora DSQL) that don't support`SET statement_timeout`
37
-
- Schema-qualified table names (e.g. `public.users`) now correctly resolve in autocomplete
36
+
- Connection failure on PostgreSQL-compatible databases without`SET statement_timeout`
37
+
- Schema-qualified table names resolve correctly in autocomplete
38
38
- Alert dialogs use sheet attachment instead of bare modal
39
-
- Terminal copy uses responder chain instead of synthetic NSEvent
40
-
- Unlocalized metadata strings in query history panel
41
39
42
40
## [0.34.0] - 2026-04-22
43
41
@@ -1447,7 +1445,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
0 commit comments