1.3.0
v1.3.0 - 2024-12-26
Added:
- add archive_webpages processor (download local copies of webpages linked in the
url
key of items) - processors/awesome_lint: check that filenames in
software/*
match the kebab-case version of thename:
attribute inside each file - processors/awesome_lint: make the list of required fields/attributes for
platforms
configurable throughplatforms_required_fields
module option (default to['description']
)
Changed:
- processors/awesome_lint: check that
depends_3rdparty
is a valid boolean value (true/false/True/False
) - exporters/html_table: add a column displaying a link to a local archive of the page, if it exists (as generated by
processors/archive_webpages
), write a warning symbol to this column when page archival failed - exporters/html_table: automatically create links from URLs
- exporters/html_table: constrain title/description column width between 480px and 900px
- exporters/html_table: reorder columns
- update documentation
Fixed:
- html_table: fix fenced code blocks formatting