CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.13 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.14

- old
+ new

@@ -3,9 +3,38 @@ :uri-repo: https://github.com/asciidoctor/asciidoctor-epub3 This document provides a high-level view of the changes to the {project-name} by release. For a detailed view of what has changed, refer to the {uri-repo}/commits/master[commit history] on GitHub. +== 1.5.0.alpha.14 (2020-02-29) - @slonopotamus + +* support conversion of article documents to a single-chapter file +* stop requiring specific include file scheme (#47) +* support special chapters like bibliography (#205) +* `basedir` now points to main document directory when processing chapter files (#190) +* fix image and listing numbers being reset in each chapter (#178) +* fix xref resolving between sub-includes of chapter files (#166) +* add support for contentless include files (#151) +* drop nonstandard `<<chapter#>>` xref syntax and instead support vanilla `<<anchor>>` or `<<file#anchor>>` syntax (#136) +* properly include bibliography generated by asciidoctor-bibtex (#206) +* require Asciidoctor 1.5.6+ +* add support for book preamble (#303) +* add basic support for multi-part books (#304) +* do not include current date if `:reproducible:` attribute is set (#203) +* respect `SOURCE_DATE_EPOCH` environment variable for reproducible builds +* fix invalid markup produced for tables with footer (#295) +* add support for image width/height attributes (#183) +* log KindleGen warnings with WARNING log level (#291) +* convert stem blocks to `<code>$stem_text</code>` (#10) +* use imagedir from an image's context during packaging (#282) +* fix images in tables not included in epub archive (#169) +* search for `front-matter.html` in document dir instead of CWD (#300) +* fix inline images not being included in epub archive (#30) +* add support for Font Awesome Solid 5.12.0 (#155) +* fix inline anchors missing their ids (#201) +* support multiple front-matter files via `epub3-frontmatterdir` attribute +* add support for multiple authors in book metadata + == 1.5.0.alpha.13 (2020-02-04) - @slonopotamus * remove kindlegen and epubcheck-ruby from runtime dependencies (#288) == 1.5.0.alpha.12 (2020-02-02) - @slonopotamus