Release notes

v2026 (in progress)

v2021.15.2

  • Fixed the weekly links
    • Fixed the days to last Sunday
    • Added a missing link to a previous post
  • Updated dependencies

v2021.15.1

  • Fixed the breadcrumbs for conferences and podcasts
  • Included Sunday in the create-weekly-links script
  • Updated dependencies

v2021.15.0

  • Fixed the weekly links post generation
    • Removed links from previous weeks
    • Removed cover and important from the links and news data
    • Used manual sorting for fetched links and news data
    • Fetched the new links and news data
    • Renamed generate-weekly-links to create-weekly-links and sync-links to fetch-links
    • Renamed the GitHub workflow from weekly-links to links
    • Committed the links and news data files in the GitHub workflow
    • Moved the Raindrop.io collection IDs to the raindrop utilities
    • Added the fetch-links script to the GitHub workflow
  • Fixed tags and titles
  • Added the links section
  • Added the new video games section
  • Updated dependencies
    • Updated eleventy to v3.1.5
    • Updated eleventy-plugin-rss to v3.0.0
    • Updated yaml to v2.8.3

v2021.14.0

  • Updated the weekly links script
    • Added the sync-links script to save the entire Raindrop collections as json files
    • Added the sort option to the getRaindrops function
    • Added the getRecentlyAddedRaindrops function to fetch all links recently added to the collections, including ones with older creation dates
  • Added tags pages

v2021.13.0

  • Moved podcasts, conferences, work, and travel out of the _collections directory
  • Added podcast and weekly links feeds
  • Updated the about page
  • Set up the new books section

v2021.12.0

  • Set up weekly links auto-generation

v2021.11.1

  • Fixed project list image alignment
  • Updated dependencies

v2021.11.0

  • Refactored the build tools
    • Reorganized the Eleventy configuration files
    • Replaced Sass with CSS
    • Replaced postcss and autoprefixer with Lightning CSS
    • Replaced js-yaml with yaml

v2021.10.0

  • Upgraded to Eleventy v3
  • Upgraded Node.js to v22
  • Moved to ESM
  • Changed the build directory to _site
  • Refactored the filters.js file and move it to the _utils directory
  • Moved the contentByYear filter to the filters.js file
  • Added empty shortcodes.js and transforms.js to the _utils directory for later use
  • Configured and enable Prettier (until it gets annoying again)
  • Updated additional dependencies and packages
  • Fixed Sass warnings/errors from deprecated @import