1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-30 04:51:21 +02:00
crowbook/ChangeLog.md

16 lines
456 B
Markdown
Raw Normal View History

2016-02-20 17:24:07 +01:00
ChangeLog
=========
2016-02-22 18:54:49 +01:00
0.2.0 (unreleased)
------------------
2016-02-22 23:23:04 +01:00
* Refactored `Book` to use an HashMap of `BookOption`s instead of
having like 42 fields.
2016-02-22 20:06:14 +01:00
* Tables and Footnotes are now implemented for the parser, and
Rendered via \footnote{} for latex, and via side notes for HTML.
2016-02-22 18:54:49 +01:00
* `crowbook` now have a `--set` option, allowing to define or override
whatever option set in a book configuration.
2016-02-21 21:25:01 +01:00
0.1.0 (2016-02-21)
2016-02-20 17:24:07 +01:00
------------------
* initial release