Skip to content

4.4.0 release

Compare
Choose a tag to compare
@dmbaturin dmbaturin released this 04 Feb 10:21
· 126 commits to main since this release

New features

Support for caching the output of page preprocessors and commands used by preprocess_element widgets.

[settings]
  # Caching is off by default so you need to enable it
  caching = true

  # Change the cache directory name if you wish
  cache_dir = ".soupault-cache"

You can force soupault to clear the cache and rebuild everything by running soupault --force.