v0.4.4
This is a maintenance release in the 0.4.x series.
Added
- New option
fancyindex_hide_parent_dir
, which disables generating links to parent directories in listings. (Patch by Kawai Ryota <[email protected]>.)
Changed
- Each table row is now separated by a new line (as a matter of fact, a
CRLF
sequence), which makes it easier to parse output using simple text tools. (Patch by Anders Trier <[email protected]>.) - Some corrections and additions to the
README
file. (Patches by Nicolas Carpi <[email protected]> and David Beitey <[email protected]>.)
Fixed
- Use correct character references for
&
characters in table sorter URLs within the template (Patch by David Beitey <[email protected]>.) - Properly encode filenames when used as URI components.