Skip to content

Releases: aboutcode-org/aboutcode-toolkit

AboutCode v4.0.1

17 Oct 07:03
Compare
Choose a tag to compare
  • Declare to follow SemVer for versioning schema
  • Update REFERENCE.rst and README.rst
  • Update license-expression library

AboutCode v4.0.0

09 Oct 08:05
Compare
Choose a tag to compare
  • Support filenames/path with special characters #310 #378 #392
  • Update ABOUT file format to match the specification
  • Log version of which AbcTK was used #397
  • Fix the licenses (key, name, file) not in sync issue #406
  • Correct invalid msg for boolean fields #403
  • Remove the about_file_path key/column from input/output #364
  • Use ',' to support multiple files #404
  • Fix bugs in transform #408, #412

AboutCode v3.3.3

01 Jul 04:41
Compare
Choose a tag to compare
  • Support filenames/path with special characters #310 #378 #392

AboutCode v3.3.2

08 Jan 01:01
Compare
Choose a tag to compare
  • Add "+" sign as a valid character

AboutCode v3.3.1

03 Jan 19:31
c42a95f
Compare
Choose a tag to compare

This is a minor maintenance release of the v3.x branch.

  • Add new Jinja2 custom template filters: multi_sort to sort and
    unique_together to compute unique lists. Both filters take an "attributes"
    list of attribute names and use all these attribute names to sort or
    compute unique values.
  • Use saneyaml library to dump and load YAML

AboutCode v3.4.0 pre-release1

29 Nov 07:54
47b4cc5
Compare
Choose a tag to compare
Pre-release
* Remove the `--mapping` option

 * Update saneyaml library
 and more

AboutCode v3.3.0

16 Nov 00:20
Compare
Choose a tag to compare
  • Update the list of common license keys
  • New UrlListField introduced for list of urls
  • The UrlField is now only taking single URL value
  • The owner is now a StringField instead of ListField
  • Format the ordering of the genreated ABOUT file (See #349 (comment))
  • '+' and '(' and ')' is now supported in license_expression
  • The key 'about_resource_path' is removed
  • Revert back the requirement of the 'name' field
  • Add a new supported 'internal_use_only' key

AboutCode v3.2.2

23 Oct 22:29
Compare
Choose a tag to compare
* Fix the version number
* `name` field is no longer a required field

AboutCode v3.2.1

23 Oct 02:59
Compare
Choose a tag to compare
* The 'license' field is now become 'license_key'
* Multiple licenses support
* No support for referenceing multuiple resources
* Fix the incorrect boolean field behaviors
* Display number of errors/warnings in the error log

AboutCode v3.2.0

16 Oct 07:38
Compare
Choose a tag to compare
AboutCode v3.2.0 Pre-release
Pre-release
* The 'license' field is now become 'license_key'
* Multiple licenses support
* No support for referenceing multuiple resources
* Fix the incorrect boolean field behaviors
* Display number of errors/warnings in the error log