1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-13 17:34:07 +02:00

Update changelog.

This commit is contained in:
Lars Jung
2015-05-16 15:34:11 +02:00
parent 76c226c57b
commit 8d3611e30c

View File

@@ -2,14 +2,17 @@
* now requires PHP 5.4.0+ * now requires PHP 5.4.0+
* changes index path to `/_h5ai/public/index.php` * changes index path to `/_h5ai/public/index.php`
* lots of code cleanup and refactorings * now only `/_h5ai/public/` needs to be accessable from web
* adds frontend tests * adds support for custom script and style additions
* adds options to set font families
* adds search * adds search
* adds ignorecase sorting option to tree
* adds wide links in tree view * adds wide links in tree view
* adds IE edge mode * adds IE edge mode
* adds ignorecase sorting option to tree * adds frontend tests
* fixes some styles in IE10 * fixes some styles in IE10
* fixes preview bottom bar for small screen widths * fixes preview bottom bar for small screen widths
* lots of code cleanup and refactorings
* changes API * changes API
* updates build process * updates build process
* updates `lodash` to 3.8.0 (adds debounce and trim) * updates `lodash` to 3.8.0 (adds debounce and trim)