Bug fixes
- Fix body-level images and body-level title inline images not being indexed as referenced, causing them to be excluded during conversion
- Fix
kfxgen.pidMapWithOffsetformat capability being incorrectly declared for books with image-only inline entries (no mixed text+image content), which produced KFXInput validation error - Fix mojibake when FB2 file declares non-UTF-8 encoding but content is actually UTF-8
- Fix element ordering in EPUB and KFX generators to match FictionBook.xsd schema
- EPUB: body-level image now correctly precedes body title (was emitted after title and epigraphs)
- KFX: section-level image now correctly follows title and epigraphs (was emitted before title); section epigraphs now correctly follow title (were emitted after annotation)
- Split body image into separate KFX storyline when CSS requests page break.
Full Changelog: v1.1.2...v1.1.3