Skip to content

Latest commit

Β 

History

History
324 lines (213 loc) Β· 6.66 KB

CHANGELOG.md

File metadata and controls

324 lines (213 loc) Β· 6.66 KB

Changelog

v4.0.1 (08/10/2024)

Changes

πŸ”§ Maintenance

  • Fix the github action issue @dd-jy (#165)
  • Change fosslight_util ver limit @dd-jy (#164)

v4.0.0 (08/09/2024)

Changes

πŸ› Hotfixes

  • Fix a bug related to type @soimkim (#160)

πŸ”§ Maintenance

  • Refactoring OSS item @soimkim (#162)
  • Add type hints to each function @ParkSangsin (#159)
  • Limit installation to fosslight_util 1.4.* @soimkim (#161)

v3.0.27 (31/05/2024)

Changes

πŸš€ Features

  • Supports for excluding paths in lint mode @SeongjunJo (#156)

v3.0.26 (21/05/2024)

Changes

πŸ› Hotfixes

  • Fix to error about escape character @bjk7119 (#155)

πŸ”§ Maintenance

  • Use common action flow @bjk7119 (#153)
  • Fix the snyk vulnerability @dd-jy (#151)

v3.0.25 (21/06/2023)

Changes

πŸ› Hotfixes

  • Bug fix to add comment into .txt file @bjk7119 (#150)

v3.0.24 (12/06/2023)

Changes

πŸ”§ Maintenance

  • Add download url in file header using '-u' option @bjk7119 (#149)

v3.0.23 (11/05/2023)

Changes

πŸ› Hotfixes

  • Fix to find file path for executable @bjk7119 (#147)

πŸ”§ Maintenance

  • Update package version for github actions @bjk7119 (#144)
  • Update the ubuntu version for deploy action @dd-jy (#145)
  • Modify to find VCS root path @bjk7119 (#143)
  • Apply fosslgiht_util v1.4.23 or later @bjk7119 (#146)

v3.0.20 (15/03/2023)

Changes

πŸ”§ Maintenance

  • Modify condition to exclude git ignore file @bjk7119 (#142)

v3.0.19 (15/03/2023)

Changes

πŸ”§ Maintenance

  • Modify 'Analyze path' if input file on lint @bjk7119 (#141)

v3.0.18 (10/03/2023)

Changes

πŸ› Hotfixes

  • Bug fix of same folder name in lint and add @bjk7119 (#140)

v3.0.17 (23/02/2023)

Changes

πŸ”§ Maintenance

  • Add the pkg name to log and result file @bjk7119 (#139)

v3.0.16 (10/02/2023)

Changes

πŸ”§ Maintenance

  • Add yaml error reason to file name @bjk7119 (#138)

v3.0.15 (02/02/2023)

Changes

πŸ› Hotfixes

  • Fix bug about contents of xml result @bjk7119 (#137)

v3.0.14 (30/01/2023)

Changes

πŸ› Hotfixes

  • Bug fix to encode html result file @bjk7119 (#136)

v3.0.13 (27/01/2023)

Changes

πŸ› Hotfixes

  • Add git ignore option(-c) for excluding @bjk7119 (#135)

πŸ”§ Maintenance

  • Unify version output format @bjk7119 (#133)
  • Change package to get release package @bjk7119 (#132)
  • Update version of packages for actions @bjk7119 (#131)
  • Modify typo of example of convert @bjk7119 (#130)

v3.0.12 (02/01/2023)

Changes

πŸ› Hotfixes

  • Bug fix not to print no ext. file name @bjk7119 (#128)
  • Modify to print file wo ext. correctly @bjk7119 (#124)
  • Fix yaml file encoding error @bjk7119 (#120)

πŸ”§ Maintenance

  • Modify typo of example of convert @bjk7119 (#130)
  • Modify to check file extension efficiently @bjk7119 (#129)
  • Download license file regardless of representative license @bjk7119 (#127)
  • Remove frequent license nick list file @bjk7119 (#126)
  • Modify to match SPDX regardless of case @bjk7119 (#125)
  • Modify to simplify file list in OSS_PKG_FILES @bjk7119 (#123)
  • Add sbom_info.yaml pattern to OSS_PKG_INFO_FILES @bjk7119 (#122)

v3.0.11 (18/11/2022)

Changes

πŸš€ Features

  • Modify to run all mode on Windows @bjk7119 (#117)
  • Exclude untracked files and ignored files in lint mode @bjk7119 (#113)

πŸ› Hotfixes

  • Fix yaml file encoding error @bjk7119 (#120)
  • Replace windows operator to '/' for path in yaml @soimkim (#119)
  • Fix Dep5 encoding error @soimkim (#118)

πŸ”§ Maintenance

  • Add tox configuration for Windows @bjk7119 (#116)
  • Modify downloading the license text @bjk7119 (#115)
  • Exclude untracked files in input path @bjk7119 (#114)

v3.0.10 (04/11/2022)

Changes

πŸ› Hotfixes

  • Fix bug for not working options(-n, i) @bjk7119 (#111)
  • Set lint mode to default mode. @bjk7119 (#111)
  • Not print progress bar in add mode when interactive working @bjk7119 (#111)

πŸ”§ Maintenance

  • Print license text through notice parameter @dd-jy (#112)

v3.0.9 (19/10/2022)

Changes

πŸ› Hotfixes

  • Fix bug that doesn't work -v, -h option @bjk7119 (#110)

v3.0.8 (12/10/2022)

Changes

πŸ› Hotfixes

  • Fix bug in lint and add error for Windows @bjk7119 (#109)

πŸ”§ Maintenance

  • Add OSS pkg file list for Nuget @bjk7119 (#108)

v3.0.7 (06/10/2022)

Changes

πŸš€ Features

  • Convert multiple yaml files into one report @bjk7119 (#107)

v3.0.6 (15/09/2022)

Changes

πŸ”§ Maintenance

  • Modify result file name format @bjk7119 (#106)

v3.0.5 (15/09/2022)

Changes

πŸ”§ Maintenance

  • Fix to print argparse help msg if input no mode @bjk7119 (#104)

v3.0.4 (01/09/2022)

Changes

πŸ› Hotfixes

  • Fix not to print argparse's help msg @bjk7119 (#102)
  • Fix bug where path in sbom-info.yaml is not excluded from lint result @bjk7119 (#101)

πŸ”§ Maintenance

  • Apply new help msg if invalid input @bjk7119 (#103)

v3.0.3 (19/08/2022)

Changes

πŸ› Hotfixes

  • Change the exit code to a constant for windows @soimkim (#99)

v3.0.2 (12/08/2022)

Changes

πŸ”§ Maintenance

  • Remove the οΏ½function to convert excel to yaml @bjk7119 (#98)
  • Remove unnecessary code @bjk7119 (#97)
  • Run current path if no input path @bjk7119 (#96)
  • Remove the code of filtering fille name in convert mode @bjk7119 (#95)
  • Delete unnecessary returns @soimkim (#94)
  • Add new format of oss-pkg-info.yaml @bjk7119 (#93)
  • Change the message if there is nothing to convert @soimkim (#92)
  • Modify badge info in README.md @bjk7119 (#90)

v3.0.1 (22/07/2022)

Changes

πŸ› Hotfixes

  • Remove unused packages @bjk7119 (#89)

v3.0.0 (22/07/2022)

Changes

πŸ”§ Maintenance

  • Rename FOSSLight Reuse to FOSSLight Prechecker @bjk7119 (#87)

v2.2.2 (20/07/2022)

Changes

πŸ”§ Maintenance

  • Add -v option and error handling in convert mode @bjk7119 (#85)
  • Move read excel code to FL Util @bjk7119 (#84)
  • Apply fnmatch / re match to match file name @bjk7119 (#83)
  • Remove scroll from html @soimkim (#79)
  • Change it to a responsive table @soimkim (#78)
  • Remove gray background from html @soimkim (#77)
  • Modify html format when files exceeds 100 @bjk7119 (#76)

v2.2.1 (28/06/2022)

Changes

πŸš€ Features

  • Add generating html format file @bjk7119 (#73)

πŸ”§ Maintenance

  • Add expand button in html @bjk7119 (#75)
  • Add execution error handling for html @bjk7119 (#74)
  • Change field's name in yaml file @bjk7119 (#72)