v0.6.0: strengthen backup integrity
pipeline / test (push) Has been cancelled
pipeline / build (push) Has been cancelled

This commit is contained in:
Ein Anderssono
2026-06-15 00:34:32 +02:00
parent 0a905758cc
commit 05188e5451
13 changed files with 840 additions and 97 deletions
+27
View File
@@ -0,0 +1,27 @@
# v0.6.0
This release focuses on backup integrity, recovery workflows, and clearer operational status.
## 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.
## Assets
- `photoscli`: macOS binary.
- `photoscli-0.6.0-macos.zip`: binary plus README, USERGUIDE, and CHANGELOG.
- `USERGUIDE.md`: standalone user guide.