Skip to content

Releases: aboutcode-org/aboutcode-toolkit

AboutCode v2.2.0

22 Oct 22:10
Compare
Choose a tag to compare
  • 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

08 Oct 20:54
Compare
Choose a tag to compare
  • Minor code refactoring
  • Handle long path error on Windows OS when using genattrib with a zip

AboutCode v2.0.4

28 Sep 17:14
Compare
Choose a tag to compare
  • Added support to run genattrib with a zip file and tests
  • Display a "Completed" message once the generation is completed

AboutCode v2.0.3

31 Jul 19:10
Compare
Choose a tag to compare
  • 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

06 Jul 22:01
Compare
Choose a tag to compare
  • Handle input's encoding issues
  • Better error handling
  • Writing to and reading from Windows OS with paths > 255 chars

AboutCode v2.0.1

08 Jun 23:15
Compare
Choose a tag to compare

This new release fixes the configure scripts and updates basic documentation.

AboutCode v2.0.0

05 May 16:33
Compare
Choose a tag to compare

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

05 Nov 17:39
Compare
Choose a tag to compare

Minor bug fixes including #156

AboutCode v1.0.1

03 Nov 15:16
Compare
Choose a tag to compare

Minor bug fixes

AboutCode v1.0.0

31 Oct 21:06
Compare
Choose a tag to compare

First public release.