Skip to content

Commit 3d02b38

Browse files
committed
release: v0.53.0
1 parent 351b081 commit 3d02b38

3 files changed

Lines changed: 30 additions & 3 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.53.0] - 2026-06-25
11+
1012
### Added
1113

1214
- Connections can have multiple tags. Assign them in the connection form and filter the welcome list by tag with Match Any or Match All. (#744)
@@ -2374,7 +2376,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
23742376
- Custom SQL query templates
23752377
- Performance optimized for large datasets
23762378

2377-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.52.1...HEAD
2379+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.53.0...HEAD
2380+
[0.53.0]: https://github.com/TableProApp/TablePro/compare/v0.52.1...v0.53.0
23782381
[0.52.1]: https://github.com/TableProApp/TablePro/compare/v0.52.0...v0.52.1
23792382
[0.52.0]: https://github.com/TableProApp/TablePro/compare/v0.51.1...v0.52.0
23802383
[0.51.1]: https://github.com/TableProApp/TablePro/compare/v0.51.0...v0.51.1

TablePro.xcodeproj/project.pbxproj

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2872,7 +2872,7 @@
28722872
CODE_SIGN_IDENTITY = "Apple Development";
28732873
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
28742874
CODE_SIGN_STYLE = Automatic;
2875-
CURRENT_PROJECT_VERSION = 101;
2875+
CURRENT_PROJECT_VERSION = 102;
28762876
DEAD_CODE_STRIPPING = YES;
28772877
DEVELOPMENT_TEAM = D7HJ5TFYCU;
28782878
ENABLE_APP_SANDBOX = NO;
@@ -2949,7 +2949,7 @@
29492949
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
29502950
CODE_SIGN_STYLE = Automatic;
29512951
COPY_PHASE_STRIP = YES;
2952-
CURRENT_PROJECT_VERSION = 101;
2952+
CURRENT_PROJECT_VERSION = 102;
29532953
DEAD_CODE_STRIPPING = YES;
29542954
DEPLOYMENT_POSTPROCESSING = YES;
29552955
DEVELOPMENT_TEAM = D7HJ5TFYCU;

docs/changelog.mdx

Lines changed: 24 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,30 @@ description: "Product updates and announcements for TablePro"
44
rss: true
55
---
66

7+
<Update label="June 25, 2026" description="v0.53.0">
8+
### New Features
9+
10+
- **Multiple tags per connection**: Assign several tags in the connection form and filter the welcome list by tag with Match Any or Match All (#744)
11+
- **Per-column value filter**: Click the funnel icon on a column header to pick which loaded values to show, across several columns at once. It filters loaded rows without re-querying (#1454)
12+
- **Elasticsearch support**: Connect to 7.x and 8.x, browse indices, run Query DSL in a console, and edit documents in the data grid. Install from Settings > Plugins (#1529)
13+
- **ER diagram cardinality**: Relationships show one-to-one, one-to-many, and optional variants in crow's foot notation, read from primary keys and unique indexes. Junction tables collapse into a single many-to-many link, with a toolbar toggle to expand them (#1335)
14+
- **Export ER diagram to SQL**: A toolbar button opens a query tab with CREATE TABLE and foreign key statements for the current schema (#1335)
15+
16+
### Improvements
17+
18+
- The connection switcher and welcome list now show each connection's tags and group (#1323)
19+
- The ER diagram uses a more compact layout, keeps foreign-key-linked tables together, and tints each connected group with its own header color (#1755)
20+
- When an Oracle server drops the connection during login, the error dialog shows which handshake phase it stopped at, which helps diagnose Oracle 11g (#1746)
21+
22+
### Bug Fixes
23+
24+
- Opening a new query tab now puts keyboard focus in the SQL editor instead of the sidebar filter, so you can type right away (#1765)
25+
- Raw filters in the data grid now work on document and key-value databases; the typed text was dropped before reaching the driver (#1529)
26+
- Connecting to Oracle no longer crashes on certain server values during the handshake; a bad packet now fails the connection with an error (#1746)
27+
- Following a foreign key into another schema now opens the correct table on SQL Server and Oracle, instead of the default schema (#1754)
28+
- Browsing or editing a SQL Server or Oracle table outside the default schema no longer fails with "Invalid object name" or writes to the wrong table (#1754)
29+
</Update>
30+
731
<Update label="June 22, 2026" description="v0.52.1">
832
### New Features
933

0 commit comments

Comments
 (0)