parent
ea30f7fb21
commit
87e4206159
6
NEWS.rst
6
NEWS.rst
|
@ -2,6 +2,12 @@
|
|||
Major changes among versions
|
||||
==============================
|
||||
|
||||
v0.3.3
|
||||
======
|
||||
- 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)
|
||||
|
||||
v0.3.2
|
||||
======
|
||||
- Solved a bug that would leave certain clients stalled forever.
|
||||
|
|
|
@ -12,6 +12,8 @@ module allows a certain degree of customization of the generated content:
|
|||
* Custom headers. Either local or stored remotely.
|
||||
* Custom footers. Either local or stored remotely.
|
||||
* Add you own CSS style rules.
|
||||
* Allow choosing to sort elements by name (default), modification time, or
|
||||
size; both ascending (default), or descending.
|
||||
|
||||
This module is designed to work with Nginx_, a high performance open source web
|
||||
server written by `Igor Sysoev <http://sysoev.ru>`__.
|
||||
|
|
Loading…
Reference in New Issue