Appendix B — Changelog

Since we follow Conventional Commits, we’re able to automatically create formal “releases” of the website based on our commit messages. Releases in the context of websites are simply snapshots in time of the website content. We use Commitizen to automatically create these releases using SemVer as the version numbering scheme.

Because releases are created based on commit messages, a new release is created quite often—sometimes several times in a day. This also means that any individual release will not have many changes within it. Below is a list of the releases we’ve made so far, along with what was changed within each release.

B.1 0.4.1 (2025-12-15)

B.1.1 Fix

  • 🐛 set fig-width explicitly to fix PDF sizing (#167)

B.2 0.4.0 (2025-12-15)

B.2.1 Feat

  • PDF specific info on landing page (#166)

B.3 0.3.1 (2025-12-15)

B.3.1 Refactor

  • ♻️ rearrange content on the landing page (#148)
  • ♻️ match the headers with the others to be consistent (#154)

B.4 0.3.0 (2025-12-15)

B.4.1 Feat

  • naming convention for files and variables (#146)

B.4.2 Fix

  • 🐛 correct list formatting (#160)

B.5 0.2.1 (2025-12-12)

B.5.1 Fix

  • 🐛 section should be hidden for now (#161)

B.6 0.2.0 (2025-12-08)

B.6.1 Feat

  • data selection and preservation (#134)
  • data sources section (#136)
  • expand on landing page (#129)
  • documentation and metadata section (#128)
  • add data collection section (#122)
  • section on data sharing (#120)
  • responsibilities section (#91)
  • ethics section (#90)
  • storage and backup section (#86)
  • add 404 page to website (#69)
  • ✨ connect onlimit-theme (#45)
  • add some basic text to landing page (#40)
  • add some basic text to landing page

B.6.2 Fix

  • ✏️ correct link to metadata section (#153)
  • intro with official translation (#138)
  • 🐛 convert to Mermaid so it can be bigger (#89)
  • 🐛 link to image was incomplete (#61)
  • ✏️ typos found from typos check (#34)
  • ✏️ switch to onlimit (#35)
  • add gitignore file

B.6.3 Refactor

  • 🔧 split into sections on the sidebar (#151)
  • 🔧 use full description in title, not abbreviation (#152)
  • 📄 switch to more appropriate CC-BY license (#24)
  • 📄 switch to more appropriate CC-BY license