Skip to content

Release v0.3.0

Pre-release
Pre-release

Choose a tag to compare

@mudream4869 mudream4869 released this 20 May 01:16
· 612 commits to main since this release
78a0c99

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:

  1. Rename the snapshots/ folder to sources/
  2. Update book.json: current_snapshotcurrent_source
  3. Update CURRENT_VERSION_LOCATION.txt if 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