Skip to content

Commit 5a214cc

Browse files
committed
release: v0.22.1
1 parent fcf0115 commit 5a214cc

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.22.1] - 2026-03-22
11+
1012
### Added
1113

1214
- Show/hide row numbers column in data grid (Settings > Data Grid)
@@ -967,7 +969,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
967969
- Custom SQL query templates
968970
- Performance optimized for large datasets
969971

970-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.22.0...HEAD
972+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.22.1...HEAD
973+
[0.22.1]: https://github.com/datlechin/tablepro/compare/v0.22.0...v0.22.1
971974
[0.22.0]: https://github.com/datlechin/tablepro/compare/v0.21.0...v0.22.0
972975
[0.21.0]: https://github.com/datlechin/tablepro/compare/v0.20.4...v0.21.0
973976
[0.20.4]: https://github.com/datlechin/tablepro/compare/v0.20.3...v0.20.4

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1920,7 +1920,7 @@
19201920
CODE_SIGN_IDENTITY = "Apple Development";
19211921
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
19221922
CODE_SIGN_STYLE = Automatic;
1923-
CURRENT_PROJECT_VERSION = 42;
1923+
CURRENT_PROJECT_VERSION = 43;
19241924
DEAD_CODE_STRIPPING = YES;
19251925
DEVELOPMENT_TEAM = D7HJ5TFYCU;
19261926
ENABLE_APP_SANDBOX = NO;
@@ -1945,7 +1945,7 @@
19451945
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
19461946
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
19471947
MACOSX_DEPLOYMENT_TARGET = 14.0;
1948-
MARKETING_VERSION = 0.22.0;
1948+
MARKETING_VERSION = 0.22.1;
19491949
OTHER_LDFLAGS = (
19501950
"-Wl,-w",
19511951
"-force_load",
@@ -1992,7 +1992,7 @@
19921992
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
19931993
CODE_SIGN_STYLE = Automatic;
19941994
COPY_PHASE_STRIP = YES;
1995-
CURRENT_PROJECT_VERSION = 42;
1995+
CURRENT_PROJECT_VERSION = 43;
19961996
DEAD_CODE_STRIPPING = YES;
19971997
DEPLOYMENT_POSTPROCESSING = YES;
19981998
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -2018,7 +2018,7 @@
20182018
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
20192019
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
20202020
MACOSX_DEPLOYMENT_TARGET = 14.0;
2021-
MARKETING_VERSION = 0.22.0;
2021+
MARKETING_VERSION = 0.22.1;
20222022
OTHER_LDFLAGS = (
20232023
"-Wl,-w",
20242024
"-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 22, 2026" description="v0.22.1">
8+
### New Features
9+
10+
- **Row Numbers Column**: Show or hide row numbers in the data grid via Settings > Data Grid
11+
</Update>
12+
713
<Update label="March 21, 2026" description="v0.22.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="22 tháng 3, 2026" description="v0.22.1">
8+
### Tính năng mới
9+
10+
- **Cột số thứ tự dòng**: Hiển thị hoặc ẩn cột số thứ tự dòng trong data grid qua Settings > Data Grid
11+
</Update>
12+
713
<Update label="21 tháng 3, 2026" description="v0.22.0">
814
### Tính năng mới
915

0 commit comments

Comments
 (0)