Releases: aboutcode-org/aboutcode-toolkit
Releases · aboutcode-org/aboutcode-toolkit
AboutCode v2.2.0
- Improved CLI error messages
- Fixed the filtering of dicts with empty values.
- Refined help texts
- Updated configure script
- Refactorings and code simplifications
- Fixed misleading error message when using invalid api_url
AboutCode v2.1.0
- Minor code refactoring
- Handle long path error on Windows OS when using genattrib with a zip
AboutCode v2.0.4
- Added support to run genattrib with a zip file and tests
- Display a "Completed" message once the generation is completed
AboutCode v2.0.3
- Fix the bug of using genattrib.py on Windows OS
- Display version when running about.py, genabout.py and genattrib.py
AboutCode v2.0.2
- Handle input's encoding issues
- Better error handling
- Writing to and reading from Windows OS with paths > 255 chars
AboutCode v2.0.1
This new release fixes the configure scripts and updates basic documentation.
AboutCode v2.0.0
This new release fixes several bugs, new documentation and introduces some breaking API changes.
There is a new user guide PDF
We also provide now a set of example files in https://github.com/dejacode/about-code-tool/tree/v2.0.0/example
Breaking API changes:
- the dje_license field has been renamed to dje_license_keys
- when a dje_license-key is present, a new dje_license_url will be
reported when fetching data from the DejaCode API. - In genabout, the '--all_in_one' command line option has been removed.
It was not well specified and did not work as advertised. - in genattrib:
- the Component List is now optional.
- there is a new experimental '--verification_location' command line option. This option will be removed in the future version. Do not use it.
- the '+' character is now supported in file names.
- several bugs have been fixed.
- error handling and error and warning reporting have been improved.
Note: This is the last release before switching to a pure YAML format.
AboutCode v1.0.2
Minor bug fixes including #156
AboutCode v1.0.1
Minor bug fixes
AboutCode v1.0.0
First public release.