| Age | Commit message (Collapse) | Author |
|
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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
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+
|
|
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
|
|
|
|
> 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.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
- 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
|
|
|
|
|
|
|
|
- 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
|
|
- 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
|
|
|
|
- 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
|
|
|
|
|