diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 11:27:43 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-08 11:27:43 +0100 |
commit | c7ba4f6b870f9a2cf1a073525004d5c1e174e603 (patch) | |
tree | 4f269717ecaa2c9aee0b8ae1dfc5d06a36f504d9 | |
parent | 70090ba022efa56166989367404fb9c6136f388c (diff) | |
download | bookup-c7ba4f6b870f9a2cf1a073525004d5c1e174e603.tar.gz bookup-c7ba4f6b870f9a2cf1a073525004d5c1e174e603.tar.bz2 |
Updates TODO and ChangeLog
-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. |