All notable changes to this project will be documented in this file.
Warning: Features marked as alpha may change or be removed in a future release without notice. Use with caution.
The WebPub data the go-toolkit parses and provides has been updated to more closely match the latest WebPub spec. Pay close attention to these changes if you depend on the WebPub output in reading systems/libraries that use an older version of the spec!
- Major changes to
readium servecommand syntax, to improve ease of use - Docker container no longer includes any test publications, an only enables http/https publication serving by default
- Improvements to documentation
- Updates to dependencies
- Links to services (positions list etc.) are removed from the manifest when running
readium manifest
- Add
--s3-use-path-styleflag to enable broader support for S3-like services that use the deprecated path-style bucket access (especially useful in docker environments)
- The version output from the CLI was incorrect, consisting of the go-toolkit version. It is now a combination of the CLI and go-toolkit version
- Add
--infer-a11y-ignore-image-hashesand--infer-a11y-ignore-image-dirflags tomanifestcommand to ignore certain images when inferring a publication's a11y access mode
- Upgraded go-toolkit from v0.9.0 to v0.10.1
- Default hashing algorithms for inspected images changed from SHA-256 + MD5 to just SHA-256
- Created this project based on the command-line utilities from the [https://github.com/readium/go-toolkit](Go Toolkit)