Skip to content

Commit e2bc5f8

Browse files
bump 1.25.1->1.26.0
1 parent fa82cf6 commit e2bc5f8

File tree

7 files changed

+16
-14
lines changed

7 files changed

+16
-14
lines changed

CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,9 @@
22

33
## Unreleased
44

5-
- feature: add `--keep-icloud-recent-days` parameter to keep photos newer than this many days in iCloud. Deletes the rest.
5+
## 1.26.0 (2025-01-13)
6+
7+
- feature: add `--keep-icloud-recent-days` parameter to keep photos newer than this many days in iCloud. Deletes the rest. [#1046](https://github.com/icloud-photos-downloader/icloud_photos_downloader/issues/1046)
68

79
## 1.25.1 (2024-12-28)
810

CONTRIBUTING.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ Note: that the step expects executables to be already prepared by previous steps
145145
Building NPM packages (with single executables; platform-specific):
146146

147147
``` sh
148-
scripts/build_npm 1.25.1
148+
scripts/build_npm 1.26.0
149149
```
150150
Note: that the step expects executables to be already prepared by previous steps
151151

@@ -209,4 +209,4 @@ We have GitHub actions taking care for building, testing, and releasing software
209209
- Update CHANGELOG.md with release changes if they were not added with commits
210210
- Update CHANGELOG.md with date of the release
211211
- Commit & push changes (either directly or through pull requests)
212-
- Add version tag to head (`git tag v1.25.1`) and push it to master (`git push origin v1.25.1`) -- there seems to be no way to do that in UI
212+
- Add version tag to head (`git tag v1.26.0`) and push it to master (`git push origin v1.26.0`) -- there seems to be no way to do that in UI

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ We aim to release new versions once a week (Friday), if there is something worth
1212
## Install and Run
1313

1414
There are three ways to run `icloudpd`:
15-
1. Download executable for your platform from the GitHub [Release](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases/tag/v1.25.1) and run it
15+
1. Download executable for your platform from the GitHub [Release](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases/tag/v1.26.0) and run it
1616
1. Use package manager to install, update, and, in some cases, run ([Docker](https://icloud-photos-downloader.github.io/icloud_photos_downloader/install.html#docker), [PyPI](https://icloud-photos-downloader.github.io/icloud_photos_downloader/install.html#pypi), [AUR](https://icloud-photos-downloader.github.io/icloud_photos_downloader/install.html#aur), [npm](https://icloud-photos-downloader.github.io/icloud_photos_downloader/install.html#npm))
1717
1. Build and run from the source
1818

binary_dist/pyproject.toml

+1-1
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.25.1"
9+
version="1.26.0"
1010
name = "icloudpd"
1111
description = "icloudpd is a command-line tool to download photos and videos from iCloud."
1212
readme = "README_PYPI.md"

docs/conf.py

+2-2
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
project = "icloudpd"
1010
copyright = "2024, Contributors"
1111
author = "Contributors"
12-
release = "1.25.1"
12+
release = "1.26.0"
1313

1414
# -- General configuration ---------------------------------------------------
1515
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
@@ -19,7 +19,7 @@
1919
templates_path = ["_templates"]
2020
exclude_patterns = ["_build", "Thumbs.db", ".DS_Store"]
2121

22-
html_title = "icloudpd 1.25.1"
22+
html_title = "icloudpd 1.26.0"
2323
language = "en"
2424
# language = 'Python'
2525

docs/install.md

+6-6
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Install and Run
22

33
There are three ways to run `icloudpd`:
4-
1. Download executable for your platform from the GitHub [Release](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases/tag/v1.25.1) and run it, e.g.:
4+
1. Download executable for your platform from the GitHub [Release](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases/tag/v1.26.0) and run it, e.g.:
55

66
```sh
77
icloudpd --username [email protected] --directory photos --watch-with-interval 3600
@@ -107,13 +107,13 @@ npx --yes icloudpd --directory /data --username [email protected] --watch-with-in
107107
108108
Here are the steps to make it working:
109109
- download binary from GitHub [Releases](https://github.com/icloud-photos-downloader/icloud_photos_downloader/releases) into desired local folder
110-
- add executable flag by running `chmod +x icloudpd-1.25.1-macos-amd64`
111-
- start it from the terminal: `icloudpd-1.25.1-macos-amd64`
110+
- add executable flag by running `chmod +x icloudpd-1.26.0-macos-amd64`
111+
- start it from the terminal: `icloudpd-1.26.0-macos-amd64`
112112
- Apple will tell you that it cannot check for malicious software and refuse to run the app; click "Ok"
113-
- Open "System Settings"/"Privacy & Security" and find `icloudpd-1.25.1-macos-amd64` as blocked app; Click "Allow"
114-
- Start `icloudpd-1.25.1-macos-amd64` from the terminal again
113+
- Open "System Settings"/"Privacy & Security" and find `icloudpd-1.26.0-macos-amd64` as blocked app; Click "Allow"
114+
- Start `icloudpd-1.26.0-macos-amd64` from the terminal again
115115
- Apple will show another warning; click "Open"
116-
- After that you can run `icloudpd-1.25.1-macos-amd64 --help` or any other supported command/option
116+
- After that you can run `icloudpd-1.26.0-macos-amd64 --help` or any other supported command/option
117117
118118
## Error on the First Run
119119

pyproject.toml

+1-1
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.25.1"
9+
version="1.26.0"
1010
name = "icloudpd"
1111
description = "icloudpd is a command-line tool to download photos and videos from iCloud."
1212
readme = "README_PYPI.md"

0 commit comments

Comments
 (0)