* New parameter `-package-source` to specify a custom package manager.
The parameter is very helpful if your are in an environment where you cannot access
the internet, for example when running CI/CD on code.siemens.com.
Package metadata can get retrieved for example from BT-Artifactory:
* NPM: https://devops.bt.siemens.com/artifactory/api/npm/npm-all/
* Fix: NOT_README_OSS tags are now properly handled during Readme_OSS generation.
* The granularity check reset all release information which are not correct anymore after merging
them by granularity check.
* When downloading files in `bom createcomponents`, filenames are now updated according to
HTTP `content-disposition`.
* `bom diff` can now write lists of different and of identical BOM items.
* `bom map` has some improvements in package-url handling.
* `getdependencies javascript` has an improved method to determine source files.
* `getdependencies MavenList` has improved parsing of Maven output.
* `project create` can now use all data in projectinfo.json that conforms with the REST API
specification. It is now for example also possible to add attachment during project creation.
* New option -cx to support the CycloneDX SBOM format for the commands
* `bom diff`
* Unit tests for `bom diff` added.
* Improved help support:
* When `-h` is specified for a main command, a help on all respective subcommands.
Available for `bom`, `moverview`, `mapping`, `project`, `getdependencies`.
* When `-h` is specified for a sub-command, then a specific help for this sub-command is shown.
Available for `show bom`, `bom filter`, `bom diff`, `bom merge`, `bom check`, `bom granularity`,
`bom fromsbom`, `bom map`, `bom createcomponents`, `bom downloadsources`,
`mapping toxlsx`, `mapping tohtml`, `moverview toxlsx`, `moverview tohtml`,
`getdependencies python`, `getdependencies javascript`, `getdependencies nuget`,
`getdependencies mavenpom`, `getdependencies mavenlist`.
Pre-release 1.5.0b1 (2021-12-03)
* `bom filter` now supports trailing wildcards.
* Improved CycloneDX handling (schema 1.3) for commands `bom fromsbom` and `bom tosbom`.
* New option -cx to support the CycloneDX SBOM format for the commands
* `bom show`
* `bom filter`
* `bom map`
* `bom check`
* `bom createcomponents`
* `project create`
* `bom granularity`