Added:
- Added support for the MISSING / mi= dircolors variable for broken symlink
targets.
- Add support for theme from zwpaper (#452)
- Update theme to support partial themes zwpaper (#591)
- Update minimal rust version to 1.42.0 from zwpaper (#534)
- NO_COLOR environment variable support from (AnInternetTroll)
Changed:
- Change size to use btyes in classic mode from meain
- Show tree edge before name block or first column if no name block from
zwpaper (#468)
- Added icons for Perl modules (.pm) and test scripts (.t)
- Add --config-file flag to read configuration file from a custom location
- Clarify custom date format for date field in configuration file in the README.
Fixed:
- Support all strftime like formatting (#532)
0.20.1
This is essentially 0.20.0, but with a fix that caused 0.20.0 fail for some
builds.
Fixed:
-Fix flaky tree --all test from meain
0.20.0
Added:
-Add support for changing the string between icon and name from
Finn Hediger #363
-Add support for TIME_STYLE environment variable from 999eagle
-Add man page from edneville
Changed:
-Not showing . and .. when --tree with --all from zwpaper #477
Fixed:
-Fix handling blocks passed without -l in cli from meain
-Fix sorting of . and .. when used with folder from meain
-Fix arg parsing for flags that allow multiple values from meain
-Fix tests involving config file for sorting from meain