Skip to content

Commit fc32e29

Browse files
committed
release: v0.27.5
1 parent 856e121 commit fc32e29

File tree

5 files changed

+24907
-24577
lines changed

5 files changed

+24907
-24577
lines changed

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.27.5] - 2026-04-06
11+
1012
### Added
1113

1214
- iOS: groups, tags, filter, sort, pagination, query history, export to clipboard, Spotlight, Siri Shortcuts, Home Screen widget
@@ -1178,7 +1180,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
11781180
- Custom SQL query templates
11791181
- Performance optimized for large datasets
11801182

1181-
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.27.4...HEAD
1183+
[Unreleased]: https://github.com/TableProApp/TablePro/compare/v0.27.5...HEAD
1184+
[0.27.5]: https://github.com/TableProApp/TablePro/compare/v0.27.4...v0.27.5
11821185
[0.27.4]: https://github.com/TableProApp/TablePro/compare/v0.27.3...v0.27.4
11831186
[0.27.3]: https://github.com/TableProApp/TablePro/compare/v0.27.2...v0.27.3
11841187
[0.27.2]: https://github.com/TableProApp/TablePro/compare/v0.27.1...v0.27.2

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@
1414
5A863000A00000000 /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; };
1515
5A863000D00000000 /* ClickHouseDriver.tableplugin in Copy Plug-Ins */ = {isa = PBXBuildFile; fileRef = 5A863000100000000 /* ClickHouseDriver.tableplugin */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1616
5A864000A00000000 /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; };
17-
5A864000D00000000 /* MSSQLDriver.tableplugin in Copy Plug-Ins */ = {isa = PBXBuildFile; fileRef = 5A864000100000000 /* MSSQLDriver.tableplugin */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
1817
5A865000A00000000 /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; };
1918
5A865000D00000000 /* MySQLDriver.tableplugin in Copy Plug-Ins */ = {isa = PBXBuildFile; fileRef = 5A865000100000000 /* MySQLDriver.tableplugin */; settings = {ATTRIBUTES = (CodeSignOnCopy, RemoveHeadersOnCopy, ); }; };
2019
5A866000A00000000 /* TableProPluginKit.framework in Frameworks */ = {isa = PBXBuildFile; fileRef = 5A860000100000000 /* TableProPluginKit.framework */; };
@@ -209,7 +208,6 @@
209208
5A868000D00000000 /* PostgreSQLDriver.tableplugin in Copy Plug-Ins */,
210209
5A862000D00000000 /* SQLiteDriver.tableplugin in Copy Plug-Ins */,
211210
5A863000D00000000 /* ClickHouseDriver.tableplugin in Copy Plug-Ins */,
212-
5A864000D00000000 /* MSSQLDriver.tableplugin in Copy Plug-Ins */,
213211
5A867000D00000000 /* RedisDriver.tableplugin in Copy Plug-Ins */,
214212
5A86A000D00000000 /* CSVExport.tableplugin in Copy Plug-Ins */,
215213
5A86B000D00000000 /* JSONExport.tableplugin in Copy Plug-Ins */,
@@ -2093,7 +2091,7 @@
20932091
CODE_SIGN_IDENTITY = "Apple Development";
20942092
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
20952093
CODE_SIGN_STYLE = Automatic;
2096-
CURRENT_PROJECT_VERSION = 57;
2094+
CURRENT_PROJECT_VERSION = 58;
20972095
DEAD_CODE_STRIPPING = YES;
20982096
DEVELOPMENT_TEAM = D7HJ5TFYCU;
20992097
ENABLE_APP_SANDBOX = NO;
@@ -2118,7 +2116,7 @@
21182116
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
21192117
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
21202118
MACOSX_DEPLOYMENT_TARGET = 14.0;
2121-
MARKETING_VERSION = 0.27.4;
2119+
MARKETING_VERSION = 0.27.5;
21222120
OTHER_LDFLAGS = (
21232121
"-Wl,-w",
21242122
"-force_load",
@@ -2165,7 +2163,7 @@
21652163
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
21662164
CODE_SIGN_STYLE = Automatic;
21672165
COPY_PHASE_STRIP = YES;
2168-
CURRENT_PROJECT_VERSION = 57;
2166+
CURRENT_PROJECT_VERSION = 58;
21692167
DEAD_CODE_STRIPPING = YES;
21702168
DEPLOYMENT_POSTPROCESSING = YES;
21712169
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -2191,7 +2189,7 @@
21912189
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
21922190
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
21932191
MACOSX_DEPLOYMENT_TARGET = 14.0;
2194-
MARKETING_VERSION = 0.27.4;
2192+
MARKETING_VERSION = 0.27.5;
21952193
OTHER_LDFLAGS = (
21962194
"-Wl,-w",
21972195
"-force_load",

0 commit comments

Comments
 (0)