diff options
author | Samy Pessé <samypesse@gmail.com> | 2015-03-09 10:43:12 +0100 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2015-03-09 10:43:12 +0100 |
commit | 34fc2831e0cf0fed01c71cec28d93472d87f455b (patch) | |
tree | a803cc907c20491ba02863b5d3dd5aedf6bfed10 /CHANGES.md | |
parent | e1594cde2c32e4ff48f6c4eff3d3d461743d74e1 (diff) | |
parent | 1bf68a5aa0703b5a1815cfe4ebb731b5fb6ed9d2 (diff) | |
download | gitbook-34fc2831e0cf0fed01c71cec28d93472d87f455b.zip gitbook-34fc2831e0cf0fed01c71cec28d93472d87f455b.tar.gz gitbook-34fc2831e0cf0fed01c71cec28d93472d87f455b.tar.bz2 |
Merge branch 'version/2.0'
Diffstat (limited to 'CHANGES.md')
-rw-r--r-- | CHANGES.md | 55 |
1 files changed, 55 insertions, 0 deletions
@@ -1,4 +1,59 @@ # Release notes +All notable changes to this project will be documented in this file. +This project adheres to [Semantic Versioning](http://semver.org/). + +## 2.0.0-alpha.9 +- Fix links in sidebar +- Fix normalization of html link (README to index) +- Fix html snippets escaping + +## 2.0.0-alpha.8 +- Improve locale detection for i18n +- Fix chapter name for Glossary in pdf +- Don't escape html in glossary items +- Fix generation of multilingual book as ebook +- Add "post" block attribute to post-process + +## 2.0.0-alpha.7 +- Fix display of glossary in ebook formats +- Add default footer and header to pdf +- Fix generation of json format compatible with 1.x.x +- Add Simplifiled Chinese and Traditional Chinese translations + +## 2.0.0-alpha.6 +- Add es and pt translations +- Fix replacement of glossary terms + +## 2.0.0-alpha.5 +- Fix copy of files/covers +- Add back `finish:before` hook + +## 2.0.0-alpha.4 +- Fix copy of cover for multilingal books + +## 2.0.0-alpha.3 +- Norwegian translation +- Load plugins from book in priority + +## 2.0.0-alpha.3 +- Fix init command +- Update parsers to fix spaces in summary (`gitbook-parsers@0.3.1`) + +## 2.0.0-alpha.1 +- Externalize parsing into `gitbook-parsers` module +- Supports AsciiDoc and reStructuredText +- Hooks for page (`page:*`) are now deprecated, plugins should extend filters and blocks instead +- Hooks `summary` and `glossary` (after and before) have been removed +- Exercises and Quizzes are no longer parsed in the markdown parser +- Support for more markdown extensions: `.markdown`, `.mdown` +- Templates are rendered with nunjucks instead of swig, syntax is almost compatible, there is some changes with contexts and filters. `{{ super() }}` should be use instead of `{% parent %}` +- Clean output folder on build without removing `.git` and `.svn` +- MathJAX is no longer a default plugin +- SVG images are converted to PNG during generation of ebooks +- i18n in website and ebook (ru, it, de, fr) +- New templating syntax +- Content references (both internal and external) +- Glossary terms are handled during generation (also in ebook format) ## 1.5.0 - Fix `serve` command, broken by `1.4.2` |