Prepare release.

This commit is contained in:
Lars Jung 2014-06-21 22:00:42 +02:00
parent 26857fea74
commit a754c18391
3 changed files with 5 additions and 4 deletions

View file

@ -2,7 +2,7 @@
**h5ai** uses [semantic versioning](http://semver.org/).
## develop branch
## v0.25.0 - *2014-06-21*
* adds sidebar
* adds initial theme support

View file

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

View file

@ -95,6 +95,7 @@ Options
/*
Enable packaged download of selected entries.
To select files the "select"-extension needs to be enabled.
- type: "php-tar", "shell-tar" or "shell-zip"
- packageName: basename of the download package, null for current foldername
@ -129,7 +130,7 @@ Options
- type: "php" (sloooow) or "shell-du" (sloow)
*/
"foldersize": {
"enabled": true,
"enabled": false,
"type": "php"
},
@ -283,7 +284,7 @@ Options
/*
Make entries selectable (first mouse button + drag).
At the moment only needed for packaged download and delete.
At the moment only needed for packaged download.
- checkboxes: boolean, show a checkbox on mouse over item
*/