mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-01-18 05:38:35 +01:00
Prepares release.
This commit is contained in:
parent
31e1524a71
commit
a76bf373a8
@ -59,7 +59,7 @@ It profits from these great projects:
|
||||
( **h5ai** uses [semantic versioning](http://semver.org/) )
|
||||
|
||||
|
||||
### develop branch
|
||||
### v0.23.0 - *2013-07-21*
|
||||
|
||||
* removes `aai` mode!
|
||||
* drops support for IE7+8 (simple fallback, same as no javascript)
|
||||
@ -71,8 +71,9 @@ It profits from these great projects:
|
||||
* speeds up packaged downloads
|
||||
* add line wrap and line highlighting (on hover) to text preview
|
||||
* new design (colors, images)
|
||||
* now uses `SVG` images for the interface
|
||||
* now uses scalable images for the interface
|
||||
* fixes filter (ignore parent folder, display of `no match`)
|
||||
* lots of small fixes
|
||||
* updates H5BP to 4.2.0
|
||||
* updates jQuery to 2.0.3
|
||||
* updates jQuery.mousewheel to 3.1.3
|
||||
|
@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "h5ai",
|
||||
"version": "0.22.1-dev",
|
||||
"version": "0.23.0",
|
||||
"description": "a modern HTTP web server index",
|
||||
"url": "http://larsjung.de/h5ai/",
|
||||
"author": "Lars Jung",
|
||||
|
@ -57,7 +57,7 @@ Options
|
||||
- interval: number, update interval in milliseconds, at least 1000
|
||||
*/
|
||||
"autorefresh": {
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"interval": 5000
|
||||
},
|
||||
|
||||
@ -84,7 +84,7 @@ Options
|
||||
Allow file deletion.
|
||||
*/
|
||||
"delete": {
|
||||
"enabled": true
|
||||
"enabled": false
|
||||
},
|
||||
|
||||
/* [EXPERIMENTAL]
|
||||
@ -95,7 +95,7 @@ Options
|
||||
- maxfilesize: number, file size is in MB
|
||||
*/
|
||||
"dropbox": {
|
||||
"enabled": true,
|
||||
"enabled": false,
|
||||
"maxfiles": 10,
|
||||
"maxfilesize": 1000
|
||||
},
|
||||
|
Loading…
x
Reference in New Issue
Block a user