Files
photocli/RELEASE_NOTES.md
T
Ein Anderssono bed3ea7bd0
pipeline / test (push) Has been cancelled
pipeline / build (push) Has been cancelled
v0.9.1: add deep checksum verification
2026-06-15 02:23:22 +02:00

19 lines
657 B
Markdown

# v0.9.1
This release adds deep checksum verification for manifest-backed backups.
## Highlights
- Add `verify --deep` to recompute SHA-256 checksums when manifest entries include checksums.
- Report `checksum-mismatch` when file contents differ from the manifest checksum.
- Keep normal `verify` unchanged unless `--deep` is selected.
- `--deep` works with JSONL and SQLite manifests.
## Assets
- `photoscli`: Apple Silicon macOS binary (`darwin/arm64`).
- `photoscli-0.9.1-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.