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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-1Lines changed: 15 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -9,6 +9,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
9
9
10
10
### Added
11
11
12
+
- Option to group all connection tabs in one window instead of separate windows per connection
13
+
14
+
## [0.27.1] - 2026-04-01
15
+
16
+
### Fixed
17
+
18
+
- Table queries incorrectly prefixed with connection username as schema name on non-schema databases (MySQL, MariaDB, ClickHouse, Redis, etc.), causing "Table 'username.table' doesn't exist" errors when opening a second table tab
19
+
20
+
## [0.27.0] - 2026-03-31
21
+
22
+
### Added
23
+
12
24
- Option to prompt for database password on every connection instead of saving to Keychain
13
25
- Autocompletion for filter fields: column names and SQL keywords suggested as you type (Raw SQL and Value fields)
14
26
- Multi-line support for Raw SQL filter field (Option+Enter for newline)
@@ -1117,7 +1129,9 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
0 commit comments