v0.8.3: add sidecar inspection
pipeline / build (push) Has been cancelled
pipeline / test (push) Has been cancelled

This commit is contained in:
Ein Anderssono
2026-06-15 01:55:31 +02:00
parent a51db37fdb
commit 32a5819c86
7 changed files with 145 additions and 9 deletions
+6 -8
View File
@@ -1,19 +1,17 @@
# v0.8.2
# v0.8.3
This release adds metadata-only XMP sidecar refresh for existing manifest-backed exports.
This release adds XMP sidecar inspection for quick validation and scripting.
## Highlights
- Add `--metadata-only` for `export` and `backup-all`.
- Use manifest paths to find existing media files and write or refresh `.xmp` sidecars without re-exporting media.
- Require `--sidecar xmp` and an enabled manifest for metadata-only mode.
- Leave media files untouched; only generated XMP sidecars are written.
- Support `--reverse-geocode` during metadata-only refresh.
- Add `sidecar inspect <file.xmp>` to print photoscli metadata embedded in a generated sidecar.
- Add `sidecar inspect <file.xmp> --json` for scriptable output.
- Keep `verify --sidecar` for backup-wide checks and use `sidecar inspect` for one-file investigation.
## Assets
- `photoscli`: Apple Silicon macOS binary (`darwin/arm64`).
- `photoscli-0.8.2-macos-arm64.zip`: Apple Silicon binary plus README, USERGUIDE, and CHANGELOG.
- `photoscli-0.8.3-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.