mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-04-20 12:32:10 +02:00
Prepare release.
This commit is contained in:
parent
26857fea74
commit
a754c18391
@ -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
|
||||
|
@ -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",
|
||||
|
@ -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
|
||||
*/
|
||||
|
Loading…
x
Reference in New Issue
Block a user