Skip to content

Commit 03b8d7f

Browse files
committed
release: v0.34.0
1 parent 7da902d commit 03b8d7f

3 files changed

Lines changed: 29 additions & 5 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.34.0] - 2026-04-22
11+
1012
### Added
1113

1214
- libSQL / Turso plugin
@@ -1413,7 +1415,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
14131415
- Custom SQL query templates
14141416
- Performance optimized for large datasets
14151417

1416-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.33.0...HEAD
1418+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.34.0...HEAD
1419+
[0.34.0]: https://github.com/TableProApp/TablePro/compare/v0.33.0...v0.34.0
14171420
[0.33.0]: https://github.com/TableProApp/TablePro/compare/v0.32.1...v0.33.0
14181421
[0.32.1]: https://github.com/TableProApp/TablePro/compare/v0.32.0...v0.32.1
14191422
[0.32.0]: https://github.com/TableProApp/TablePro/compare/v0.31.5...v0.32.0

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2169,7 +2169,7 @@
21692169
CODE_SIGN_IDENTITY = "Apple Development";
21702170
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
21712171
CODE_SIGN_STYLE = Automatic;
2172-
CURRENT_PROJECT_VERSION = 72;
2172+
CURRENT_PROJECT_VERSION = 73;
21732173
DEAD_CODE_STRIPPING = YES;
21742174
DEVELOPMENT_TEAM = D7HJ5TFYCU;
21752175
ENABLE_APP_SANDBOX = NO;
@@ -2194,7 +2194,7 @@
21942194
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
21952195
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
21962196
MACOSX_DEPLOYMENT_TARGET = 14.0;
2197-
MARKETING_VERSION = 0.33.0;
2197+
MARKETING_VERSION = 0.34.0;
21982198
OTHER_LDFLAGS = (
21992199
"-Wl,-w",
22002200
"-force_load",
@@ -2241,7 +2241,7 @@
22412241
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
22422242
CODE_SIGN_STYLE = Automatic;
22432243
COPY_PHASE_STRIP = YES;
2244-
CURRENT_PROJECT_VERSION = 72;
2244+
CURRENT_PROJECT_VERSION = 73;
22452245
DEAD_CODE_STRIPPING = YES;
22462246
DEPLOYMENT_POSTPROCESSING = YES;
22472247
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -2267,7 +2267,7 @@
22672267
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
22682268
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
22692269
MACOSX_DEPLOYMENT_TARGET = 14.0;
2270-
MARKETING_VERSION = 0.33.0;
2270+
MARKETING_VERSION = 0.34.0;
22712271
OTHER_LDFLAGS = (
22722272
"-Wl,-w",
22732273
"-force_load",

docs/changelog.mdx

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

7+
<Update label="April 22, 2026" description="v0.34.0">
8+
### New Features
9+
10+
- **libSQL / Turso**: New database plugin for libSQL and Turso via Hrana HTTP protocol
11+
- **JSON Viewer**: Text/tree toggle for viewing and editing JSON data in cells
12+
- **MCP Server**: Built-in Model Context Protocol server with client management and status menu
13+
- **Connection Import**: Import connections from TablePlus, Sequel Ace, and DBeaver
14+
- **Database CLI Terminal**: Embedded terminal for mysql, psql, redis-cli, etc. (`Ctrl+Cmd+\``)
15+
- **Structure Editing**: Alter existing table columns, indexes, foreign keys, and primary keys
16+
17+
### Improvements
18+
19+
- Sidebar toggle uses Xcode-style navigator buttons next to traffic lights
20+
- Sidebar and inspector panels use native macOS split view controls
21+
- Theme colors adapt to system appearance and accent color automatically
22+
23+
### Bug Fixes
24+
25+
- SQL formatter now preserves original case, UNION and parentheses spacing
26+
</Update>
27+
728
<Update label="April 19, 2026" description="v0.33.0">
829
### New Features
930

0 commit comments

Comments
 (0)