Releases: aboutcode-org/aboutcode-toolkit
Releases · aboutcode-org/aboutcode-toolkit
AboutCode Toolkit v11.0.2
AboutCode Toolkit v11.0.1
* Update doc formatting
* Added fields type and types description into the spec
* Update link references of ownership from nexB to aboutcode-org
AboutCode Toolkit v11.0.0
* Add character support (at most 2 characters) for `attribute` field
* Strip empty newline characters when loading an inventory
* Catch invalid license_expression
* Update the specification to 3.3.2
* Support "declared_license_expression" and "other_license_expression"
* Updated "about_resource" to be an optional field
* Updated spec to v4.0.0 as moving `about_resource` from mandatory to optional
AboutCode Toolkit v7.2.1
- Fix the syntax for setup's python_requires since newer version of
setuptools (with newer packaging) versions do not accept star in the
Python version spec. - Stipped empty newline/spaces for about_resource fields
- Catch invalid license_expression
AboutCode Toolkit v10.1.0
* Fixed `transform` with nested list #531
* Added curl dependency in Dockerfile #532
* Introduce spdx_license_expression
* Ability to transform spdx license key from spdx_license_expression to
license_expression (i.e. Generate attribution with
spdx_license_expression) #513
* Ability to configure the proxy settings #533
* Fixed licenses issue #534
AboutCode Toolkit v10.0.0
- Fixd error in load_json in util.py
- Code cleanup
- Work with the SCTK version 32 and later (Drop support for SCTK version 31 and earlier)
- Implement
--scancode
option forgen
AboutCode Toolkit v9.0.0
- The tool will now show which worksheet (if .xlsx input) is the tool working on
- Error handling if defined worksheet does not exist
- Adopt 3.3.1 specification: introduce
ignored_resources
AboutCode Toolkit v8.0.0
* Fixed the transform code for xlsx and json
* Remove irrelevant error for attrib
* Add support to identify worksheet name for XLSX input
* The severity error level for "contains illegal name characters (or empty spaces) and is ignored" is changed from ERROR to WARNING
* Remove the limitation to ASCII only
* Drop support for python3.6
* Update valid chatacters for file/path name
* Adopt 3.3.0 specification
AboutCode Toolkit v7.2.0
- Add option to validate
license_expression
in thecheck
command
AboutCode v7.1.1
- This new release has no feature changes.