File tree Expand file tree Collapse file tree 3 files changed +6
-4
lines changed
Expand file tree Collapse file tree 3 files changed +6
-4
lines changed Original file line number Diff line number Diff line change 22
33## Unreleased
44
5- - fix: only delete files successfully downloaded
5+ ## 1.13.0 (2023-04-21)
6+
7+ - fix: only delete files successfully downloaded [ #614 ] ( https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/614 )
68
79## 1.12.0 (2023-03-10)
810
Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ There are three ways to run `icloudpd`:
1919Docker automatically pulls images from the remote repository if necessary. To download explicitely, e.g. to force version update, use:
2020
2121``` sh
22- docker pull icloudpd/icloudpd:1.12 .0
22+ docker pull icloudpd/icloudpd:1.13 .0
2323```
2424
2525### Running from the source
@@ -219,7 +219,7 @@ Now the script will run every 6 hours to download any new photos and videos.
219219
220220## Docker
221221
222- This script is available in a Docker image: ` docker pull icloudpd/icloudpd:1.12 .0 `
222+ This script is available in a Docker image: ` docker pull icloudpd/icloudpd:1.13 .0 `
223223
224224Usage (Downloads all photos to ./Photos):
225225
Original file line number Diff line number Diff line change 1010
1111setup (
1212 name = "icloudpd" ,
13- version = "1.12 .0" ,
13+ version = "1.13 .0" ,
1414 url = "https://github.com/icloud-photos-downloader/icloud_photos_downloader" ,
1515 description = (
1616 "icloudpd is a command-line tool to download photos and videos from iCloud."
You can’t perform that action at this time.
0 commit comments