This repository has been archived by the owner on Oct 10, 2022. It is now read-only.
Releases: DavidBerdik/InfiniDrive
Releases · DavidBerdik/InfiniDrive
InfiniDrive v1.0.12
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
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
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
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.
InfiniDrive v1.0.8
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
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
InfiniDrive v1.0.6 Changelog
- Fixed issue #19
- Added support for deleting InfiniDrive files
InfiniDrive v1.0.5
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.
InfiniDrive v1.0.4
InfiniDrive v1.0.4 Changelog
- InfiniDrive uploads are now made to a hidden folder (#18)
InfiniDrive v1.0.3
InfiniDrive v1.0.3 Changelog
- Fixes issue #17