Release v0.3.0
Pre-release
Pre-release
What's Changed
Breaking Change: snapshots renamed to sources
This release migrates the internal content directory and metadata naming from snapshots to sources.
Existing shelf directories must be migrated before using v0.3.0.
The migration script will:
- Rename the
snapshots/folder tosources/ - Update
book.json:current_snapshot→current_source - Update
CURRENT_VERSION_LOCATION.txtif it exists
Run:
go run migration/migrate_snapshot_to_source/main.go <shelf_dir>It is recommended to back up your shelf directory before running the migration.
Full Changelog: v0.2.0...v0.3.0