parent
0a8450c812
commit
71b7146577
|
@ -2,11 +2,17 @@
|
||||||
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]
|
||||||
|
|
||||||
|
## [0.4.1] - 2016-08-18
|
||||||
### Added
|
### Added
|
||||||
- New `fancyindex_directories_first` configuration directive (enabled by
|
- New `fancyindex_directories_first` configuration directive (enabled by
|
||||||
default), which allows setting whether directories are sorted before other
|
default), which allows setting whether directories are sorted before other
|
||||||
files. (Patch by Luke Zapart <<luke@zapart.org>>.)
|
files. (Patch by Luke Zapart <<luke@zapart.org>>.)
|
||||||
|
|
||||||
|
### Fixed
|
||||||
|
- Fix index files not working when the fancyindex module is in use (#46).
|
||||||
|
|
||||||
|
|
||||||
## [0.4.0] - 2016-06-08
|
## [0.4.0] - 2016-06-08
|
||||||
### Added
|
### Added
|
||||||
- The module can now be built as a [dynamic
|
- The module can now be built as a [dynamic
|
||||||
|
@ -94,7 +100,8 @@ All notable changes to this project will be documented in this file.
|
||||||
- `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.4.0...HEAD
|
[Unreleased]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.1...HEAD
|
||||||
|
[0.4.1]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.0...v0.4.1
|
||||||
[0.4.0]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.6...v0.4.0
|
[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.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.5]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.4...v0.3.5
|
||||||
|
|
Loading…
Reference in New Issue