From 8d3611e30cf5a322ec3119369fee785679e70ddc Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Sat, 16 May 2015 15:34:11 +0200 Subject: [PATCH] Update changelog. --- CHANGELOG.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bc04dab0..e70f8c27 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,14 +2,17 @@ * now requires PHP 5.4.0+ * changes index path to `/_h5ai/public/index.php` -* lots of code cleanup and refactorings -* adds frontend tests +* now only `/_h5ai/public/` needs to be accessable from web +* adds support for custom script and style additions +* adds options to set font families * adds search +* adds ignorecase sorting option to tree * adds wide links in tree view * adds IE edge mode -* adds ignorecase sorting option to tree +* adds frontend tests * fixes some styles in IE10 * fixes preview bottom bar for small screen widths +* lots of code cleanup and refactorings * changes API * updates build process * updates `lodash` to 3.8.0 (adds debounce and trim)