Skip to content
This repository has been archived by the owner on Oct 10, 2022. It is now read-only.

Releases: DavidBerdik/InfiniDrive

InfiniDrive v1.0.12

17 Mar 00:23
Compare
Choose a tag to compare

InfiniDrive v1.0.12 Changelog

  • Added support for renaming uploads using the new rename command.
  • Added support for gracefully handling attempts to delete nonexistent files. (#29)

InfiniDrive v1.0.11

22 Feb 22:38
Compare
Choose a tag to compare

InfiniDrive v1.0.11 Changelog

  • Fixed an occasional crash that occurred when attempting to perform an upload
  • Fixed issue with spinner appearing instead of progress bar when performing local file uploads

InfiniDrive v1.0.10

22 Feb 21:19
Compare
Choose a tag to compare

InfiniDrive v1.0.10 Changelog

  • This release fixes an issue that caused InfiniDrive to crash whenever an attempt to perform an upload was made using v1.0.9.

InfiniDrive v1.0.9

09 Feb 01:59
Compare
Choose a tag to compare

InfiniDrive v1.0.9 Changelog

  • When uploading and downloading, a progress bar now displays in place of printed messages indicating progress.
  • Files can now be uploaded from a remote HTTP or HTTPS URL.

⚠️ Attention: This release introduces new library requirements. To ensure that you have all of the necessary libraries installed, please repeat step 3 from the "How to Use" section of the README even if you are upgrading from a previous release.

InfiniDrive v1.0.8

27 Dec 22:51
Compare
Choose a tag to compare

InfiniDrive v1.0.8 Changelog

  • The output of the list command is now sorted in alphabetical order by file name
  • Minor cosmetic changes were made to the table printed by the list command

InfiniDrive v1.0.7

21 Dec 01:31
Compare
Choose a tag to compare

InfiniDrive v1.0.7 Changelog

  • Fixed race condition that could cause duplicate uploads of a fragment to occur when handling an upload that was reported by the Google Drive API as a failure
  • Added option to specify upload name for a file

InfiniDrive v1.0.6

18 Dec 04:17
Compare
Choose a tag to compare

InfiniDrive v1.0.6 Changelog

  • Fixed issue #19
  • Added support for deleting InfiniDrive files

InfiniDrive v1.0.5

07 Jul 18:08
Compare
Choose a tag to compare

InfiniDrive v1.0.5 Changelog

  • Improved detection of corrupt data being provided from Google Drive when downloading.
  • When a fragment download fails, the download attempt will now be retried until it succeeds.
  • Redesigned layout of output from list command.
  • Output from list command is now in alphabetical order.
  • Updated output from the help command.

⚠️ Attention: This release introduces new library requirements. To ensure that you have all of the necessary libraries installed, please repeat step 3 from the "How to Use" section of the README even if you are upgrading from a previous release.

InfiniDrive v1.0.4

01 Jul 23:24
Compare
Choose a tag to compare

InfiniDrive v1.0.4 Changelog

  • InfiniDrive uploads are now made to a hidden folder (#18)

InfiniDrive v1.0.3

30 Jun 21:56
36d03f5
Compare
Choose a tag to compare

InfiniDrive v1.0.3 Changelog

  • Fixes issue #17