1
0
mirror of https://github.com/lise-henry/crowbook synced 2024-09-28 11:19:51 +02:00
crowbook/ChangeLog.md

31 lines
1.3 KiB
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-25 15:29:35 +01:00
* Added support for multiline strings in `.book` files, with either
'|' (preserving line returns) or '>' (transforming line returns in spaces)
2016-02-24 22:33:14 +01:00
* New option `display_toc` allows to display the table of contents
(whose name, at least for HTML, is specified by `toc_name`) in HTML
and PDF documents.
* Option `numbering` now takes an int instead of a boolean, allowing
to specify the maximum level to number (e.g. `1`: chapters only,
`2`: chapters and sectino, ..., `6`: everything).
2016-02-23 23:20:21 +01:00
* `--create` can now be used without specifying a `BOOK`, printing its
result on `stdout`.
2016-02-23 06:02:37 +01:00
* Added support for numbering all headers, not just level-1 (e.g.,
2016-02-23 22:46:45 +01:00
having a subsection numbered `2.3.1`).
2016-02-23 05:07:04 +01:00
* Added a `--list-options` to the binary that prints out all valid
options in a config file (or in `set`), their type and default
value.
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