summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSamy Pessé <samypesse@gmail.com>2015-02-06 15:54:40 +0100
committerSamy Pessé <samypesse@gmail.com>2015-02-06 15:54:40 +0100
commitd8898b7a1f429f5fcc1ad1001f6b6ebcea481f7d (patch)
tree0e60a79fddadd3bc331fabd3c2c83f6aae22d6bf
parentbb7e081a37a98fe1303dc7937c76c2422936f838 (diff)
downloadgitbook-d8898b7a1f429f5fcc1ad1001f6b6ebcea481f7d.zip
gitbook-d8898b7a1f429f5fcc1ad1001f6b6ebcea481f7d.tar.gz
gitbook-d8898b7a1f429f5fcc1ad1001f6b6ebcea481f7d.tar.bz2
Add changelog for version 2.0.0-alpha.*
-rw-r--r--CHANGES.md31
1 files changed, 31 insertions, 0 deletions
diff --git a/CHANGES.md b/CHANGES.md
index d128fb4..975a97e 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,5 +1,36 @@
# Release notes
+## 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`
- Add nicer `dark` theme :)