Skip to content

Commit 60274f7

Browse files
committed
release: v0.20.2
1 parent 10cd406 commit 60274f7

File tree

4 files changed

+30
-5
lines changed

4 files changed

+30
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.2] - 2026-03-18
11+
12+
### Fixed
13+
14+
- Safe mode badge not displaying for silent level
15+
- Safe mode level reading from immutable connection state instead of live toolbar state
16+
- `~/.pgpass` password lookup using SSH tunnel host instead of original host when connecting through SSH
17+
1018
## [0.20.1] - 2026-03-17
1119

1220
### Fixed
@@ -898,7 +906,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
898906
- Custom SQL query templates
899907
- Performance optimized for large datasets
900908

901-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.20.1...HEAD
909+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.20.2...HEAD
910+
[0.20.2]: https://github.com/datlechin/tablepro/compare/v0.20.1...v0.20.2
902911
[0.20.1]: https://github.com/datlechin/tablepro/compare/v0.20.0...v0.20.1
903912
[0.20.0]: https://github.com/datlechin/tablepro/compare/v0.19.1...v0.20.0
904913
[0.19.1]: https://github.com/datlechin/tablepro/compare/v0.19.0...v0.19.1

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 = 37;
1759+
CURRENT_PROJECT_VERSION = 38;
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.1;
1784+
MARKETING_VERSION = 0.20.2;
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 = 37;
1831+
CURRENT_PROJECT_VERSION = 38;
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.1;
1857+
MARKETING_VERSION = 0.20.2;
18581858
OTHER_LDFLAGS = (
18591859
"-Wl,-w",
18601860
"-force_load",

docs/changelog.mdx

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

7+
<Update label="March 18, 2026" description="v0.20.2">
8+
### Bug Fixes
9+
10+
- Fixed safe mode badge not displaying for silent level
11+
- Fixed safe mode level not reflecting live toolbar changes
12+
- Fixed `~/.pgpass` password lookup using SSH tunnel host instead of the original host
13+
</Update>
14+
715
<Update label="March 17, 2026" description="v0.20.1">
816
### Bug Fixes
917

docs/vi/changelog.mdx

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,14 @@ 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.2">
8+
### Sửa lỗi
9+
10+
- Sửa lỗi huy hiệu chế độ an toàn không hiển thị ở mức im lặng
11+
- Sửa lỗi mức chế độ an toàn không phản ánh thay đổi trên thanh công cụ trực tiếp
12+
- Sửa lỗi tra cứu mật khẩu `~/.pgpass` sử dụng host của SSH tunnel thay vì host gốc
13+
</Update>
14+
715
<Update label="17 tháng 3, 2026" description="v0.20.1">
816
### Sửa lỗi
917

0 commit comments

Comments
 (0)