Skip to content

Releases: icloud-photos-downloader/icloud_photos_downloader

v1.9.0

10 Feb 15:31
2062267
Compare
Choose a tag to compare

1.9.0 (2023-02-10)

  • fix: replace invalid chars in filenames with '_' #378
  • feature: add --domain parameter to support mainland China #572, #545
  • feature: add linux/arm/v7 and linux/arm/v6 docker image #434

v1.8.1

03 Feb 19:14
e514f5a
Compare
Choose a tag to compare

1.8.1 (2023-02-03)

  • fix: avoid crash when downloading over legacy -original name #338
  • fix: remove mac binary until Apple signing is supported #551
  • fix: PyPI distribution #549
  • fix: keyring error #539

v1.8.0

28 Jan 02:31
a7f778c
Compare
Choose a tag to compare

1.8.0 (2023-01-27)

  • update dependencies to solve #539
  • feature: a new command line option --delete-after-download to allow user to delete photos in the iCloud right after download is complete. #431, #368 #314 #124 #332

v1.7.3

20 Jan 20:02
39263a6
Compare
Choose a tag to compare

1.7.3 (2023-01-20)

  • deprecating python 3.6
  • experimental: package icloudpd & icloud as executables #146

Release v1.7.2

16 Jan 10:26
Compare
Choose a tag to compare

1.7.2 (2021-01-16)

  • fix: smtp server_hostname cannot be an empty #227
  • fix: Warning for missing tzinfo in Docker image removed by adding tzinfo-package.
    #286

Release v1.7.1

15 Nov 19:05
Compare
Choose a tag to compare

1.7.1 (2020-11-15)

  • fix: --only-print-filenames option displays filenames (live photos) of files that have already been downloaded #200
  • fix: docker works on Windows #192
  • fix: dev docker build on windows correctly manages crlf for scripts

Release v1.7.1rc1

10 Nov 11:54
Compare
Choose a tag to compare

1.7.1 (2020-11-10)

  • fix: --only-print-filenames option displays filenames (live photos) of files that have already been downloaded #200
  • fix: docker works on Windows #192

v1.7.0

31 Oct 16:11
Compare
Choose a tag to compare
  • fix: --log-level option #194
  • feature: Folder structure can be set to 'none' instead of a date pattern,
    so all photos will be placed directly into the download directory.
  • fix: Empty directory structure being created #185
  • feature: removed multi-threaded downloading and added deprecation notice to --threads-num parameter #180, #188

v1.6.2

23 Oct 07:46
Compare
Choose a tag to compare
  • fix: reduce chances of IOErrors by changing default --threads_num to 1 #155, #163
  • fix: reduce chances of errors due to missing required parameters #175
  • fix: missing downloading process by upgrading tqdm dependency #167