From 1517e182ef08735fbcd20433fea8440acd7231ab Mon Sep 17 00:00:00 2001 From: Andrey Nikiforov Date: Fri, 10 Mar 2023 07:34:09 -0800 Subject: [PATCH] v1.12.0 (#600) --- CHANGELOG.md | 2 ++ EXPERIMENTAL.md | 16 ++++++++-------- README.md | 4 ++-- setup.py | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f5086c61d..9281ed730 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/EXPERIMENTAL.md b/EXPERIMENTAL.md index d8d8054a1..72befcd79 100644 --- a/EXPERIMENTAL.md +++ b/EXPERIMENTAL.md @@ -34,19 +34,19 @@ 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 my@email.address /path/to/{album}/{date_created:%Y/%Y-%m}` -`icloudpd-ex-1.11.0-windows-amd64 copy my@email.address /path/to/{album}/{date_created:%Y/%Y-%m}` +`icloudpd-ex-1.12.0-windows-amd64 copy my@email.address /path/to/{album}/{date_created:%Y/%Y-%m}` ## MacOS binary @@ -54,10 +54,10 @@ Experiemental binary is available as MacOS binary. It is available as Intel 64bi 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 my@email.address --list-albums` or any other supported command/option +- After that you can run `icloudpd-ex-1.12.0-macos-amd64 icloudpd --username my@email.address --list-albums` or any other supported command/option diff --git a/README.md b/README.md index 6c3f2f0a8..d158cd3f5 100644 --- a/README.md +++ b/README.md @@ -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 @@ -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): diff --git a/setup.py b/setup.py index 9ef88eea7..dd5a7a7b6 100644 --- a/setup.py +++ b/setup.py @@ -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."