Sitemap generator
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

22 lines
707 B

  1. Version 0.9.3
  2. Added features:
  3. - Option to enable/disable website SSL certificate verification (True/False)
  4. - Option to exclude URL patterns (list)
  5. - Option to provide custom HTTP request headers to web server (dict)
  6. - Add support for <lastmod> tags (XML)
  7. - Configurable timezone offset for lastmod tag
  8. - Add support for <changefreq> tags (XML)
  9. - Input (dict): { url_regex: changefreq_value, url_regex: ... }
  10. - Add support for <priority> tags (XML)
  11. - Input (dict): { url_regex: priority_value, url_regex: ... }
  12. - Reduce default concurrent max tasks from 100 to 10
  13. Version 0.5.1
  14. Fixed:
  15. - UnicodeEncodeError: 'ascii' codec can't encode character