Skip to content

Commit 6a167a5

Browse files
committed
release: v0.30.1
1 parent e366ea8 commit 6a167a5

File tree

3 files changed

+26
-5
lines changed

3 files changed

+26
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.30.1] - 2026-04-10
11+
1012
### Added
1113

1214
- Auto-uppercase SQL keywords setting (#660)
15+
- Unified cell editor chevrons for boolean, enum, date, JSON, blob columns (#665)
16+
17+
### Fixed
18+
19+
- MSSQL connection failing on Docker/fresh SQL Server (#661)
20+
- Context menu Format SQL not working (#659)
1321

1422
## [0.30.0] - 2026-04-10
1523

@@ -1231,7 +1239,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
12311239
- Custom SQL query templates
12321240
- Performance optimized for large datasets
12331241

1234-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.30.0...HEAD
1242+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.30.1...HEAD
1243+
[0.30.1]: https://github.com/TableProApp/TablePro/compare/v0.30.0...v0.30.1
12351244
[0.30.0]: https://github.com/TableProApp/TablePro/compare/v0.29.0...v0.30.0
12361245
[0.29.0]: https://github.com/TableProApp/TablePro/compare/v0.28.0...v0.29.0
12371246
[0.28.0]: https://github.com/TableProApp/TablePro/compare/v0.27.5...v0.28.0

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2091,7 +2091,7 @@
20912091
CODE_SIGN_IDENTITY = "Apple Development";
20922092
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20932093
CODE_SIGN_STYLE = Automatic;
2094-
CURRENT_PROJECT_VERSION = 62;
2094+
CURRENT_PROJECT_VERSION = 63;
20952095
DEAD_CODE_STRIPPING = YES;
20962096
DEVELOPMENT_TEAM = D7HJ5TFYCU;
20972097
ENABLE_APP_SANDBOX = NO;
@@ -2116,7 +2116,7 @@
21162116
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
21172117
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
21182118
MACOSX_DEPLOYMENT_TARGET = 14.0;
2119-
MARKETING_VERSION = 0.30.0;
2119+
MARKETING_VERSION = 0.30.1;
21202120
OTHER_LDFLAGS = (
21212121
"-Wl,-w",
21222122
"-force_load",
@@ -2163,7 +2163,7 @@
21632163
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
21642164
CODE_SIGN_STYLE = Automatic;
21652165
COPY_PHASE_STRIP = YES;
2166-
CURRENT_PROJECT_VERSION = 62;
2166+
CURRENT_PROJECT_VERSION = 63;
21672167
DEAD_CODE_STRIPPING = YES;
21682168
DEPLOYMENT_POSTPROCESSING = YES;
21692169
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -2189,7 +2189,7 @@
21892189
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
21902190
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
21912191
MACOSX_DEPLOYMENT_TARGET = 14.0;
2192-
MARKETING_VERSION = 0.30.0;
2192+
MARKETING_VERSION = 0.30.1;
21932193
OTHER_LDFLAGS = (
21942194
"-Wl,-w",
21952195
"-force_load",

docs/changelog.mdx

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

7+
<Update label="April 10, 2026" description="v0.30.1">
8+
### New Features
9+
10+
- **Auto-Uppercase Keywords**: SQL keywords are automatically uppercased as you type (#660)
11+
- **Unified Cell Editors**: Boolean, enum, date, JSON, and blob columns now show a chevron button for quick editing (#665)
12+
13+
### Bug Fixes
14+
15+
- Fixed MSSQL connection failing on Docker and fresh SQL Server instances (#661)
16+
- Fixed context menu Format SQL not working (#659)
17+
</Update>
18+
719
<Update label="April 10, 2026" description="v0.30.0">
820
### New Features
921

0 commit comments

Comments
 (0)