19 lines
657 B
Markdown
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.
|