Skip to content

The focus and dump release

Choose a tag to compare

@davep davep released this 29 May 12:33
· 95 commits to main since this release
1012a29

What's Changed

  • Added a "Focus by Year" section to the stats page using TF-IDF analysis on post prose content to highlight key terms per year. (#554)
  • Some more site generation performance improvements to offset recently-added features. (#556)
  • Added a dump command to serialize and dump all blog posts to stdout as JSON data. (#558)
  • Added support for configuring custom stop words via the configuration file. This lets the user filter out domain-specific noise words during TF-IDF calculations (e.g. for focus-by-year page stats or related posts). (#560)

Full Changelog: v2.32.0...v2.33.0