Changelog
This section can be used to register changes in the text versions.
Version 0.6.0 - 2025-12-14
- Improved introduction telling about living books and versioning features.
- Check for
snippets/changes.mdfile before trying to include it.
Version 0.5.8 - 2025-11-23
- Additional fix for Atom and RSS feed generation when Bookup is vendorized.
Version 0.5.5 - 2025-11-23
- Fix Atom dates in changelog entries.
- Add consistent anchors to changelog entries in the Markdown output.
Version 0.5.4 - 2025-11-23
- Do not include version in feeds if the dates are empty.
- Fix changelog entries.
- Merge changelog entries in a single source file.
- Make sure
changelog.mdis converted as Markdown.
Version 0.5.2 - 2025-11-22
- Link the change log in the HTML frontmatter.
- Add a small reference to the Bookup website in the HTML frontmatter.
Version 0.5.0 - 2025-11-22
- Changelog improvements:
- Considered to build the recent changes section through a
snippets/changes.mdfile. This was partially implemented, but commented. Then moved in favor of a YAML file, documented below. - Build the recent changes using a
snippets/changes.ymlor just_changes.ymlthat gets compiled into asnippets/changes.mdand into RSS and Atom files that goes in the build. Adapted from example available at https://recursewithless.net/projects/pandoc-feeds.html - Added RSS/Atom feed support, adapted from recipe available at https://recursewithless.net/projects/pandoc-feeds.html.
- Add RSS/Atom
relelements in the HTML head. - Validate the generated feeds (RSS and Atom).
- Add a regular link like “Follow updates in this book”.
- Document the feature.
- Considered to build the recent changes section through a
Version 0.3.0 - 2025-11-18
- Citation:
- How to cite, by using
an example in the HTML frontmatter.@projectName
- How to cite, by using
Version 0.2.5 - 2025-01-18
- Fix lookup for
jsfolder for notes when the book is built underbuild/book(then search won’t work becausebuild/book/jswon’t be available).
Version 0.2.3 - 2024-10-06
- Fix a
NULLat the end of TOC in the PDF version. It was inserted at the TeX source, due to an emptyRblock. - Removes the unused
biblio-styleconfig.
Version 0.2.2 - 2024-09-29
Display label before the book URL.
Fix publisher metadata information on the PDF output. This required changing changing the “publisher” metadata from
_common.ymltosnippets/publisher.txt.
Version 0.2.1 - 2024-09-16
- Fix TOC spacing between section numbers and section titles when there are many sections making the section number too big.
Version 0.1.8 - 2024-07-13
- Template translation fix.
- Put list of etimologies before the list of definitions, as they may usually come first (at least historically).
Version 0.1.5 - 2024-06-19
- Archive after doing a build, making sure that the current tag is already in the archive (and hence can have a permalink upfront).
Version 0.1.4 - 2024-06-11
- Fixes:
- Make sure the archive folder has some basic links.
- Features:
- Fine-grained control of lists of tables, figures etc.
- Scaffolding to support a “Recent changes” section in the compiled book.
- Documentation: Bookup features, and minor fixes.
- Misc:
- Considered to move
slidestocontent/slides, but decided to not do it for now.
- Considered to move
Version 0.0.8 - 2024-06-10
- Features:
- Localization support:
- Detect the
langYAML parameters and use templates from{templates,structure}/{book,notes}/$lang. - Compile the
_output.ymlfrom a template, setting theincludesfrom the appropriate language-based structure files. - Translate documentation to English.
- Detect the
- Localization support:
Version 0.0.6 - 2024-06-09
- Features:
- Notebook:
- Add link to the notebook in the main book HTML.
- Add license and version information in the notebook.
- Add the repository URL into the documentation.
- Improvements towards localization.
- Notebook:
- Issues:
- Add a
testfolder for quick experiments.
- Add a
Version 0.0.5 - 2024-06-09
- Features:
- Improved compilation procedures.
- Unified configuration for book and notes.
Version 0.0.4 - 2024-06-08
- Fixes:
- Use
bookinstead ofcompiled. - Use
buildinstead ofpublic. - Use
content/sectionsinstead ofcontent/published. - List of definitions and etimologies breaks build if they’re
empty (
99-end.tex).
- Use
- Misc:
- Considered to setup a testbed for quickly trying things. But decided that’s not needed for now, as it’s possible to simply try on this repository directly.
Version 0.0.1 - 2024-06-06
- Features:
- Package a Bookdown-based publishing solution in a project named
bookup(“a bookdown-based publishing solution”) or similar, to ease book editing and authorship. - Use the repository ensaios as base.
- Create a basic documentation.
- Package a Bookdown-based publishing solution in a project named