summaryrefslogtreecommitdiff
path: root/README.adoc
AgeCommit message (Collapse)Author
2024-05-12Release 2.1.3HEADmsm-1magentastripeMarat Radchenko
2024-05-12Begin development on next versionMarat Radchenko
2024-05-12Release 2.1.1Marat Radchenko
2024-02-04Begin development on next versionMarat Radchenko
2024-02-04Release 2.1.0Marat Radchenko
2024-01-16Drop MOBI support (#458)Marat Radchenko
Amazon is slowly killing it, it's just a question of time when it fully dies. References: * https://kdp.amazon.com/en_US/help/topic/GULSQMHU5MNH4EZM > Starting August 1, 2021, we will no longer support MOBI files for reflowable eBooks. Use EPUB, DOCX or KPF to publish new or update reflowable eBooks. * https://www.amazon.com/gp/help/customer/display.html?nodeId=G5WYD9SAF7PGXRNA > Beginning in late 2022, you'll no longer be able to send MOBI (.AZW, .MOBI) files to your Kindle library using Send to Kindle. This change won't affect any MOBI files already in your Kindle library. You can still read them with Kindle. MOBI is an older file format and won't support the newest Kindle features for documents. * https://www.reddit.com/r/kindle/comments/16rw6e3/amazon_announcement_about_mobi_support_timeline/ > We will end all Send to Kindle support for MOBI files by December 20, 2023. * https://www.mobileread.com/forums/showthread.php?t=336365 > Does anyone still have Kindle Previewer installer older than 3.49 that you could share? The reason I am looking for it is because newer versions no longer open .mobi files.
2024-01-13Begin development on next versionMarat Radchenko
2024-01-13Release 2.0.1Marat Radchenko
2024-01-12Begin development on next versionMarat Radchenko
2024-01-12Release 2.0.0Marat Radchenko
2024-01-07bump oldest supported Ruby & Asciidoctor (#452)Marat Radchenko
2022-12-20fix CI badge in readmeMarat Radchenko
2022-12-19fix CI url in readmeMarat Radchenko
2022-01-09fix docs link in READMEMarat Radchenko
2021-04-29Begin development on next version [skip ci]Marat Radchenko
2021-04-29Release 1.5.1Marat Radchenko
2021-04-29Release 1.5.0Marat Radchenko
2021-04-29prepare for releaseMarat Radchenko
2021-03-09convert documentation to Antora module (PR #391)Marat Radchenko
This is a first step to publish documentation on docs.asciidoctor.org
2021-03-07add Zulip badge to READMEMarat Radchenko
2020-10-21Begin development on next version [skip ci]Marat Radchenko
2020-10-21Release 1.5.0.alpha.19Marat Radchenko
2020-07-27Begin development on next version [skip ci]Marat Radchenko
2020-07-27Release 1.5.0.alpha.18Marat Radchenko
2020-07-03resolves #10 add support for MathML via AsciiMath (#346)Marat Radchenko
2020-07-01resolves #174 add support for inline TOC (#342)Marat Radchenko
2020-06-29Switch links in README to HTTPS wherever possibleMarat Radchenko
2020-06-29Fix links from READMEMarat Radchenko
2020-06-29Use only master branch for CI badgeMarat Radchenko
2020-05-25Begin development on next version [skip ci]Marat Radchenko
2020-05-25Release 1.5.0.alpha.17Marat Radchenko
2020-04-26Begin development on next version [skip ci]Marat Radchenko
2020-04-26Release 1.5.0.alpha.16Marat Radchenko
2020-04-26resolves #327 improve epub-chapter-level attribute documentationMarat Radchenko
2020-04-17resolves #327 add customizable splitting into chapters (#328)Marat Radchenko
2020-03-11Begin development on next version [skip ci]Marat Radchenko
2020-03-11Release 1.5.0.alpha.15Marat Radchenko
2020-03-04resolves #307 add series metadata (#321)Marat Radchenko
2020-03-03resolves #262 support syntax highlighting with CodeRay and Rouge (#316)Marat Radchenko
2020-03-01convert LICENSE to plain text so GitHub understands it (#315)Marat Radchenko
2020-02-29remove leveloffset from exampleMarat Radchenko
It is an artifact of older spine stuff and is harmful now
2020-02-29Begin development on next version [skip ci]Marat Radchenko
2020-02-29Release 1.5.0.alpha.14Marat Radchenko
2020-02-19rename OEBPS folder to EPUB inside EPUB archive (PR #305)Marat Radchenko
2020-02-18Merge branch 'master' into 'multiple-frontmatter'Rainer Volz
2020-02-18resolves #47 stop requiring specific include file scheme (PR #302)Marat Radchenko
support conversion of article documents to a single-chapter file resolves #205 support special chapters like bibliography resolves #190 `basedir` now points to spine document directory when processing chapter files resolves #178 fix image and listing numbers being reset in each chapter resolves #166 fix xref resolving between sub-includes of chapter files resolves #151 add support for contentless include files resolves #136 drop nonstandard `<<chapter#>>` xref syntax and instead support vanilla `<<anchor>>` or `<<file#anchor>>` syntax resolves #206 properly include bibliography generated by asciidoctor-bibtex require Asciidoctor 1.5.6+
2020-02-16Add handling of multiple front matter pages.Rainer Volz
* The attribute 'epub3-frontmatterdir' points to a directory with frontmatter files * Frontmatter files must match the expression 'front-matter.*\.html' * Multiple matching frontmatter files are sorted by name
2020-02-06resolves #155 add support for Font Awesome Solid 5.12.0 (PR #290)Marat Radchenko
2020-02-04remove text about default cover image from READMEMarat Radchenko
It was removed due to #180.
2020-02-04resolves #30 remove warning from READMEMarat Radchenko
We now *do* package inline images, thanks to #283