Skip to content

Commit fc0cf26

Browse files
committed
release: v0.9.3
1 parent 429c43e commit fc0cf26

File tree

4 files changed

+20
-5
lines changed

4 files changed

+20
-5
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.9.3] - 2026-02-28
11+
1012
### Fixed
1113

1214
- PostgreSQL SSH tunnel connections failing with "no encryption" due to SSL config not being preserved
@@ -580,7 +582,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
580582
- Custom SQL query templates
581583
- Performance optimized for large datasets
582584

583-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.9.2...HEAD
585+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.9.3...HEAD
586+
[0.9.3]: https://github.com/datlechin/tablepro/compare/v0.9.2...v0.9.3
584587
[0.9.2]: https://github.com/datlechin/tablepro/compare/v0.9.1...v0.9.2
585588
[0.9.1]: https://github.com/datlechin/tablepro/compare/v0.9.0...v0.9.1
586589
[0.9.0]: https://github.com/datlechin/tablepro/compare/v0.8.0...v0.9.0

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 = 19;
384+
CURRENT_PROJECT_VERSION = 20;
385385
DEAD_CODE_STRIPPING = YES;
386386
DEVELOPMENT_TEAM = D7HJ5TFYCU;
387387
ENABLE_APP_SANDBOX = NO;
@@ -411,7 +411,7 @@
411411
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
412412
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
413413
MACOSX_DEPLOYMENT_TARGET = 14.0;
414-
MARKETING_VERSION = 0.9.2;
414+
MARKETING_VERSION = 0.9.3;
415415
OTHER_LDFLAGS = (
416416
"-force_load",
417417
"$(PROJECT_DIR)/Libs/libmariadb.a",
@@ -460,7 +460,7 @@
460460
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
461461
CODE_SIGN_STYLE = Automatic;
462462
COPY_PHASE_STRIP = YES;
463-
CURRENT_PROJECT_VERSION = 19;
463+
CURRENT_PROJECT_VERSION = 20;
464464
DEAD_CODE_STRIPPING = YES;
465465
DEPLOYMENT_POSTPROCESSING = YES;
466466
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -491,7 +491,7 @@
491491
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
492492
LIBRARY_SEARCH_PATHS = "$(PROJECT_DIR)/Libs";
493493
MACOSX_DEPLOYMENT_TARGET = 14.0;
494-
MARKETING_VERSION = 0.9.2;
494+
MARKETING_VERSION = 0.9.3;
495495
OTHER_LDFLAGS = (
496496
"-force_load",
497497
"$(PROJECT_DIR)/Libs/libmariadb.a",

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="February 28, 2026" description="v0.9.3">
8+
### Bug Fixes
9+
10+
- Fixed PostgreSQL SSH tunnel connections failing with "no encryption" error due to SSL config not being preserved
11+
</Update>
12+
713
<Update label="February 28, 2026" description="v0.9.2">
814
### Bug Fixes
915

docs/vi/changelog.mdx

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ description: "Cập nhật sản phẩm và thông báo cho TablePro"
44
rss: true
55
---
66

7+
<Update label="28 tháng 2, 2026" description="v0.9.3">
8+
### Sửa lỗi
9+
10+
- Sửa lỗi kết nối PostgreSQL qua SSH tunnel thất bại với lỗi "no encryption" do cấu hình SSL không được giữ lại
11+
</Update>
12+
713
<Update label="28 tháng 2, 2026" description="v0.9.2">
814
### Sửa lỗi
915

0 commit comments

Comments
 (0)