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.md file before trying to include it.

Version 0.5.9 - 2025-11-23

  • Fix href attribute syntax in the pt-br template.

Version 0.5.8 - 2025-11-23

  • Additional fix for Atom and RSS feed generation when Bookup is vendorized.

Version 0.5.7 - 2025-11-23

  • Fix Atom and RSS feed generation when Bookup is vendorized.

Version 0.5.6 - 2025-11-23

  • Fix changelog 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.md is converted as Markdown.

Version 0.5.3 - 2025-11-22

  • Rename _changes.yml as _changelog.yml.

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.1 - 2025-11-22

  • Minor fixes in the RSS and Atom generation.

Version 0.5.0 - 2025-11-22

  • Changelog improvements:
    • Considered to build the recent changes section through a snippets/changes.md file. This was partially implemented, but commented. Then moved in favor of a YAML file, documented below.
    • Build the recent changes using a snippets/changes.yml or just _changes.yml that gets compiled into a snippets/changes.md and 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 rel elements in the HTML head.
    • Validate the generated feeds (RSS and Atom).
    • Add a regular link like “Follow updates in this book”.
    • Document the feature.

Version 0.4.1 - 2025-11-20

  • Add anchors in the notebook HTML preamble.

Version 0.4.0 - 2025-11-20

  • Add anchors in the HTML preamble.

Version 0.3.3 - 2025-11-18

  • Minor fix int the frontmatter citation mechanism.

Version 0.3.2 - 2025-11-18

  • Support for separate publisher URL snippet.

Version 0.3.1 - 2025-11-18

  • Apply fixes to the frontmatter citation mechanism.

Version 0.3.0 - 2025-11-18

  • Citation:
    • How to cite, by using @projectName an example in the HTML frontmatter.

Version 0.2.5 - 2025-01-18

  • 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).

Version 0.2.4 - 2024-10-06

  • Apply the previous NULL fix to the portuguese template.

Version 0.2.3 - 2024-10-06

  • Fix a NULL at the end of TOC in the PDF version. It was inserted at the TeX source, due to an empty R block.
  • Removes the unused biblio-style config.

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.yml to snippets/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.2.0 - 2024-08-16

  • Provision: ensure a recent ggplot2 is used.

Version 0.1.9 - 2024-07-13

  • Fix link to the Bookup site in the documentation.

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.7 - 2024-06-29

  • Do not include the references block at the end of every file processed.

Version 0.1.6 - 2024-06-19

  • Apply fixes to the archive/permalink logic.

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 slides to content/slides, but decided to not do it for now.

Version 0.1.3 - 2024-06-10

  • Fixes:
    • Fix bibliography handling.

Version 0.1.2 - 2024-06-10

  • Features:
    • Improved BibTeX bibliography handling.

Version 0.1.1 - 2024-06-10

  • Fixes:
    • GitLab pages.

Version 0.1.0 - 2024-06-10

  • Fixes:
    • Cover page dimensions.

Version 0.0.9 - 2024-06-10

  • Fixes:
    • GitLab pages.

Version 0.0.8 - 2024-06-10

  • Features:
    • Localization support:
      • Detect the lang YAML parameters and use templates from {templates,structure}/{book,notes}/$lang.
      • Compile the _output.yml from a template, setting the includes from the appropriate language-based structure files.
      • Translate documentation to English.

Version 0.0.7 - 2024-06-09

  • Features:
    • GitLab CI.

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.
  • Issues:
    • Add a test folder for quick experiments.

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 book instead of compiled.
    • Use build instead of public.
    • Use content/sections instead of content/published.
    • List of definitions and etimologies breaks build if they’re empty (99-end.tex).
  • 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.3 - 2024-06-08

  • Features:
    • Notebook support.
    • Website support.

Version 0.0.2 - 2024-06-06

  • Features:
    • Improved documentation.

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.