mirror of
https://github.com/lrsjng/h5ai.git
synced 2025-05-31 07:18:21 -04:00
Prepare release.
This commit is contained in:
parent
26857fea74
commit
a754c18391
3 changed files with 5 additions and 4 deletions
|
@ -2,7 +2,7 @@
|
||||||
**h5ai** uses [semantic versioning](http://semver.org/).
|
**h5ai** uses [semantic versioning](http://semver.org/).
|
||||||
|
|
||||||
|
|
||||||
## develop branch
|
## v0.25.0 - *2014-06-21*
|
||||||
|
|
||||||
* adds sidebar
|
* adds sidebar
|
||||||
* adds initial theme support
|
* adds initial theme support
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{
|
{
|
||||||
"name": "h5ai",
|
"name": "h5ai",
|
||||||
"version": "0.24.1+",
|
"version": "0.25.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",
|
||||||
|
|
|
@ -95,6 +95,7 @@ Options
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Enable packaged download of selected entries.
|
Enable packaged download of selected entries.
|
||||||
|
To select files the "select"-extension needs to be enabled.
|
||||||
|
|
||||||
- type: "php-tar", "shell-tar" or "shell-zip"
|
- type: "php-tar", "shell-tar" or "shell-zip"
|
||||||
- packageName: basename of the download package, null for current foldername
|
- packageName: basename of the download package, null for current foldername
|
||||||
|
@ -129,7 +130,7 @@ Options
|
||||||
- type: "php" (sloooow) or "shell-du" (sloow)
|
- type: "php" (sloooow) or "shell-du" (sloow)
|
||||||
*/
|
*/
|
||||||
"foldersize": {
|
"foldersize": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"type": "php"
|
"type": "php"
|
||||||
},
|
},
|
||||||
|
|
||||||
|
@ -283,7 +284,7 @@ Options
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Make entries selectable (first mouse button + drag).
|
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
|
- checkboxes: boolean, show a checkbox on mouse over item
|
||||||
*/
|
*/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue