Skip to content

1.6.0

Choose a tag to compare

@github-actions github-actions released this 10 Sep 08:28
· 20 commits to main since this release
1.6.0
79634e0

New Features

  • Added recurse_callback and recurse_list_callback parameters to usp.tree.sitemap_tree_for_homepage to filter which sub-sitemaps are recursed into (#106 by @nicolas-popsize)

Bug Fixes

  • If a FileNotFoundError is encountered when cleaning up a sitemap page temporary file, it will now be caught and logged as a warning. (#108)
    • This resolves an error which we believe only occurs on Windows in complex environments (e.g. when running the full Pytest suite)