CHANGELOG: Make version numbers clickable

pull/28/head
Adrian Perez de Castro 2015-08-17 00:25:28 +03:00
parent 3f93d1f01d
commit c0c6d8bfc4
1 changed files with 14 additions and 5 deletions

View File

@ -1,7 +1,7 @@
# Change Log # Change Log
All notable changes to this project will be documented in this file. All notable changes to this project will be documented in this file.
## Unreleased ## [Unreleased]
### Added ### Added
- New feature: Allow filtering out symbolic links using the - New feature: Allow filtering out symbolic links using the
`fancyindex_hide_symlinks` configuration directive. (Idea and prototype `fancyindex_hide_symlinks` configuration directive. (Idea and prototype
@ -17,6 +17,7 @@ All notable changes to this project will be documented in this file.
nested locations. nested locations.
## [0.3.5] - 2015-02-19
### Added ### Added
- New feature: Allow setting the default sort criterion using the - New feature: Allow setting the default sort criterion using the
`fancyindex_default_sort` configuration directive. (Patch by `fancyindex_default_sort` configuration directive. (Patch by
@ -33,7 +34,7 @@ All notable changes to this project will be documented in this file.
and `fancyindex_header` directives. and `fancyindex_header` directives.
## 0.3.4 - 2014-09-03 ## [0.3.4] - 2014-09-03
### Added ### Added
- Viewport is now defined in the generated HTML, which works better - Viewport is now defined in the generated HTML, which works better
@ -44,7 +45,7 @@ All notable changes to this project will be documented in this file.
makes the HTML served to clients smaller. makes the HTML served to clients smaller.
## 0.3.3 - 2013-10-25 ## [0.3.3] - 2013-10-25
### Added ### Added
- New feature: table headers in the default template are now clickable - New feature: table headers in the default template are now clickable
@ -52,14 +53,22 @@ All notable changes to this project will be documented in this file.
(https://github.com/aperezdc/ngx-fancyindex/issues/7) (https://github.com/aperezdc/ngx-fancyindex/issues/7)
## 0.3.2 - 2013-06-05 ## [0.3.2] - 2013-06-05
### Fixed ### Fixed
- Solved a bug that would leave certain clients stalled forever. - Solved a bug that would leave certain clients stalled forever.
- Improved handling of subrequests for non-builtin headers/footers. - Improved handling of subrequests for non-builtin headers/footers.
## 0.3.1 - 2011-04-04 ## [0.3.1] - 2011-04-04
### Added ### Added
- `NEWS.rst` file, to act as change log. - `NEWS.rst` file, to act as change log.
[Unreleased]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.5...HEAD
[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
[0.3.3]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.2...v0.3.3
[0.3.2]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.1...v0.3.2
[0.3.1]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3...v0.3.1