v0.7.0: add XMP sidecars
pipeline / test (push) Has been cancelled
pipeline / build (push) Has been cancelled

This commit is contained in:
Ein Anderssono
2026-06-15 00:57:13 +02:00
parent 36832060d0
commit 4fe4c15adf
8 changed files with 413 additions and 23 deletions
+9 -18
View File
@@ -1,29 +1,20 @@
# v0.6.0
# v0.7.0
This release focuses on backup integrity, recovery workflows, and clearer operational status.
This release adds opt-in XMP sidecar metadata for archival exports.
## Highlights
- Manifest entries now include relative paths, so tree backups can be verified accurately.
- SQLite manifests migrate automatically to include the new path column.
- `verify` now detects missing files, zero-byte files, and size mismatches by default.
- Exports use per-asset staging directories and rename completed files into place when possible.
- Failure tracking is deduplicated by asset ID and records attempts and latest error details.
- New `failures list` and `failures clear` commands.
- `retry-failed --clear-on-success` removes successfully retried failures.
- New `status` command with text and JSON output.
- Release workflow now publishes these release notes to the release page.
## Recommended Upgrade Notes
- Existing JSONL manifests continue to load; entries without `path` fall back to `filename`.
- Existing SQLite manifests are migrated with `ALTER TABLE downloads ADD COLUMN path ...` during open.
- `verify` is stricter now and may report problems that older versions ignored.
- Add `--sidecar none|xmp` with default `none`.
- Write XMP sidecars next to exported files when `--sidecar xmp` is selected.
- XMP files use the exported file basename, for example `IMG_0001.jpg` -> `IMG_0001.xmp`.
- Sidecars include photoscli metadata such as asset ID, filenames, album, manifest path, media type, dimensions, favorite state, cloud state, export mode, version, exported timestamp, size, and creation date when available.
- XMP writes are atomic and fail the asset when explicitly requested sidecar output cannot be written.
- Config files can set `sidecar = "xmp"`.
## Assets
- `photoscli`: Apple Silicon macOS binary (`darwin/arm64`).
- `photoscli-0.6.0-macos-arm64.zip`: Apple Silicon binary plus README, USERGUIDE, and CHANGELOG.
- `photoscli-0.7.0-macos-arm64.zip`: Apple Silicon binary plus README, USERGUIDE, and CHANGELOG.
- `USERGUIDE.md`: standalone user guide.
Intel Macs are not currently a supported release target.