Skip to content

Commit 54988ed

Browse files
committed
release: v0.23.1
1 parent d609e74 commit 54988ed

File tree

4 files changed

+18
-8
lines changed

4 files changed

+18
-8
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.23.1] - 2026-03-24
11+
1012
### Added
1113

1214
- Test Connection button in SSH profile editor to validate SSH connectivity independently
@@ -1003,7 +1005,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
10031005
- Custom SQL query templates
10041006
- Performance optimized for large datasets
10051007

1006-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.23.0...HEAD
1008+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.23.1...HEAD
1009+
[0.23.1]: https://github.com/datlechin/tablepro/compare/v0.23.0...v0.23.1
10071010
[0.23.0]: https://github.com/datlechin/tablepro/compare/v0.22.1...v0.23.0
10081011
[0.22.1]: https://github.com/datlechin/tablepro/compare/v0.22.0...v0.22.1
10091012
[0.22.0]: https://github.com/datlechin/tablepro/compare/v0.21.0...v0.22.0

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 = 44;
1923+
CURRENT_PROJECT_VERSION = 45;
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.23.0;
1948+
MARKETING_VERSION = 0.23.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 = 44;
1995+
CURRENT_PROJECT_VERSION = 45;
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.23.0;
2021+
MARKETING_VERSION = 0.23.1;
20222022
OTHER_LDFLAGS = (
20232023
"-Wl,-w",
20242024
"-force_load",

TablePro/Views/Results/DataGridCellFactory.swift

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,6 @@ final class DataGridCellFactory {
2525
/// Large dataset threshold - above this, disable expensive visual features
2626
private let largeDatasetThreshold = 5_000
2727

28-
/// Maximum characters to render in a cell (for performance with very large text)
29-
30-
3128
// MARK: - Cached Settings
3229

3330
/// Cached NULL display string (updated via settings notification)

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 24, 2026" description="v0.23.1">
8+
### New Features
9+
10+
- **SSH Test Connection**: Test SSH connectivity directly from the SSH profile editor before saving
11+
12+
### Improvements
13+
14+
- Faster type-aware sorting and lower memory usage with adaptive tab eviction
15+
</Update>
16+
717
<Update label="March 22, 2026" description="v0.23.0">
818
### New Features
919

0 commit comments

Comments
 (0)