Skip to content

Commit b7d30df

Browse files
committed
release: v0.20.1
1 parent 6fee49b commit b7d30df

4 files changed

Lines changed: 24 additions & 5 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [0.20.1] - 2026-03-17
11+
12+
### Fixed
13+
14+
- Plugin registry compatibility with PluginKit version 2
15+
1016
## [0.20.0] - 2026-03-17
1117

1218
### Added
@@ -892,7 +898,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
892898
- Custom SQL query templates
893899
- Performance optimized for large datasets
894900

895-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.20.0...HEAD
901+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.20.1...HEAD
902+
[0.20.1]: https://github.com/datlechin/tablepro/compare/v0.20.0...v0.20.1
896903
[0.20.0]: https://github.com/datlechin/tablepro/compare/v0.19.1...v0.20.0
897904
[0.19.1]: https://github.com/datlechin/tablepro/compare/v0.19.0...v0.19.1
898905
[0.19.0]: https://github.com/datlechin/tablepro/compare/v0.18.1...v0.19.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 = 36;
1759+
CURRENT_PROJECT_VERSION = 37;
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.0;
1784+
MARKETING_VERSION = 0.20.1;
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 = 36;
1831+
CURRENT_PROJECT_VERSION = 37;
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.0;
1857+
MARKETING_VERSION = 0.20.1;
18581858
OTHER_LDFLAGS = (
18591859
"-Wl,-w",
18601860
"-force_load",

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="March 17, 2026" description="v0.20.1">
8+
### Bug Fixes
9+
10+
- Fixed plugin registry compatibility with PluginKit version 2
11+
</Update>
12+
713
<Update label="March 17, 2026" description="v0.20.0">
814
### New Features
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="17 tháng 3, 2026" description="v0.20.1">
8+
### Sửa lỗi
9+
10+
- Sửa lỗi tương thích plugin registry với PluginKit phiên bản 2
11+
</Update>
12+
713
<Update label="17 tháng 3, 2026" description="v0.20.0">
814
### Tính năng mới
915

0 commit comments

Comments
 (0)