2014-09-08 07:34:51 +00:00
|
|
|
# Change Log
|
|
|
|
All notable changes to this project will be documented in this file.
|
2013-06-05 08:43:25 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
## Unreleased
|
2015-08-16 10:01:18 +00:00
|
|
|
### Added
|
|
|
|
- New feature: Allow filtering out symbolic links using the
|
|
|
|
`fancyindex_hide_symlinks` configuration directive. (Idea and prototype
|
|
|
|
patch by Thomas Wemm.)
|
2015-08-15 23:29:43 +00:00
|
|
|
### Changed
|
|
|
|
- Listings in top-level directories will not generate a "Parent Directory"
|
|
|
|
link as first element of the listing. (Patch by Thomas P.)
|
2015-02-19 12:18:17 +00:00
|
|
|
|
|
|
|
|
2015-02-19 12:16:36 +00:00
|
|
|
### Added
|
|
|
|
- New feature: Allow setting the default sort criterion using the
|
|
|
|
`fancyindex_default_sort` configuration directive. (Patch by
|
|
|
|
Алексей Урбанский).
|
2015-08-09 11:19:09 +00:00
|
|
|
- New feature: Allow changing the maximum length of file names, using
|
2015-02-19 12:16:36 +00:00
|
|
|
the `fancyindex_name_length` configuration directive. (Patch by
|
|
|
|
Martin Herkt).
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
### Changed
|
|
|
|
- Renames `NEWS.rst` to `CHANGELOG.md`, which follows the recommendations
|
|
|
|
from [Keep a Change Log](http://keepachangelog.com/).
|
2015-08-09 11:19:21 +00:00
|
|
|
- Configuring Nginx without the `http_addition_module` will generate a
|
|
|
|
warning during configuration, as it is needed for the `fancyindex_footer`
|
|
|
|
and `fancyindex_header` directives.
|
2014-09-08 07:34:51 +00:00
|
|
|
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
## 0.3.4 - 2014-09-03
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
### Added
|
2014-09-03 11:21:04 +00:00
|
|
|
- Viewport is now defined in the generated HTML, which works better
|
|
|
|
for mobile devices.
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
### Changed
|
2014-09-03 11:21:04 +00:00
|
|
|
- Even-odd row styling moved to the CSS using :nth-child(). This
|
|
|
|
makes the HTML served to clients smaller.
|
|
|
|
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
## 0.3.3 - 2013-10-25
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
### Added
|
2013-10-25 10:06:44 +00:00
|
|
|
- New feature: table headers in the default template are now clickable
|
|
|
|
to set the sorting criteria and direction of the index entries.
|
|
|
|
(https://github.com/aperezdc/ngx-fancyindex/issues/7)
|
|
|
|
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
## 0.3.2 - 2013-06-05
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
### Fixed
|
2013-06-05 08:43:25 +00:00
|
|
|
- Solved a bug that would leave certain clients stalled forever.
|
|
|
|
- Improved handling of subrequests for non-builtin headers/footers.
|
|
|
|
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
## 0.3.1 - 2011-04-04
|
2015-02-19 12:18:17 +00:00
|
|
|
|
2014-09-08 07:34:51 +00:00
|
|
|
### Added
|
|
|
|
- `NEWS.rst` file, to act as change log.
|