Skip to content

v0.1.1

Choose a tag to compare

@github-actions github-actions released this 16 Oct 18:15
· 13 commits to main since this release

Release 0.1.1

  • Fixed issue with custom.* sub-tables generating QR codes with incomplete definitions.
  • Corrected default file path: src/mdbook_qr_code.png was incorrectly resolved as src/src/mdbook_qr_code.png. It now uses your src_dir as defined in book.toml, resulting in {src_dir}/qr/mdbook_qr_code.png.
  • Custom QR codes now generate when custom.*.marker is defined and placed in a *.md file.
  • If qr-path is not specified, the *.png filename will be derived from custom.*.marker and saved to the default path {src_dir}/qr/{derived_from_marker}.png.
  • html.output.site-url is no longer supported. If qr.url or qr.custom.*.url is not provided, the QR code will be generated using the CI environment variable GITHUB_REPOSITORY.
  • Documentation has been updated to reflect these changes