Skip to content

Commit b953012

Browse files
committed
release: v0.31.1
1 parent 5dcb668 commit b953012

File tree

3 files changed

+18
-5
lines changed

3 files changed

+18
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.31.1] - 2026-04-12
11+
12+
### Fixed
13+
14+
- iCloud Sync not working on TestFlight/App Store builds (CloudKit environment set to Production)
15+
1016
## [0.31.0] - 2026-04-12
1117

1218
### Added
@@ -1256,7 +1262,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
12561262
- Custom SQL query templates
12571263
- Performance optimized for large datasets
12581264

1259-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.31.0...HEAD
1265+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.31.1...HEAD
1266+
[0.31.1]: https://github.com/TableProApp/TablePro/compare/v0.31.0...v0.31.1
12601267
[0.31.0]: https://github.com/TableProApp/TablePro/compare/v0.30.1...v0.31.0
12611268
[0.30.1]: https://github.com/TableProApp/TablePro/compare/v0.30.0...v0.30.1
12621269
[0.30.0]: https://github.com/TableProApp/TablePro/compare/v0.29.0...v0.30.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 = 64;
2094+
CURRENT_PROJECT_VERSION = 65;
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.31.0;
2119+
MARKETING_VERSION = 0.31.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 = 64;
2166+
CURRENT_PROJECT_VERSION = 65;
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.31.0;
2192+
MARKETING_VERSION = 0.31.1;
21932193
OTHER_LDFLAGS = (
21942194
"-Wl,-w",
21952195
"-force_load",

docs/changelog.mdx

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

7+
<Update label="April 12, 2026" description="v0.31.1">
8+
### Bug Fixes
9+
10+
- Fixed iCloud Sync not working between Mac and iPhone/iPad TestFlight builds
11+
</Update>
12+
713
<Update label="April 12, 2026" description="v0.31.0">
814
### New Features
915

0 commit comments

Comments
 (0)