diff options
-rw-r--r-- | ChangeLog.md | 9 | ||||
-rw-r--r-- | TODO.md | 7 |
2 files changed, 10 insertions, 6 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index f137f74..67dc9f2 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -2,14 +2,19 @@ ## v0.0.4 - unreleased -* [~] Tests for quickly trying things? No need, simply try on this repository - directly. +### Fixes + * [x] Use `book` instead of `compiled`. * [x] Use `build` instead of `public`. * [x] Use `content/sections` instead of `content/published`. +* [x] List of definitions and etimologies breaks build if they're empty + (`99-end.tex`). ### Misc +* [~] Tests for quickly trying things? No need, simply try on this repository + directly. + ## v0.0.3 - 2024-06-08 ### Features @@ -2,8 +2,7 @@ ## Basic -* [ ] Move `slides` to `content/slides`. -* [ ] Add a small reference to the Bookup website in the book frontmatter? +* [ ] Move `slides` to `content/slides`? * [ ] Improve the documentation, including: * [ ] Repository URL. * [ ] Livros que usam Bookup. @@ -15,11 +14,11 @@ * [ ] Supporte a uma variável de ambiente `BASE_URL`, aplicada como variável de template `%%base_url%%`, permitindo que o material compilado tenha links entre si? +* [ ] Optionally add a small reference to the Bookup website in the book + frontmatter? ## Issues -* [x] List of definitions and etimologies breaks build if they're empty - (`99-end.tex`). * [ ] Bug no `pandoc` ou `citeproc` ignorando citações dentro de blocos LaTeX. Afetando o formato PDF. Vide projeto `test`, em `~/code/test/pandoc`. Considerar um relatório upstream. |