Improvements
- [#139] Include Files from Nested Directories in Reports: Report generation now processes files located within nested subdirectories of the main source directory (e.g., files in
A/submodule-1
will be included when generating a report for directoryA
). Previously, only files directly in the root specified directory were considered. This enhancement ensures more comprehensive data collection and paves the way for future multi-module reporting features.
Full Changelog: v1.4.1...v1.4.2