Releases: kishikawakatsumi/SMBClient
Releases · kishikawakatsumi/SMBClient
0.3.1
What's Changed
- Make requests and responses typed by @kishikawakatsumi in #173
- Disable packet signing for anonymous login by @kishikawakatsumi in #176
Full Changelog: 0.3.0...0.3.1
0.3.0
What's Changed
- Support visionOS by @kishikawakatsumi in #165
- Fixed the problem that treeId is sometimes not set correctly in FileR… by @kishikawakatsumi in #169
Full Changelog: 0.2.1...0.3.0
0.2.1
What's Changed
- Updated README with supported SMB protocol version by @scriptam in #162
- Make data structures Hashable by @kishikawakatsumi in #163
New Contributors
Full Changelog: 0.2.0...0.2.1
0.2.0
What's Changed
- Update packages by @kishikawakatsumi in #139
- Fix reload specific path by @kishikawakatsumi in #141
- Reload after renaming by @kishikawakatsumi in #142* Automatic naming for creating new folder by @kishikawakatsumi in #144
- Fix open context menu never active by @kishikawakatsumi in #145
- Fixed a problem with sharing distinction during reloading. by @kishikawakatsumi in #147
- Fixed problem with attributes not updating properly when reloading by @kishikawakatsumi in #148
- Fixed an issue that could cause video playback to fail. by @kishikawakatsumi in #146
- Added function to check free space on shared drives by @kishikawakatsumi in #149
- Fix expanding directory by @kishikawakatsumi in #151
- Refine read chunk size by @kishikawakatsumi in #155
- Improve download functions by @kishikawakatsumi in #156
- add progressHandler for client download method by @zhouhesheng in #153
- To be able to use different sessions for each share. by @kishikawakatsumi in #157
New Contributors
- @zhouhesheng made their first contribution in #153
Full Changelog: 0.1.7...0.2.0
0.1.7
What's Changed
- Fixed an issue where file names were not being decoded correctly in query directory requests. by @kishikawakatsumi in #138
Full Changelog: 0.1.6...0.1.7
0.1.6
What's Changed
- Use FileDirectoryInformation instead of FileIdBothDirectoryInformation for Query Directory request by @kishikawakatsumi in #121
- Replace CommonCrypto MD4 function by @kishikawakatsumi in #134
Full Changelog: 0.1.5...0.1.6
0.1.5
What's Changed
- Improve Windows file sharing compatibility by @kishikawakatsumi in #113
Full Changelog: 0.1.4...0.1.5
0.1.4
What's Changed
- TreeId should be zero in Echo request by @kishikawakatsumi in #101
- TreeId should be zero in Logoff request by @kishikawakatsumi in #100
Full Changelog: 0.1.3...0.1.4
0.1.3
0.1.2
What's Changed
- Provide CustomDebugStringConvertible for Logoff, TreeConnect and TreeDisconnect messages by @kishikawakatsumi in #92
- Improve debug description by @kishikawakatsumi in #95
- Allow path starts slashes (Absolute path) by @kishikawakatsumi in #96
Full Changelog: 0.1.1...0.1.2