mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-18 00:25:07 +00:00
1.7 KiB
1.7 KiB
Release notes
1.2.0
- Improvements on ebook generation
- Fix incorrect follow of links in ebook generation
- Move Table of Contents at the beginning of the ebook
- Update to last highlight.js (includes Swift)
- Includes of templates and variables (from book.json)
1.1.1
- Rewrite quiz logic to be more robust
- Improve integration of glossary
- Improve generation of ebook by using a multiple HTML pages input source
- Fix incorrect page breaks after h1 and h2 divs
- New options to set header and footer in PDF generation
1.1.0
- Plugins can now extend the ebook generation (pdf, epub, mobi)
- Update
kramedto version 0.4.3
1.0.3
- Update
mathjaxplugin and MathJAx to version 2.4 - Update
highlight.jsto 8.2.0
1.0.2
- Update
mathjaxplugin, fixes issues with inline math rendering (no longer wanted)
1.0.1
- New inline math convention (kramdown's), using
$$rather than$as delimiters - Fix instapaper sharing
- The
exercises&quizzesplugins are now by default
1.0.0
- New design
- Support for glossary
- Support for sharing to instapaper
- Support for footnotes
0.7.1
- Update
fs-extrato0.10.0(fixes potential race conditions)
0.7.0
- Add page break in ebook (pdf, epub, mobi) between chapters/articles
- Start using kramed instead of marked
- Fix display of inline math
- Switch to graceful-fs to fix EMFILE errors
- Add sharing to weibo.com
0.6.2
- Support generating a plugin's book info dynamically
- Improve navigation on dark theme
- Improve path normalization when parsing SUMMARY.md
0.6.0
- Generate header id the same as github
- Custom links can be added at top of sidebar
- Summary can now be transformed by plugins
- Support importing code snippets