Skip to content

Commit 1517e18

Browse files
v1.12.0 (#600)
1 parent def6ebf commit 1517e18

File tree

4 files changed

+13
-11
lines changed

4 files changed

+13
-11
lines changed

CHANGELOG.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@
22

33
## Unreleased
44

5+
## 1.12.0 (2023-03-10)
6+
57
- experimental: add macos binary [#551](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/551)
68
- fix: add `icloud` script to the source distribution [#594](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/594)
79

EXPERIMENTAL.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -34,30 +34,30 @@ Legacy command (compatible with prior versions):
3434

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

37-
`icloudpd-1.11.0-windows-amd64 --help`
37+
`icloudpd-1.12.0-windows-amd64 --help`
3838

3939
Help:
4040

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

43-
`icloudpd-ex-1.11.0-windows-amd64 --help`
43+
`icloudpd-ex-1.12.0-windows-amd64 --help`
4444

4545
Example:
4646

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

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

5151
## MacOS binary
5252

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

5555
Here are the steps to make it working:
5656
- download into desired folder
57-
- add executable flag by running `chmod +x icloudpd-ex-1.11.0-macos-amd64`
58-
- start it from the terminal: `icloudpd-ex-1.11.0-macos-amd64`
57+
- add executable flag by running `chmod +x icloudpd-ex-1.12.0-macos-amd64`
58+
- start it from the terminal: `icloudpd-ex-1.12.0-macos-amd64`
5959
- Apple will tell you that it cannot check for malicous software and refuse to run the app; click "Ok"
60-
- Open "System Settings"/"Privacy & Security" and find `icloudpd-ex-1.11.0-macos-amd64` as blocked app; Click "Allow"
61-
- Start `icloudpd-ex-1.11.0-macos-amd64` from the terminal again
60+
- Open "System Settings"/"Privacy & Security" and find `icloudpd-ex-1.12.0-macos-amd64` as blocked app; Click "Allow"
61+
- Start `icloudpd-ex-1.12.0-macos-amd64` from the terminal again
6262
- Apple will show another warning; click "Open"
63-
- After that you can run `icloudpd-ex-1.11.0-macos-amd64 icloudpd --username [email protected] --list-albums` or any other supported command/option
63+
- After that you can run `icloudpd-ex-1.12.0-macos-amd64 icloudpd --username [email protected] --list-albums` or any other supported command/option

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ There are three ways to run `icloudpd`:
1919
Docker 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.11.0
22+
docker pull icloudpd/icloudpd:1.12.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.11.0`
222+
This script is available in a Docker image: `docker pull icloudpd/icloudpd:1.12.0`
223223

224224
Usage (Downloads all photos to ./Photos):
225225

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010

1111
setup(
1212
name="icloudpd",
13-
version="1.11.0",
13+
version="1.12.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."

0 commit comments

Comments
 (0)