Skip to content

Commit 85ff3d5

Browse files
committed
Release v0.7.0
1 parent f9a106f commit 85ff3d5

5 files changed

Lines changed: 398 additions & 318 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.7.0] - 2026-02-25
11+
1012
### Added
1113
- Quick search and filter rows can now be combined — when both are active, their WHERE conditions are joined with AND
1214
- Foreign key columns now show a navigation arrow icon in each cell — click to open the referenced table filtered by the FK value
@@ -440,7 +442,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
440442
- Custom SQL query templates
441443
- Performance optimized for large datasets
442444

443-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.6.4...HEAD
445+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.7.0...HEAD
446+
[0.7.0]: https://github.com/datlechin/tablepro/compare/v0.6.4...v0.7.0
444447
[0.6.4]: https://github.com/datlechin/tablepro/compare/v0.6.3...v0.6.4
445448
[0.6.3]: https://github.com/datlechin/tablepro/compare/v0.6.2...v0.6.3
446449
[0.6.2]: https://github.com/datlechin/tablepro/compare/v0.6.1...v0.6.2

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -381,7 +381,7 @@
381381
CODE_SIGN_IDENTITY = "Apple Development";
382382
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
383383
CODE_SIGN_STYLE = Automatic;
384-
CURRENT_PROJECT_VERSION = 14;
384+
CURRENT_PROJECT_VERSION = 15;
385385
DEAD_CODE_STRIPPING = YES;
386386
DEVELOPMENT_TEAM = D7HJ5TFYCU;
387387
ENABLE_APP_SANDBOX = NO;
@@ -412,7 +412,7 @@
412412
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
413413
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
414414
MACOSX_DEPLOYMENT_TARGET = 14.0;
415-
MARKETING_VERSION = 0.6.4;
415+
MARKETING_VERSION = 0.7.0;
416416
"OTHER_LDFLAGS[arch=arm64]" = (
417417
"-force_load",
418418
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -471,7 +471,7 @@
471471
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
472472
CODE_SIGN_STYLE = Automatic;
473473
COPY_PHASE_STRIP = YES;
474-
CURRENT_PROJECT_VERSION = 14;
474+
CURRENT_PROJECT_VERSION = 15;
475475
DEAD_CODE_STRIPPING = YES;
476476
DEPLOYMENT_POSTPROCESSING = YES;
477477
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -503,7 +503,7 @@
503503
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
504504
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
505505
MACOSX_DEPLOYMENT_TARGET = 14.0;
506-
MARKETING_VERSION = 0.6.4;
506+
MARKETING_VERSION = 0.7.0;
507507
"OTHER_LDFLAGS[arch=arm64]" = (
508508
"-force_load",
509509
"$(PROJECT_DIR)/Libs/libmariadb.a",

0 commit comments

Comments
 (0)