Skip to content

Commit

Permalink
v1.13.0 (#627)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Apr 21, 2023
1 parent 3ed662d commit a5d47ce
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 4 deletions.
4 changes: 3 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,9 @@

## Unreleased

- fix: only delete files successfully downloaded
## 1.13.0 (2023-04-21)

- fix: only delete files successfully downloaded [#614](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/614)

## 1.12.0 (2023-03-10)

Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ There are three ways to run `icloudpd`:
Docker automatically pulls images from the remote repository if necessary. To download explicitely, e.g. to force version update, use:

```sh
docker pull icloudpd/icloudpd:1.12.0
docker pull icloudpd/icloudpd:1.13.0
```

### Running from the source
Expand Down Expand Up @@ -219,7 +219,7 @@ Now the script will run every 6 hours to download any new photos and videos.
## Docker

This script is available in a Docker image: `docker pull icloudpd/icloudpd:1.12.0`
This script is available in a Docker image: `docker pull icloudpd/icloudpd:1.13.0`

Usage (Downloads all photos to ./Photos):

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@

setup(
name="icloudpd",
version="1.12.0",
version="1.13.0",
url="https://github.com/icloud-photos-downloader/icloud_photos_downloader",
description=(
"icloudpd is a command-line tool to download photos and videos from iCloud."
Expand Down

0 comments on commit a5d47ce

Please sign in to comment.