Skip to content

Releases: fosslight/fosslight_prechecker

v2.2.0

16 Jun 13:46
06f4a5a
Compare
Choose a tag to compare

Changes

🚀 Features

  • Make the sheet to convert selectable. (-s sheet name option) @soimkim (#65)
  • Add the i (--ignore) option to not create a log file. @soimkim (#64)
  • Add creating xml result file @bjk7119 (#53)
  • Add code of creating yaml result file @bjk7119 (#52)
  • Change -p, -f option @bjk7119 (#51)

🐛 Hotfixes

  • Fix the bug that Excel cannot be created if there is only one row in Convert mode @soimkim (#58)

🔧 Maintenance

  • Change path to analyze path to print in lint mode @bjk7119 (#71)
  • Find sheet names without case sensitivity @soimkim (#70)
  • Exclude for sbom info yaml file in Lint mode @bjk7119 (#68)
  • update the minimum version of fosslight_util @bjk7119 (#67)
  • Modification for compliance with pep8 @bjk7119 (#66)
  • Exclude for open source package file in w/o list @bjk7119 (#63)
  • Apply -o option in add mode @bjk7119 (#62)
  • Check compliant except for files for which Exclude is True @soimkim (#61)
  • Remove duplicate files in w/o license or copyright list @bjk7119 (#60)
  • Load SRC, BIN Sheet in excel @soimkim (#59)
  • Apply changed parsing_yaml return value @bjk7119 (#57)
  • Apply parsing and convert new yaml format @bjk7119 (#56)
  • Add excution error result @bjk7119 (#55)
  • Modify function of converting excel to yaml @bjk7119 (#54)
  • Remove yaml parsing code @bjk7119 (#48)
  • Add a commit message checker @soimkim (#47)

v2.1.9

11 Mar 05:38
69c0e75
Compare
Choose a tag to compare

Changes

🔧 Maintenance

v2.1.8

24 Feb 07:58
9c4be64
Compare
Choose a tag to compare

Changes

🔧 Maintenance

  • Comment out some sentences in the PR template @soimkim (#44)
  • Fix to print help message if don't write mode @bjk7119 (#43)

v2.1.7

17 Jan 00:55
Compare
Choose a tag to compare

Changes

🔧 Maintenance

  • When converting Yaml, modify it so that Copyright can be read as a list.

v2.1.6

19 Nov 00:05
ca61f45
Compare
Choose a tag to compare

Changes

🔧 Maintenance

  • Add sheet name(BIN(Yocto)) to use Yocto report @bjk7119 (#42)

v2.1.5

17 Nov 06:28
14dbfab
Compare
Choose a tag to compare

Changes

🐛 Hotfixes

v2.1.4

07 Nov 12:31
b47e92b
Compare
Choose a tag to compare

Changes

🚀 Features

v2.1.3

21 Oct 01:38
be704bc
Compare
Choose a tag to compare

Changes

🔧 Maintenance

v2.1.2

19 Oct 05:38
8edd25b
Compare
Choose a tag to compare

Changes

🐛 Hotfixes

  • Bug fix to use with abspath and relpath @bjk7119 (#34)

🔧 Maintenance

v2.1.1

12 Oct 09:34
45bee15
Compare
Choose a tag to compare

Changes

🐛 Hotfixes

  • Fix to Flake8 v4.0.0 bug -> using v3.9.2 (when using tox) @bjk7119 (#33)

🔧 Maintenance