fix: SMB support for MacOS with vendored build of libsmbclient.

closes #334
This commit is contained in:
veeso
2025-09-20 18:07:26 +02:00
parent 3c79e812eb
commit 86660a0cc9
5 changed files with 56 additions and 6 deletions
+8
View File
@@ -1,6 +1,7 @@
# Changelog
- [Changelog](#changelog)
- [0.19.0](#0190)
- [0.18.0](#0180)
- [0.17.0](#0170)
- [0.16.1](#0161)
@@ -41,6 +42,13 @@
---
## 0.19.0
Released on 20/09/2025
- [Issue 356](https://github.com/veeso/termscp/issues/356): Fixed SSH auth issue not trying with the password if any RSA key was found.
- [Issue 334](https://github.com/veeso/termscp/issues/334): SMB support for MacOS with vendored build of libsmbclient.
## 0.18.0
Released on 10/06/2025