Skip to content

Commit 463589b

Browse files
bump 1.19.1
1 parent 3f74690 commit 463589b

File tree

8 files changed

+18
-16
lines changed

8 files changed

+18
-16
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.19.1 (2024-06-02)
6+
57
- fix: KeyError alternative [#859](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/859)
68

79
## 1.19.0 (2024-05-31)

CONTRIBUTING.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -121,21 +121,21 @@ scripts/build
121121
Building platform executables:
122122

123123
``` sh
124-
scripts/build_bin_linux 1.19.0 amd64
124+
scripts/build_bin_linux 1.19.1 amd64
125125
```
126126
Note: that command is for Linux, including devcontainers. Windows & MacOS scripts must be executed on respective platforms.
127127

128128
Building Python wheels (with single executables; platform-specific):
129129

130130
``` sh
131-
scripts/build_binary_dist_linux 1.19.0
131+
scripts/build_binary_dist_linux 1.19.1
132132
```
133133
Note: that the step expects executables to be already prepared by previous step
134134

135135
Building NPM packages (with single executables; platform-specific):
136136

137137
``` sh
138-
scripts/build_npm 1.19.0
138+
scripts/build_npm 1.19.1
139139
```
140140
Note: that the step expects executables to be already prepared by previous steps
141141

@@ -180,4 +180,4 @@ We have github actions taking care for building, testing, and releasing software
180180
- Update CHANGELOG.md with release changes if they were not added with commits
181181
- Update CHANGELOG.md with date of the release
182182
- Commit & push changes (either directly or through pull requests)
183-
- Add version tag to head (`git tag v1.19.0`) and push it to master (`git push origin v1.19.0` ) -- there seems to be no way to do that in UI
183+
- Add version tag to head (`git tag v1.19.1`) and push it to master (`git push origin v1.19.1` ) -- there seems to be no way to do that in UI

EXPERIMENTAL.md

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

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

37-
`icloudpd-1.19.0-windows-amd64 --help`
37+
`icloudpd-1.19.1-windows-amd64 --help`
3838

3939
Help:
4040

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

43-
`icloudpd-ex-1.19.0-windows-amd64 --help`
43+
`icloudpd-ex-1.19.1-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.19.0-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}`
49+
`icloudpd-ex-1.19.1-windows-amd64 copy [email protected] /path/to/{album}/{date_created:%Y/%Y-%m}`
5050

FAQ.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,13 +68,13 @@ Access to iCloud.com is blocked from mainland China. `icloudpd` can be used with
6868

6969
Here are the steps to make it working:
7070
- download binary from Github [Releases](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases) into desired local folder
71-
- add executable flag by running `chmod +x icloudpd-1.19.0-macos-amd64`
72-
- start it from the terminal: `icloudpd-1.19.0-macos-amd64`
71+
- add executable flag by running `chmod +x icloudpd-1.19.1-macos-amd64`
72+
- start it from the terminal: `icloudpd-1.19.1-macos-amd64`
7373
- Apple will tell you that it cannot check for malicous software and refuse to run the app; click "Ok"
74-
- Open "System Settings"/"Privacy & Security" and find `icloudpd-1.19.0-macos-amd64` as blocked app; Click "Allow"
75-
- Start `icloudpd-1.19.0-macos-amd64` from the terminal again
74+
- Open "System Settings"/"Privacy & Security" and find `icloudpd-1.19.1-macos-amd64` as blocked app; Click "Allow"
75+
- Start `icloudpd-1.19.1-macos-amd64` from the terminal again
7676
- Apple will show another warning; click "Open"
77-
- After that you can run `icloudpd-1.19.0-macos-amd64 --help` or any other supported command/option
77+
- After that you can run `icloudpd-1.19.1-macos-amd64 --help` or any other supported command/option
7878

7979
## Running on Synology NAS
8080

binary_dist/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
build-backend = "setuptools.build_meta"
77

88
[project]
9-
version="1.19.0"
9+
version="1.19.1"
1010
name = "icloudpd"
1111
description = "icloudpd is a command-line tool to download photos and videos from iCloud."
1212
readme = "README_PYPI.md"

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ requires = [
66
build-backend = "setuptools.build_meta"
77

88
[project]
9-
version="1.19.0"
9+
version="1.19.1"
1010
name = "icloudpd"
1111
description = "icloudpd is a command-line tool to download photos and videos from iCloud."
1212
readme = "README_PYPI.md"

scripts/publish_pypi

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,4 +11,4 @@ set -euo pipefail
1111
# cleint use: pip install --index http://192.168.1.20:4880 --trusted-host 192.168.1.20 icloudpd
1212

1313
# linux
14-
twine upload --repository-url $1 --non-interactive -u bogus -p bogus dist/icloudpd-1.19.0-py2.py3-none-manylinux*.whl dist/icloudpd-1.19.0-py2.py3-none-macos*.whl dist/icloudpd-1.19.0-py2.py3-none-win*.whl dist/icloudpd-1.19.0-py3-none-any.whl
14+
twine upload --repository-url $1 --non-interactive -u bogus -p bogus dist/icloudpd-1.19.1-py2.py3-none-manylinux*.whl dist/icloudpd-1.19.1-py2.py3-none-macos*.whl dist/icloudpd-1.19.1-py2.py3-none-win*.whl dist/icloudpd-1.19.1-py3-none-any.whl

src/icloudpd/base.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ def lp_size_generator(_ctx: click.Context, _param: click.Parameter, size: str) -
335335
)
336336
# a hacky way to get proper version because automatic detection does not
337337
# work for some reason
338-
@click.version_option(version="1.19.0")
338+
@click.version_option(version="1.19.1")
339339
# pylint: disable-msg=too-many-arguments,too-many-statements
340340
# pylint: disable-msg=too-many-branches,too-many-locals
341341
def main(

0 commit comments

Comments
 (0)