Prepares release.

This commit is contained in:
Lars Jung 2013-07-21 17:04:46 +02:00
parent 31e1524a71
commit a76bf373a8
3 changed files with 7 additions and 6 deletions

View File

@ -59,7 +59,7 @@ It profits from these great projects:
( **h5ai** uses [semantic versioning](http://semver.org/) ) ( **h5ai** uses [semantic versioning](http://semver.org/) )
### develop branch ### v0.23.0 - *2013-07-21*
* removes `aai` mode! * removes `aai` mode!
* drops support for IE7+8 (simple fallback, same as no javascript) * 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 * speeds up packaged downloads
* add line wrap and line highlighting (on hover) to text preview * add line wrap and line highlighting (on hover) to text preview
* new design (colors, images) * 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`) * fixes filter (ignore parent folder, display of `no match`)
* lots of small fixes
* updates H5BP to 4.2.0 * updates H5BP to 4.2.0
* updates jQuery to 2.0.3 * updates jQuery to 2.0.3
* updates jQuery.mousewheel to 3.1.3 * updates jQuery.mousewheel to 3.1.3

View File

@ -1,6 +1,6 @@
{ {
"name": "h5ai", "name": "h5ai",
"version": "0.22.1-dev", "version": "0.23.0",
"description": "a modern HTTP web server index", "description": "a modern HTTP web server index",
"url": "http://larsjung.de/h5ai/", "url": "http://larsjung.de/h5ai/",
"author": "Lars Jung", "author": "Lars Jung",

View File

@ -57,7 +57,7 @@ Options
- interval: number, update interval in milliseconds, at least 1000 - interval: number, update interval in milliseconds, at least 1000
*/ */
"autorefresh": { "autorefresh": {
"enabled": true, "enabled": false,
"interval": 5000 "interval": 5000
}, },
@ -84,7 +84,7 @@ Options
Allow file deletion. Allow file deletion.
*/ */
"delete": { "delete": {
"enabled": true "enabled": false
}, },
/* [EXPERIMENTAL] /* [EXPERIMENTAL]
@ -95,7 +95,7 @@ Options
- maxfilesize: number, file size is in MB - maxfilesize: number, file size is in MB
*/ */
"dropbox": { "dropbox": {
"enabled": true, "enabled": false,
"maxfiles": 10, "maxfiles": 10,
"maxfilesize": 1000 "maxfilesize": 1000
}, },