Skip to content

Latest commit

Β 

History

History
296 lines (185 loc) Β· 5.28 KB

File metadata and controls

296 lines (185 loc) Β· 5.28 KB

Changelog

v4.1.39 (23/04/2026)

Changes

πŸ› Hotfixes

  • Prevent potential encoding issue @woocheol-lge (#309)

v4.1.38 (17/04/2026)

Changes

πŸ”§ Maintenance

  • Show fail message when manifest is found but go is not installed @woocheol-lge (#308)
  • Normalize UTF-8 encoding across environments @woocheol-lge (#305)

v4.1.37 (09/04/2026)

Changes

πŸ› Hotfixes

  • Enhanced npm executable detection to improve reliability of package manager initialization @woocheol-lge (#304)

v4.1.36 (03/04/2026)

Changes

πŸ› Hotfixes

  • fix(encoding): handle non-UTF-8 system encoding in subprocess output @dd-jy (#303)

πŸ”§ Maintenance

  • feat(node): add automatic detection for local Node environment @woocheol-lge (#301)
  • feat(python): support Python 3.13/3.14 and migrate from setup.py to pyproject.toml @woocheol-lge (#302)

v4.1.35 (26/03/2026)

Changes

πŸ”§ Maintenance

  • Remove trailing period from guide URLs in log messages @dd-jy (#300)
  • Update fosslight.org guide url @dd-jy (#299)
  • fix(gradle_scan): prevent java/android overlap during build.gradle detection @woocheol-lge (#298)

v4.1.34 (13/03/2026)

Changes

πŸš€ Features

  • Replace flutter_oss_licenses with local cache parsing @dd-jy (#294)

v4.1.33 (06/03/2026)

Changes

πŸš€ Features

  • Collect and print custom dn url for maven/gradle @dd-jy (#289)

πŸ› Hotfixes

  • Fix pnpm workspace install and json parsing @dd-jy (#293)

πŸ”§ Maintenance

  • Remove "Type of change" section from PR default template @woocheol-lge (#292)
  • Update CodeRabbit config @soimkim (#291)

v4.1.32 (05/02/2026)

Changes

πŸ› Hotfixes

  • Check npm pkg version existence in registry @dd-jy (#286)

πŸ”§ Maintenance

  • Change pypi license priority order @dd-jy (#288)
  • Update help message @bjk7119 (#284)

v4.1.31 (26/01/2026)

Changes

πŸ› Hotfixes

  • Fix the yarn bug when it checks url exists @dd-jy (#285)

v4.1.30 (23/01/2026)

Changes

πŸ”§ Maintenance

  • Fix skipped path log not printed when all_mode @dd-jy (#283)

v4.1.29 (23/01/2026)

Changes

πŸ”§ Maintenance

  • Remove duplicated exclude logic for all mode @dd-jy (#282)

v4.1.28 (16/01/2026)

Changes

πŸ”§ Maintenance

  • Replace exclude function to fosslight_util @dd-jy (#281)

v4.1.27 (14/01/2026)

Changes

πŸš€ Features

  • Run dotnet restore for all .sln and .csproj @dd-jy (#280)

v4.1.26 (13/01/2026)

Changes

πŸš€ Features

  • Add auto-restore for Nuget CPM projects @dd-jy (#279)
  • Add dotnet restore cmd when analyzing nuget @dd-jy (#275)
  • Refine npm/yarn dn urls via registry lookup @dd-jy (#278)

πŸ› Hotfixes

  • Fix maven direct/transitive bug @dd-jy (#277)
  • Fix to detect manifest file when path included @dd-jy (#273)

πŸ”§ Maintenance

  • Add how to use -e option @bjk7119 (#276)
  • Modify comment in scanner info sheet @dd-jy (#274)

v4.1.25 (24/12/2025)

Changes

πŸ”§ Maintenance

  • Update supported format @dd-jy (#272)

v4.1.24 (12/12/2025)

Changes

πŸ”§ Maintenance

  • Add to get license from pom additionally @dd-jy (#271)

v4.1.23 (12/11/2025)

Changes

πŸ› Hotfixes

  • Distinguish flutter sdk in package list @dd-jy (#270)

v4.1.22 (16/10/2025)

Changes

πŸš€ Features

  • Support yarn dependency tree @dd-jy (#268)

πŸ”§ Maintenance

  • Remove wheel pkg in pypi oss list @dd-jy (#269)

v4.1.21 (23/09/2025)

Changes

πŸš€ Features

  • Try to install with yarn if npm failed @soimkim (#267)

v4.1.20 (02/09/2025)

Changes

πŸš€ Features

  • Support recursive dependency analysis @dd-jy (#264)
  • Update to use pip inspect to get pypi oss info @dd-jy (#263)

πŸ› Hotfixes

  • Fix the android detect mode bug @dd-jy (#266)

v4.1.19 (17/07/2025)

Changes

πŸ”§ Maintenance

  • Update python support ver 3.10-3.12 @dd-jy (#262)

v4.1.18 (11/07/2025)

Changes

πŸ”§ Maintenance

  • Remove the pkg_resources @dd-jy (#261)

v4.1.17 (09/07/2025)

Changes

πŸ› Hotfixes

  • Fix the cargo purl bug @dd-jy (#260)

πŸ”§ Maintenance

  • Change cargo dn loc with crates.io url @dd-jy (#259)

v4.1.16 (01/07/2025)

Changes

πŸ› Hotfixes

  • Fix nuget api call error @dd-jy (#258)

v4.1.15 (26/06/2025)

Changes

πŸ”§ Maintenance

  • Add comment if no manifest but package manager found @dd-jy (#257)

v4.1.14 (12/06/2025)

Changes

πŸ”§ Maintenance

  • Add oss version in npm download location @dd-jy (#256)
  • Switch download location and homepage for go @dd-jy (#255)

v4.1.13 (09/06/2025)

Changes

πŸ› Hotfixes

  • Retry to get go pkg info when http error @dd-jy (#254)

πŸ”§ Maintenance

  • Change dn loc and homepage for Npm @dd-jy (#251)

v4.1.12 (09/05/2025)

Changes

πŸ› Hotfixes

  • Fix bug about mvnw cmd @dd-jy (#253)

v4.1.11 (23/04/2025)

Changes

πŸ› Hotfixes

  • Fix to detect pypi install error @dd-jy (#252)

v4.1.10 (16/04/2025)

Changes

πŸ› Hotfixes

  • Fix to retry virtualenv for pypi @dd-jy (#250)

πŸ”§ Maintenance

  • Add venv into .gitignore @dd-jy (#249)
  • Change flake8 github action @dd-jy (#248)