Releases: Rambalac/ACDDokanNet
Releases · Rambalac/ACDDokanNet
Release 1.7.3
Release 1.7.2
- Fixed Update button in Options
Release 1.6.5
- Fixed several upload retry bugs. Failed files will be retried after all other files were uploaded or at least tried to upload in all cases.
- Fixed Upload here removing use of symbolic links as they need administrator rights.
- Added optional file hash calculation to compare with files in clouds. Disabled by default because it's slow.
- Added optional remote telemetry for better bugs reporting. Can be enabled only manually, disabled any time and on app start it will be always disabled. Added because people reporting bugs never attach logs. Also does not need creating issues on GitHub and so does not need GitHub account. As telemetry enabled any exceptions get sent automatically. Old way is still available though to created logs you need to start app as administrator.
Release 1.6.4
- Fixed few minor bugs with small files downloading.
- Added console processor for basic control. Use ACD.DokanNet.Console.exe, the main GUI app has to be running.
Release 1.6.3
- Better async code, also refactored and cleaned up - less lockups and slowdown.
- Updated Amazon API to process error 500 and 504. Added support for Stream.
- Big files download keeps HTTP stream if possible between reads. Memory cache get shared and bigger with smaller chunks. It should help with playing video. Together with error 500 and 504 processing it should make file copy faster and more reliable.
- Fixed update downloader.
Release 1.6.2
- New feature! "Upload here" from cloud folder context menu in Explorer will upload files copied into clipboard without buffering that files in temp folder. Upload starts immediately. Folders are supported.
- Fixed some operations with uploading files like cancel in the list and cancel Explorer copy.
- Some tuning upload errors processing.
- Added automatic update check but need to be tested better. Still update should be run manually.
- Dokany got update to 1.0.1 use it. https://github.com/dokan-dev/dokany/releases/tag/v1.0.1
Prerelease v1.6.1
- Now you can mount multiple cloud services. As example and test Microsoft OneDrive was added.
Theoretically it should support any libraries asCloud.*.dll
as Addons. - Uploading files list is displayed to show file name, progress and if failed error. Upload can be cancelled.
Testing Prerelise 1.5.6
Set Cloud Drive size as constant 100TB to test if it can help with Unlimited Photos accounts
Release 1.5.5
Fixed file names with special symbols
Release 1.5.4
Fixed issues with file copy in Explorer to and from Amazon due Alternate Streams
Fixed folder renaming and moving
Reduced Big file buffer size to prevent timeout due Amazon slowdown