CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.18 vs CHANGELOG.adoc in asciidoctor-epub3-1.5.0.alpha.19

- old
+ new

@@ -3,10 +3,24 @@ :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.19 (2020-10-21) - @slonopotamus + +* add title and id support for literal blocks (#357) +* fix quotes not being properly escaped in section titles (#358) +* fix crash when encountering unsupported Asciidoctor node (#360) +* add support for 100%-wide table (#356) +* do not add multiple entries for same media files in book manifest (#370) +* do not add bogus entries to manifest when `:data-uri:` attribute is set (#371) +* add id support for listing blocks (#372) +* stop using deprecated `epub:type` for admonitions (#373) +* fix `epub:type` attributes for special sections (#374) +* fix font resize not working in iBooks (#368) +* fix visited link color in iBooks night mode (#366) + == 1.5.0.alpha.18 (2020-07-27) - @slonopotamus * remove <b> from chapter subtitle (#123) * improve tables support: cell content alignment, column width (#350) * fix chapter titles to actually be chapter titles instead of document title (#343) @@ -110,9 +124,10 @@ * fix JS causing malformed XML that prevented footnotes from being displayed in Calibre (#207) * fix installing on Windows (#213, #216) * upgrade pygments.rb to 1.2.1 (#216) * gepub dependency is no longer locked to 1.0.2 and will use latest 1.0.x version * fix `-a ebook-validate` not working on Windows (#232) +* fix crash when inline pass macro `m` contains an icon (#375) == 1.5.0.alpha.9 (2019-04-04) - @mojavelinux * allow converter to be used with Asciidoctor 2 (#185) * upgrade gepub (and, indirectly, nokogiri) (#177)