Skip to content

Commit

Permalink
Release version 0.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
aperezdc committed Aug 18, 2017
1 parent 0716975 commit 9446fd7
Showing 1 changed file with 18 additions and 3 deletions.
21 changes: 18 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,24 @@
All notable changes to this project will be documented in this file.

## [Unreleased]

## [0.4.2] - 2017-08-19
### Changed
- Generated HTML from the default template is now proper HTML5, and it should
pass validation (#52).
- File sizes now have decimal positions when using `fancyindex_exact_size off`.
(Patch by Anders Trier <<[email protected]>>.)
- Multiple updates to `README.rst` (Patches by Danila Vershinin
<<[email protected]>>, Iulian Onofrei, Lilian Besson, and Nick Geoghegan
<<[email protected]>>.)

### Fixed
- Sorting by file size now also works correctly for directories which contain
files of sizes bigger than `INT_MAX`. (Bug report by and fix suggestion by
Chris Young.)
files of sizes bigger than `INT_MAX`. (#74, fix suggestion by Chris Young.)
- Custom headers which fail to declare an UTF-8 encoding no longer cause table
header arrows to be rendered incorrectly by browsers (#50).
- Fix segmentation fault when opening directories with empty files (#61, patch
by Catgirl <<[email protected]>>.)

## [0.4.1] - 2016-08-18
### Added
Expand Down Expand Up @@ -104,7 +118,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.4.1...HEAD
[Unreleased]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.2...HEAD
[0.4.2]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.1...v0.4.2
[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.3.6]: https://github.com/aperezdc/ngx-fancyindex/compare/v0.3.5...v0.3.6
Expand Down

0 comments on commit 9446fd7

Please sign in to comment.