Skip to content

v0.3.6

Compare
Choose a tag to compare
@aperezdc aperezdc released this 18 Aug 17:56
· 128 commits to master since this release

Change Log

Added

  • New feature: Allow filtering out symbolic links using the
    fancyindex_hide_symlinks configuration directive. (Idea and prototype
    patch by Thomas Wemm.)
  • New feature: Allow specifying the format of timestamps using the
    fancyindex_time_format configuration directive. (Idea suggested by Xiao
    Meng [email protected]).

Changed

  • Listings in top-level directories will not generate a "Parent Directory"
    link as first element of the listing. (Patch by Thomas P.)

Fixed

  • Fix propagation and overriding of the fancyindex_css_href setting inside
    nested locations.
  • Minor changes in the code to allow building cleanly under Windows with
    Visual Studio 2013. (Patch by Y. Yuan [email protected]).