From 4f9058da72ccad1354a065e32f416b13aa834396 Mon Sep 17 00:00:00 2001 From: Adrian Perez de Castro Date: Wed, 8 Jun 2016 17:28:40 +0300 Subject: [PATCH] Release version 0.4.0 --- CHANGELOG.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f7c27f4..ff44a6b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,17 @@ All notable changes to this project will be documented in this file. ## [Unreleased] + +## [0.4.0] - 2016-06-08 ### Added +- The module can now be built as a [dynamic + module](https://www.nginx.com/resources/wiki/extending/converting/). + (Patch by RĂ³bert Nagy <>.) +- New configuration directive `fancyindex_show_path`, which allows hiding the + `

` header which contains the current path. + (Patch by Thomas P. <>.) + +### Changed - Directory and file links in listings now have a title="..." attribute. (Patch by `@janglapuk` <>.) @@ -80,7 +90,8 @@ All notable changes to this project will be documented in this file. - `NEWS.rst` file, to act as change log. -[Unreleased]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.6...HEAD +[Unreleased]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.0...HEAD +[0.4.0]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.6...v0.4.0 [0.3.6]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.5...v0.3.6 [0.3.5]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.4...v0.3.5 [0.3.4]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.3...v0.3.4