v0.14.0
Happy holidays! This is mainly a maintenance release fixing some subcommands and
adding loads of supported file types and file names. However, you can also enjoy
the supported-licenses
subcommand and the --quiet
flag for linting as well
as better suggestions for license identifiers. Thanks to everyone who
contributed!
Added
-
supported-licenses
command that lists all licenses supported by REUSE (#401) -
--quiet
switch to thelint
command (#402) -
Better suggestions for faulty SPDX license identifiers in
download
and
init
(#416) -
Python 3.10 support declared
-
More file types are recognised:
- Apache FreeMarker Template Language (
.ftl
) - AsciiDoc (
.adoc
,.asc
,.asciidoc
) - Bibliography (
.csl
) - C++ (
.cc
and.hh
) - GraphQL (
.graphql
) - Handlebars (
.hbs
) - Markdown-linter config (
.mdlrc
) - MS Office (
.doc
,.xls
,.pptx
and many more) - Nimble (
.nim.cfg
,.nimble
) - Open Document Format (
.odt
,.ods
,.fodp
and many more) - Perl plain old documentation (
.pod
) - Portable document format (
.pdf
) - Protobuf files (
.proto
) - Soy templates (
.soy
) - SuperCollider (
.sc
,.scsyndef
) - Turtle/RDF (
.ttl
) - V-Lang (
.v
,.vsh
) - Vue.js (
.vue
)
- Apache FreeMarker Template Language (
-
More file names are recognised:
- Doxygen (
Doxyfile
) - ESLint (
.eslintignore
and.eslintrc
) - Meson options file (
meson_options.txt
) - NPM ignore (
.npmignore
) - Podman container files (
Containerfile
) - SuperCollider (
archive.sctxar
) - Yarn package manager (
.yarn.lock
and.yarnrc
)
- Doxygen (
Changed
- Updated SPDX license list to 3.15