Skip to content

Commit

Permalink
v1.12.0 (#600)
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreyNikiforov authored Mar 10, 2023
1 parent def6ebf commit 1517e18
Show file tree
Hide file tree
Showing 4 changed files with 13 additions and 11 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,8 @@

## Unreleased

## 1.12.0 (2023-03-10)

- experimental: add macos binary [#551](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/551)
- fix: add `icloud` script to the source distribution [#594](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/594)

Expand Down
16 changes: 8 additions & 8 deletions EXPERIMENTAL.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,30 +34,30 @@ Legacy command (compatible with prior versions):

`docker run -it --rm icloudpd:icloudpd icloud --help`

`icloudpd-1.11.0-windows-amd64 --help`
`icloudpd-1.12.0-windows-amd64 --help`

Help:

`docker run -it --rm icloudpd:icloudpd`

`icloudpd-ex-1.11.0-windows-amd64 --help`
`icloudpd-ex-1.12.0-windows-amd64 --help`

Example:

`docker run -it --rm icloudpd:icloudpd copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}`

`icloudpd-ex-1.11.0-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}`
`icloudpd-ex-1.12.0-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}`

## MacOS binary

Experiemental binary is available as MacOS binary. It is available as Intel 64bit binary, but works on M1 macs too.

Here are the steps to make it working:
- download into desired folder
- add executable flag by running `chmod +x icloudpd-ex-1.11.0-macos-amd64`
- start it from the terminal: `icloudpd-ex-1.11.0-macos-amd64`
- add executable flag by running `chmod +x icloudpd-ex-1.12.0-macos-amd64`
- start it from the terminal: `icloudpd-ex-1.12.0-macos-amd64`
- Apple will tell you that it cannot check for malicous software and refuse to run the app; click "Ok"
- Open "System Settings"/"Privacy & Security" and find `icloudpd-ex-1.11.0-macos-amd64` as blocked app; Click "Allow"
- Start `icloudpd-ex-1.11.0-macos-amd64` from the terminal again
- Open "System Settings"/"Privacy & Security" and find `icloudpd-ex-1.12.0-macos-amd64` as blocked app; Click "Allow"
- Start `icloudpd-ex-1.12.0-macos-amd64` from the terminal again
- Apple will show another warning; click "Open"
- After that you can run `icloudpd-ex-1.11.0-macos-amd64 icloudpd --username [email protected] --list-albums` or any other supported command/option
- After that you can run `icloudpd-ex-1.12.0-macos-amd64 icloudpd --username [email protected] --list-albums` or any other supported command/option
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.11.0
docker pull icloudpd/icloudpd:1.12.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.11.0`
This script is available in a Docker image: `docker pull icloudpd/icloudpd:1.12.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.11.0",
version="1.12.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 1517e18

Please sign in to comment.