Skip to content

Releases: bskim45/fastlane-plugin-google_drive

v0.9.0 (2022-12-03)

03 Dec 15:07
1ba6c18
Compare
Choose a tag to compare

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)

17 Sep 17:18
e00a845
Compare
Choose a tag to compare

v0.8.0 (2022-09-18)

Changelog

v0.7.0 (2021-07-12)

11 Jul 17:08
76a48e6
Compare
Choose a tag to compare

v0.7.0 (2021-07-12)

Changelog

v0.6.0 (2021-03-21)

21 Mar 15:17
c4dce4b
Compare
Choose a tag to compare

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

19 Oct 16:55
dd4ebcb
Compare
Choose a tag to compare

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

v0.4.1

23 Feb 08:57
4d42c5d
Compare
Choose a tag to compare

deprecation notice for aliases google_drive_upload and upload_google_drive

v0.4.0

14 Jan 09:14
411b5e4
Compare
Choose a tag to compare
  • Upgrade google_drive dep to 3.x.x (3.x.x>=, 4<) (#5)
  • Disable Google Drive convert when uploading files

v0.3.0

14 Jan 09:07
e83f1e1
Compare
Choose a tag to compare

upload_google_drive is renamed to upload_to_google_drive(#3).

upload_google_drive and google_drive_upload are remained as alias for upload_to_google_drive, but will be removed in upcoming releases.

v0.2.0 - Create new folder

20 Apr 05:54
420319d
Compare
Choose a tag to compare
  • Introduce create_google_drive_folder action (#2) @giginet
  • google_drive_upload is renamed to upload_google_drive. google_drive_upload is now deprecated and will be removed in next release.

v0.1.0 - First release

20 Apr 05:52
aa4c737
Compare
Choose a tag to compare