Skip to content

Releases: Rambalac/ACDDokanNet

Release 1.7.3

28 Mar 15:03
Compare
Choose a tag to compare
  • Removed HocketApp async initializing as it freezes app after several starts.

Release 1.7.2

28 Mar 03:53
Compare
Choose a tag to compare
  • Fixed Update button in Options

Release 1.6.5

24 Mar 12:32
Compare
Choose a tag to compare
  • 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

08 Dec 11:58
Compare
Choose a tag to compare
  • 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

27 Nov 18:21
Compare
Choose a tag to compare
  • 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

05 Nov 04:04
Compare
Choose a tag to compare
  • 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

10 Oct 19:01
Compare
Choose a tag to compare
Prerelease v1.6.1 Pre-release
Pre-release
  • Now you can mount multiple cloud services. As example and test Microsoft OneDrive was added.
    Theoretically it should support any libraries as Cloud.*.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

27 Apr 15:09
Compare
Choose a tag to compare
Pre-release

Set Cloud Drive size as constant 100TB to test if it can help with Unlimited Photos accounts

Release 1.5.5

14 Apr 07:53
Compare
Choose a tag to compare

Fixed file names with special symbols

Release 1.5.4

16 Mar 04:44
Compare
Choose a tag to compare

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