Skip to content

Commit 663c176

Browse files
committed
fix: remove trailing blank line and add CHANGELOG entry
1 parent 1af0b44 commit 663c176

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
1717

1818
### Fixed
1919

20+
- SSH agent connections failing when socket path contains `~` (e.g., 1Password agent)
2021
- Keychain authorization prompt no longer appears on every table open
2122

2223
## [0.18.1] - 2026-03-14

TablePro/Core/SSH/Auth/PublicKeyAuthenticator.swift

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,5 +53,4 @@ internal struct PublicKeyAuthenticator: SSHAuthenticator {
5353
throw SSHTunnelError.authenticationFailed
5454
}
5555
}
56-
5756
}

0 commit comments

Comments
 (0)