diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:40:53 +0100 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2024-06-10 14:40:53 +0100 |
commit | 8011db7a5de1782bc18dad9a56ed6fd6322a22d5 (patch) | |
tree | 4881bcb238f91165b14e011eefba7f7fa85c4ed1 /ChangeLog.md | |
parent | 04e564ce64f1be448cd6b42912dd302c6c9089d0 (diff) | |
download | bookup-8011db7a5de1782bc18dad9a56ed6fd6322a22d5.tar.gz bookup-8011db7a5de1782bc18dad9a56ed6fd6322a22d5.tar.bz2 |
Fix: missing pieces for localization support; re-license as GPLv3
Diffstat (limited to 'ChangeLog.md')
-rw-r--r-- | ChangeLog.md | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/ChangeLog.md b/ChangeLog.md index d8ca7b1..07e617b 100644 --- a/ChangeLog.md +++ b/ChangeLog.md @@ -1,12 +1,13 @@ # ChangeLog -## v0.0.8 - unreleased +## v0.0.8 - 2024-06-10 * [x] Localization support: * [x] Detect the `lang` YAML parameters and use templates from `{templates,structure}/{book,notes}/$lang`. * [x] Compile the `_output.yml` from a template, setting the `includes` from the appropriate language-based structure files. + * [x] Translate documentation to English. ## v0.0.7 - 2024-06-09 |