Skip to content

Commit a3bea8d

Browse files
committed
Release v0.8.0
1 parent 5a987b8 commit a3bea8d

3 files changed

Lines changed: 8 additions & 6 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.8.0] - 2026-02-27
11+
1012
### Changed
1113

1214
- Refactored sidebar table list to MVVM architecture with testable SidebarViewModel
@@ -512,7 +514,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
512514
- Custom SQL query templates
513515
- Performance optimized for large datasets
514516

515-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.7.0...HEAD
517+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.8.0...HEAD
518+
[0.8.0]: https://github.com/datlechin/tablepro/compare/v0.7.0...v0.8.0
516519
[0.7.0]: https://github.com/datlechin/tablepro/compare/v0.6.4...v0.7.0
517520
[0.6.4]: https://github.com/datlechin/tablepro/compare/v0.6.3...v0.6.4
518521
[0.6.3]: https://github.com/datlechin/tablepro/compare/v0.6.2...v0.6.3

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 = 15;
384+
CURRENT_PROJECT_VERSION = 16;
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.7.0;
415+
MARKETING_VERSION = 0.8.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 = 15;
474+
CURRENT_PROJECT_VERSION = 16;
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.7.0;
506+
MARKETING_VERSION = 0.8.0;
507507
"OTHER_LDFLAGS[arch=arm64]" = (
508508
"-force_load",
509509
"$(PROJECT_DIR)/Libs/libmariadb.a",

TablePro/Views/Main/MainContentCoordinator.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1522,5 +1522,4 @@ private extension MainContentCoordinator {
15221522
}
15231523
}
15241524
}
1525-
15261525
}

0 commit comments

Comments
 (0)