1
0
Fork 0
mirror of https://github.com/lise-henry/crowbook synced 2024-05-28 01:36:17 +02:00

added empty changelog

This commit is contained in:
Elisabeth Henry 2016-02-20 17:24:07 +01:00
parent 754fed8e13
commit c668efb9d3
2 changed files with 13 additions and 4 deletions

6
ChangeLog.md Normal file
View File

@ -0,0 +1,6 @@
ChangeLog
=========
0.1.0 (unreleased)
------------------
* initial release

View File

@ -92,8 +92,6 @@ that I mostly mean non-breaking spaces.
### ToDo ###
* Real support for LaTeX.
* Allow more customization.
* Provide a binary which accepts some option and not just an input
file.
* Support for easily embedding custom fonts (and other files) in
Epub/HTML.
* Correct support for technical books.
@ -101,6 +99,11 @@ Epub/HTML.
See also [Bugs](Bugs.md).
ChangeLog
---------
See [ChangeLog](ChangeLog.md).
License
-------
@ -115,10 +118,10 @@ following libraries:
* [pulldown-cmark](https://crates.io/crates/pulldown-cmark) (for
parsing markdown)
* [mustache](https://crates.io/crates/pulldown-cmark) (for templating)
* [clap](https://github.com/kbknapp/clap-rs) (for parsing command line arguments)
* [chrono](https://crates.io/crates/chrono) (date and time library)
* [uuid](https://crates.io/crates/uuid) (to generate uuid)
While Crowbook directly doesn't use them, there was also some
inspiration from [Pandoc](http://pandoc.org/) and [mdBook](https://github.com/azerupi/mdBook).
While Crowbook directly doesn't use them, there was also inspiration from [Pandoc](http://pandoc.org/) and [mdBook](https://github.com/azerupi/mdBook).