Releases: asciidoctor/asciidoctor-fb2
v0.7.0
Summary
This release improves images and admonitions support, and starts an era of CSS in generated FB2 documents.
Distribution
Changelog
- fix handling of image paths with path separators
- add support for image alignment. #16
- add support for floating images
- add naive admonition icons support. #18
Release meta
Released on: 2022-12-18
Released by: @slonopotamus
Logs: resolved issues | full diff
v0.6.0
Summary
Minor release that allows usage of Nokogiri 1.13
Distribution
Changelog
- bump fb2rb to 0.7.0 (allows usage of Nokogiri 1.13)
Release meta
Released on: 2022-10-30
Released by: @slonopotamus
Logs: resolved issues | full diff
v0.5.1
Summary
This release adds support for inline stem blocks
Distribution
Changelog
- add basic support for stem blocks
Release meta
Released on: 2021-04-01
Released by: @slonopotamus
Logs: resolved issues | full diff
v0.5.0
Summary
This release adds support for several not-so-often-used AsciiDoc nodes
Distribution
Changelog
- add support for
indexterm
andintexterm2
inline macros - add support for inline callouts
- add support for open blocks
- add support for example blocks
- fix crash if document contains a page break
- add support for floating title
- fix crash if document contains thematic break
Release meta
Released on: 2021-03-31
Released by: @slonopotamus
Logs: resolved issues | full diff
v0.4.0
Summary
Minor release that allows usage of Nokogiri 1.11
Distribution
Changelog
- fix table cells markup
- bump fb2rb to 0.6.0 (allows usage of Nokogiri 1.11)
Release meta
Released on: 2021-02-14
Released by: @slonopotamus
Logs: resolved issues | full diff
v0.3.1
Summary
This is an important bugfix release that fixes invalid XML syntax generated for table cells
Distribution
Changelog
- fix crash on
toc::[]
macro - avoid adding
notes
body to FB2 if document doesn't have any footnotes - fix invalid XML syntax for table cells
Release meta
Released on: 2020-11-29
Released by: @slonopotamus
Logs: resolved issues | full diff