summaryrefslogtreecommitdiff
path: root/WORKLOG.adoc
AgeCommit message (Collapse)Author
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.
2021-04-18resolves #396 add support for :back-cover-image: document attributeMarat Radchenko
2020-07-01resolves #174 add support for inline TOC (#342)Marat Radchenko
2020-03-22resolves #324 add proper handling of :data-uri: document attributeMarat Radchenko
2020-03-03resolves #262 support syntax highlighting with CodeRay and Rouge (#316)Marat Radchenko
2020-02-19rename OEBPS folder to EPUB inside EPUB archive (PR #305)Marat Radchenko
2020-02-18remove obsolete/completed items from WORKLOGMarat Radchenko
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-04resolves #282 use imagedir from an image's context during packaging (PR #283)Marat Radchenko
resolves #169 images in tables don't show up resolves #190 plantumlconfig is looking in the wrong dir resolves #30 Inline images are not included
2020-01-30resolves #276 try to use KindleGen/EPUBCheck binary from `$PATH` (#277)Marat Radchenko
2020-01-24remove completed/outdated items from worklogMarat Radchenko
> enable NOKOGIRI_USE_SYSTEM_LIBRARIES=1 to speed up nokogiri install (in .travis.yml, bundler in general) Our CI is fast enough. Users can do this if they want to, there are cases when they don't. > Don't package sample documents (create separate folder in repo) We don't. > if document doesn't have doctitle, Untitled shows in epub2 TOC (isn't this correct?) This feels like a correct behavior. > quiet flag Now we have proper logger (#176), so our verbosity can be controlled by it. > document that to use kindlegen with Ruby 1.9.3, must use kindlegen 2.9.4 gem Ruby 2.3 is our oldest supported version today.
2020-01-23resolves #176 route messages through the logger (PR #242)Marat Radchenko
2020-01-18resolves #224 use epubcheck-ruby instead of epubcheck (PR #214)Marat Radchenko
2020-01-18update WORKLOG [skip ci]Dan Allen
2019-04-04update WORKLOG [skip ci]Dan Allen
2018-02-22update WORKLOGDan Allen
2018-02-20update WORKLOGDan Allen
2017-09-10update WORKLOGDan Allen
2017-04-17update WORKLOGDan Allen
2017-04-16update WORKLOGDan Allen
2017-04-15add items to WORKLOGDan Allen
2017-04-15update WORKLOGDan Allen
2017-04-11update WORKLOGDan Allen
2017-04-07update WORKLOGDan Allen
2017-03-26update WORKLOGDan Allen
2016-01-05update WORKLOGDan Allen
2015-12-23add notes to WORKLOGDan Allen
2015-12-23update WORKLOGDan Allen
2015-11-02update WORKLOGDan Allen
2014-11-28update WORKLOGDan Allen
2014-11-18update WORKLOGDan Allen
2014-08-17add noteDan Allen
2014-07-29minorDan Allen
2014-07-29add cli enhancements to notesDan Allen
2014-07-28update to Asciidoctor 1.5.0.rc.1; content revisionsDan Allen
- update asciidoctor gem to 1.5.0.rc.1 - remove patch to Asciidoctor::AbstractBlock - add doc argument to SpineItemProcessor#process method - use backticks instead of plus in README - update authors - update notes - update font generator script
2014-05-13update worklogDan Allen
2014-05-07update worklogDan Allen
2014-04-21update WORKLOGDan Allen
2014-04-20update fonts & font script to remove corrupted cmap tablesDan Allen
- update font script to remove corrupted cmap tables in M+ fonts - regenerate fonts - switch to numeric weights when using M+ 1p fonts - tweak kerning settings and commentary
2014-04-20subset fonts by script (e.g., alphabet)Dan Allen
- rewrite font generation script to subset font by script - document scripts attribute - move font-face declarations to separate CSS file - update font-face declarations to reflect scripts selection - only add fonts that are declared in stylesheet - fix EPUB3 validation error with use of inline styles - don't use bold in sidebar heading - set font scaling on Namo Pubtree - update worklog and comments
2014-04-19worklog updatesDan Allen
2014-04-18font improvementsDan Allen
- regenerate Noto Serif fonts from upstream - add script to generate optimized subset of Noto Serif fonts - enable kerning in a standard way except on Kindle - fix link color in abstract in WebKit - prevent iBooks from hyphenating the chapter title - update WORKLOG
2014-04-17update WORKLOGDan Allen
2014-04-16make it soDan Allen