Skip to content

Commit 3b35fd1

Browse files
committed
release: v0.20.3
1 parent 9dae5ba commit 3b35fd1

File tree

4 files changed

+32
-5
lines changed

4 files changed

+32
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.3] - 2026-03-18
11+
1012
### Added
1113

1214
- Optional iCloud Keychain sync for connection passwords
1315

16+
### Fixed
17+
18+
- `Use ~/.pgpass` setting not persisting when saving a PostgreSQL connection
19+
1420
## [0.20.2] - 2026-03-18
1521

1622
### Fixed
@@ -910,7 +916,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
910916
- Custom SQL query templates
911917
- Performance optimized for large datasets
912918

913-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.20.2...HEAD
919+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.20.3...HEAD
920+
[0.20.3]: https://github.com/datlechin/tablepro/compare/v0.20.2...v0.20.3
914921
[0.20.2]: https://github.com/datlechin/tablepro/compare/v0.20.1...v0.20.2
915922
[0.20.1]: https://github.com/datlechin/tablepro/compare/v0.20.0...v0.20.1
916923
[0.20.0]: https://github.com/datlechin/tablepro/compare/v0.19.1...v0.20.0

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1756,7 +1756,7 @@
17561756
CODE_SIGN_IDENTITY = "Apple Development";
17571757
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
17581758
CODE_SIGN_STYLE = Automatic;
1759-
CURRENT_PROJECT_VERSION = 38;
1759+
CURRENT_PROJECT_VERSION = 39;
17601760
DEAD_CODE_STRIPPING = YES;
17611761
DEVELOPMENT_TEAM = D7HJ5TFYCU;
17621762
ENABLE_APP_SANDBOX = NO;
@@ -1781,7 +1781,7 @@
17811781
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
17821782
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
17831783
MACOSX_DEPLOYMENT_TARGET = 14.0;
1784-
MARKETING_VERSION = 0.20.2;
1784+
MARKETING_VERSION = 0.20.3;
17851785
OTHER_LDFLAGS = (
17861786
"-Wl,-w",
17871787
"-force_load",
@@ -1828,7 +1828,7 @@
18281828
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
18291829
CODE_SIGN_STYLE = Automatic;
18301830
COPY_PHASE_STRIP = YES;
1831-
CURRENT_PROJECT_VERSION = 38;
1831+
CURRENT_PROJECT_VERSION = 39;
18321832
DEAD_CODE_STRIPPING = YES;
18331833
DEPLOYMENT_POSTPROCESSING = YES;
18341834
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -1854,7 +1854,7 @@
18541854
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
18551855
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
18561856
MACOSX_DEPLOYMENT_TARGET = 14.0;
1857-
MARKETING_VERSION = 0.20.2;
1857+
MARKETING_VERSION = 0.20.3;
18581858
OTHER_LDFLAGS = (
18591859
"-Wl,-w",
18601860
"-force_load",

docs/changelog.mdx

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

7+
<Update label="March 18, 2026" description="v0.20.3">
8+
### New Features
9+
10+
- **iCloud Keychain Sync**: Optionally sync connection passwords via iCloud Keychain across your devices
11+
12+
### Bug Fixes
13+
14+
- Fixed `Use ~/.pgpass` setting not persisting when saving a PostgreSQL connection
15+
</Update>
16+
717
<Update label="March 18, 2026" description="v0.20.2">
818
### Bug Fixes
919

docs/vi/changelog.mdx

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

7+
<Update label="18 tháng 3, 2026" description="v0.20.3">
8+
### Tính năng mới
9+
10+
- **Đồng bộ iCloud Keychain**: Tuỳ chọn đồng bộ mật khẩu kết nối qua iCloud Keychain giữa các thiết bị
11+
12+
### Sửa lỗi
13+
14+
- Sửa lỗi cài đặt `Use ~/.pgpass` không được lưu khi lưu kết nối PostgreSQL
15+
</Update>
16+
717
<Update label="18 tháng 3, 2026" description="v0.20.2">
818
### Sửa lỗi
919

0 commit comments

Comments
 (0)