Summarized Changelog
- Add support for --info and --gitignore for the --fromfile option
- Add options --infofile and --gitfile to load .info and .gitignore files explicitly. Each implies --info or --gitignore respectively.
- Another attempt at fixing extraneous /'s in HTML URLs/output
- Fixed XML output
- Add support for the NO_COLOR environment variable (https://no-color.org/). Equivalent to the -n option
- Added --hintro and --houtro options to select files to use as the HTML intro and outro. Use /dev/null or an empty file to eliminate them entirely. This should make it much easier to create our own custom CSS or embed one or more trees into a web page.
- Added option --fflinks which will process symbolic link information from a file generated with tree -if --noreport when using --fromfile
- Updated the totals reporting code to also include in the total the file or directory that is being listed. This should make a correct report when doing something like tree *.
Full changelog here