Skip to content

Releases: opengisch/qfieldcloud-sdk-python

v0.8.2

25 Oct 02:01

Choose a tag to compare

What's Changed

  • Fix download/upload files with the proper get_md5sum by @suricactus in #53

Full Changelog: v0.8.1...v0.8.2

v0.8.1

25 Oct 01:16

Choose a tag to compare

What's Changed

Full Changelog: v0.8.0...v0.8.1

v0.8.0

25 Aug 20:54

Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.8.0

v0.7.0

12 Jul 11:30

Choose a tag to compare

What's Changed

New Contributors

Full Changelog: v0.6.1...v0.7.0

v0.6.1

21 Jun 13:53
1a525e1

Choose a tag to compare

What's Changed

  • Fix md5sum key error until server is updated by @marioba in #33

Full Changelog: v0.6.0...v0.6.1

v0.6.0

10 Jun 13:32
72968ed

Choose a tag to compare

What's Changed

  • Fix python example in readme by @marioba in #28
  • Add option to skip downloading locally existing files by @marioba in #29
  • Link documentation from docs.qfield.org by @marioba in #31
  • Update pre-commit version in pipfile by @marioba in #32
  • Add Windows compatibility by @marioba in #30

New Contributors

Full Changelog: v0.5.1...v0.6.0

v0.5.1

20 Mar 23:45

Choose a tag to compare

What's Changed

  • Ignore all files starting with leading dot (.) or ending in tilde (~) #27

Full Changelog: v0.5.0...v0.5.1

v0.5.0

11 Mar 17:39

Choose a tag to compare

What's Changed

  • Rename --exit-on-error / --no-exit-on-error to --throw-on-error / --no-throw-on-error flag (#26)
  • Rename list_files to list_remote_files (#26)
  • Replace DownloadStatus, UploadStatus, DeleteStatus with FileTransferStatus (#26)
  • Replace DownloadType with FileTransferType (#26)
  • Add upload_type parameter to upload_files (#26)
  • Add check of the md5sum if the file needs to be uploaded, force upload with force parameter to upload_files (#26)
  • Add download_file to download individual files (#26)
  • Add upload_file to upload individual files (#26)
  • Improve job related CLI textual feedback (#26)

Full Changelog: v0.4.0...v0.5.0

v0.4.0

01 Mar 02:08

Choose a tag to compare

What's Changed

  • Added delete-project command #25
  • Added delete-files command #25
  • Added list-jobs command #23
  • Added job-trigger command #23
  • Added job-status command #23
  • Added package-latest command #23
  • Removed package-status command, use job-status instead #23
  • Removed package-trigger command, use job-trigger instead #23
  • Removed the finish_cb for downloading/uploading, it never worked as intended #25
  • Improvements in error handling when dowloading files #25
  • Added progressbar when downloading/uploading a project #25
  • Improved logs #25
  • Improved docs #25
  • Added --version argument #24
  • If --no-verify-ssl is passes, the SSL warnings are no longer printed #25

Full Changelog: v0.3.1...v0.4.0

v0.3.1

10 Dec 19:46
eb9d986

Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1