Skip to content

Commit 9deef97

Browse files
committed
release: v0.19.1
1 parent cd65d9e commit 9deef97

File tree

6 files changed

+849
-807
lines changed

6 files changed

+849
-807
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.19.1] - 2026-03-16
11+
12+
### Fixed
13+
14+
- SSH tunnel connections timing out due to relay deadlock
15+
- Plugin metadata dispatch failing for externally installed plugins
16+
- SSH public key authentication error messages now include detailed failure reason
17+
1018
## [0.19.0] - 2026-03-15
1119

1220
### Added
@@ -859,7 +867,8 @@ TablePro is a native macOS database client built with SwiftUI and AppKit, design
859867
- Custom SQL query templates
860868
- Performance optimized for large datasets
861869

862-
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.19.0...HEAD
870+
[Unreleased]: https://github.com/datlechin/tablepro/compare/v0.19.1...HEAD
871+
[0.19.1]: https://github.com/datlechin/tablepro/compare/v0.19.0...v0.19.1
863872
[0.19.0]: https://github.com/datlechin/tablepro/compare/v0.18.1...v0.19.0
864873
[0.18.1]: https://github.com/datlechin/tablepro/compare/v0.18.0...v0.18.1
865874
[0.18.0]: https://github.com/datlechin/tablepro/compare/v0.17.0...v0.18.0

TablePro.xcodeproj/project.pbxproj

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1666,7 +1666,7 @@
16661666
CODE_SIGN_IDENTITY = "Apple Development";
16671667
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
16681668
CODE_SIGN_STYLE = Automatic;
1669-
CURRENT_PROJECT_VERSION = 34;
1669+
CURRENT_PROJECT_VERSION = 35;
16701670
DEAD_CODE_STRIPPING = YES;
16711671
DEVELOPMENT_TEAM = D7HJ5TFYCU;
16721672
ENABLE_APP_SANDBOX = NO;
@@ -1691,7 +1691,7 @@
16911691
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
16921692
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
16931693
MACOSX_DEPLOYMENT_TARGET = 14.0;
1694-
MARKETING_VERSION = 0.19.0;
1694+
MARKETING_VERSION = 0.19.1;
16951695
OTHER_LDFLAGS = (
16961696
"-Wl,-w",
16971697
"-force_load",
@@ -1738,7 +1738,7 @@
17381738
"CODE_SIGN_IDENTITY[sdk=macosx*]" = "Apple Development";
17391739
CODE_SIGN_STYLE = Automatic;
17401740
COPY_PHASE_STRIP = YES;
1741-
CURRENT_PROJECT_VERSION = 34;
1741+
CURRENT_PROJECT_VERSION = 35;
17421742
DEAD_CODE_STRIPPING = YES;
17431743
DEPLOYMENT_POSTPROCESSING = YES;
17441744
DEVELOPMENT_TEAM = D7HJ5TFYCU;
@@ -1764,7 +1764,7 @@
17641764
LD_RUNPATH_SEARCH_PATHS = "@executable_path/Frameworks";
17651765
"LD_RUNPATH_SEARCH_PATHS[sdk=macosx*]" = "@executable_path/../Frameworks";
17661766
MACOSX_DEPLOYMENT_TARGET = 14.0;
1767-
MARKETING_VERSION = 0.19.0;
1767+
MARKETING_VERSION = 0.19.1;
17681768
OTHER_LDFLAGS = (
17691769
"-Wl,-w",
17701770
"-force_load",

0 commit comments

Comments
 (0)