v0.8.6: add XMP keyword and rating controls
pipeline / build (push) Has been cancelled
pipeline / test (push) Has been cancelled

This commit is contained in:
Ein Anderssono
2026-06-15 02:05:14 +02:00
parent 700d8ef05a
commit 5c40b1d3ba
7 changed files with 118 additions and 10 deletions
+7 -7
View File
@@ -1,18 +1,18 @@
# v0.8.5
# v0.8.6
This release adds privacy controls for generated XMP sidecars.
This release adds keyword and rating controls for generated XMP sidecars.
## Highlights
- Add `--xmp-privacy keep|strip-location|strip-address`.
- Keep existing behavior by default with `keep`.
- Use `strip-address` to omit reverse-geocoded address fields while keeping GPS coordinates.
- Use `strip-location` to omit both GPS coordinates and address fields.
- Add `--xmp-keywords album-path|album|none`.
- Add `--xmp-rating favorite|none`.
- Keep existing behavior by default with album-path keywords and favorite-to-rating mapping.
- Use these flags when another DAM or metadata tool should own keywords or ratings.
## Assets
- `photoscli`: Apple Silicon macOS binary (`darwin/arm64`).
- `photoscli-0.8.5-macos-arm64.zip`: Apple Silicon binary plus README, USERGUIDE, and CHANGELOG.
- `photoscli-0.8.6-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.