Skip to content

Releases: hartez/PneumaticTube

Version 1.7

02 Sep 02:13
Compare
Choose a tag to compare

Adds option to configure HTTP client timeout; Improves error reporting for HTTP client timeouts

Version 1.6

08 May 20:53
Compare
Choose a tag to compare

Adds configurable chunk size for chunked uploading

Version 1.6

03 Apr 23:04
Compare
Choose a tag to compare
Version 1.6 Pre-release
Pre-release

Speculative release with configurable chunk size for chunked uploading.

Version 1.5.1

28 Mar 15:06
Compare
Choose a tag to compare

Update to make use of refresh tokens for long-running auth.

Version 1.5

16 Mar 18:07
Compare
Choose a tag to compare

Updates various dependencies, including the official Dropbox SDK.

Issues fixed:

  • Access token keeps expiring (#32)

Version 1.4

05 Apr 17:28
Compare
Choose a tag to compare

This release includes some bug fixes courtesy of @derekantrican. Also fixes an exception when using the chunked uploading option for small files.

Issues fixed:

  • How to specify Dropbox root path? (#27)
  • Upload error (#24)

v1.3

31 May 01:05
Compare
Choose a tag to compare

This release moves to the Dropbox API v2.

Changes:

1.2

15 Nov 19:05
Compare
Choose a tag to compare
1.2

Version 1.2:

  • Fix for #14
  • Fix for #12
  • Added quiet option to suppress console output
  • Added noprogress option to suppress progress reporting
  • Added folder uploading

1.1.0

12 Apr 23:01
Compare
Choose a tag to compare

Adds chunked uploading options to support progress indicator and files over 150 MB

1.0.2

27 Oct 13:35
Compare
Choose a tag to compare

Adds exit code support, error messages on upload failures, and handling for Windows-style slashes in destination paths.