File tree 1 file changed +8
-1
lines changed
1 file changed +8
-1
lines changed Original file line number Diff line number Diff line change @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file.
3
3
4
4
## [ Unreleased]
5
5
6
+ ## [ 0.5.2] - 2021-10-28
7
+ ### Fixed
8
+ - Properly escape file names to ensure that file names are never renreded
9
+ as HTML. (Patch by Anthony Ryan <
< [email protected] > >,
10
+ [ #128 ] ( https://github.com/aperezdc/ngx-fancyindex/pull/128 ) .)
11
+
6
12
## [ 0.5.1] - 2020-10-26
7
13
### Fixed
8
14
- Properly handle optional second argument to ` fancyindex_header ` and
@@ -176,7 +182,8 @@ All notable changes to this project will be documented in this file.
176
182
- ` NEWS.rst ` file, to act as change log.
177
183
178
184
179
- [ Unreleased ] : https://github.com/aperezdc/ngx-fancyindex/compare/v0.5.1...HEAD
185
+ [ Unreleased ] : https://github.com/aperezdc/ngx-fancyindex/compare/v0.5.2...HEAD
186
+ [ 0.5.2 ] : https://github.com/aperezdc/ngx-fancyindex/compare/v0.5.1...v0.5.2
180
187
[ 0.5.1 ] : https://github.com/aperezdc/ngx-fancyindex/compare/v0.5.0...v0.5.1
181
188
[ 0.5.0 ] : https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.4...v0.5.0
182
189
[ 0.4.4 ] : https://github.com/aperezdc/ngx-fancyindex/compare/v0.4.3...v0.4.4
You can’t perform that action at this time.
0 commit comments