Skip to content

Latest commit

 

History

History
55 lines (34 loc) · 1.96 KB

CHAGELOG.md

File metadata and controls

55 lines (34 loc) · 1.96 KB

CHANGELOG

v0.9.0 (2022-12-03)

Changelog

  • Introduce new actions: find_google_drive_file_by_id and find_google_drive_file_by_title. These actions find the existing file or folder with file ID or title. For more information, please refer to README or Fastfile for working examples.

v0.8.0 (2022-09-18)

Changelog

v0.7.0 (2021-07-12)

Changelog

v0.6.0 (2021-03-21)

Breaking Changes

  • As noticed, deprecated actions google_drive_upload and upload_google_drive are removed.

Changelog

  • upload_to_google_drive: Add optional flag to make uploaded files urls open to public (#17)
  • upload_to_google_drive: Add test to check generated public urls after upload
  • deprecated actions google_drive_upload and upload_google_drive are removed

v0.5.0 (2020-10-20)

Deprecation Notice

Actions marked as deprecated, google_drive_upload and upload_google_drive will be removed in next release.

Breaking Changes

  • minimum fastlane version is updated to 2.140.0

Changelog

  • New action: update_google_drive_file (#11). This action updates the content of existing google drive file.
  • supports "Team Drive" (#9). see gimite/google-drive-ruby#274 and gimite/google-drive-ruby#367 for more details.
  • updated google_drive to 3.0.5
  • updated google-api-client to 0.38.0