Version 0.4.1 of the website just dropped! Read the release notes

Version 0.4.1

Release notes

Heads up!

This is a hotfix for the previous major version. To see the many changes that were introduced there, please refer to the release notes for version 0.4.0.

This version fixes a handful of dates not showing up properly, which I accidentally caused by changing my Git config. It also adds the missing pre-release version pages to stable builds.

Some styling issues were additionally addressed. For instance, the horizontal rulers between commits in the commit history now match the gradient style I’ve been going for. An alignment issue with the blog post header on mobile was also corrected. Finally, collapsibles had their margins adjusted to better suit narrow screens.

Commits

View commit history

fix: a few more hotfixes for 0.4.1

  • Fix the last modified date also not showing correctly.
  • Correct a few styling issues.
  • Strip tag annotations and prefixes correctly to avoid a crash when loading the version collection.
  • Update dependencies to address a security vulnerability. It likely had no impact anyway.

fix(version): pre-release version pages not being included in production builds

fix(version): version table showing incorrect date

Add --no-show-signature to remove commit signatures from the date command if log.showSignature is enabled in the Git config.