1
0
mirror of https://github.com/lrsjng/h5ai.git synced 2025-08-22 13:33:01 +02:00

Adds optional QRCodes and filtering for displayed files.

This commit is contained in:
Lars Jung
2012-02-19 22:29:42 +01:00
parent bc6e9fb150
commit 6bfbdb4d05
18 changed files with 1991 additions and 46 deletions

View File

@@ -23,6 +23,7 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
* [jQuery](http://jquery.com) (MIT/GPL)
* [jQuery.mousewheel](http://github.com/brandonaaron/jquery-mousewheel) (MIT)
* [modernizr](http://www.modernizr.com) (MIT/BSD)
* [qrcode](http://www.d-project.com/qrcode/index.html) (MIT)
## Changelog
@@ -30,15 +31,17 @@ h5ai is provided under the terms of the [MIT License](http://github.com/lrsjng/h
### v0.18 - *2012-02-??*
* updates year in `LICENSE.TXT`
* updates es translation
* adds optional QRCode display
* adds optional filtering for displayed files and folders
* improves zipped download
* custom headers/footers are now optional and disabled by default
* fixes problems with folder recognition in the JS version
* fixes include problems in PHP version
* fixes path problems on servers running on Windows in PHP version
* fixes broken links in custom headers/footers while zipped download enabled
* fixes problems with thumbnails for files with single or double quotes in filename
* improves zipped download
* updates year in `LICENSE.TXT`
* updates es translation
### v0.17 - *2011-11-28*