Skip to content

v0.5.0

Compare
Choose a tag to compare
@aperezdc aperezdc released this 24 Oct 16:10
· 30 commits to master since this release
v0.5.0
4fc6bb1

This release adds news features and is backwards-compatible with the 0.4.x series.

Added

  • New option fancyindex_show_dotfiles. (Path by Joshua Shaffer <[email protected]>.)
  • The fancyindex_header and fancyindex_footer options now support local files properly, by means of a local flag. (Patches by JoungKyun Kim <[email protected]> and Adrián Pérez <[email protected]>.)

Changed

  • Improved performance of directory entry sorting, which should be quite noticeable for directories with thousands of files. (Patch by Yuxiang Zhang.)
  • The minimum Nginx version supported by the module is now 0.8.x.

Fixed

  • Properly escape square brackets in directory entry names when the module is built with older versions of Nginx. (Patch by Adrián Pérez <[email protected]>.)
  • Fix directory entry listing not being shown when using the nginx-auth-ldap module. (Patch by JoungKyun Kim <[email protected]>.)