diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2025-01-18 14:09:58 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2025-01-18 14:09:58 -0300 |
commit | 25e3c1ff82b4bfe24158de3aaf5e6b34df46c55d (patch) | |
tree | d26f75f0cdfb2dae56f70064a1b0462d2a7c9588 /ChangeLog.md | |
parent | c9180b4af8bee564742dffcb9773cb8632049170 (diff) | |
download | bookup-0.2.5.tar.gz bookup-0.2.5.tar.bz2 |
Fix: Lookup for js folder on nested books and notes0.2.5
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index b72c275..f6e4fc5 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,5 +1,11 @@ # ChangeLog +## v0.2.5 - 2025-01-18 + +* [x] Fix lookup for `js` folder for notes when the book is built under + `build/book` (then search won't work because `build/book/js` won't be + available). + ## v0.2.4 - 2024-10-06 * [x] Apply the previous `NULL` fix to the portuguese template. |