Prepare release.

This commit is contained in:
Lars Jung 2016-08-12 14:49:20 +02:00
parent 1e12faa756
commit d714ea90fb
2 changed files with 8 additions and 4 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## v0.29.0 - *2016-08-12*
* back to cleaner visual experience
* add option to disable sidebar
* add options to filter/search ignore case
@ -27,6 +30,7 @@
* remove `jQuery`
* remove `lodash`
* remove [`modulejs`](https://larsjung.de/modulejs/) for now
* reduce JS code by 60% (~250kb -> ~100kb)
* update languages (`et`, `nl`, `pl`)

View file

@ -122,7 +122,7 @@
- alwaysVisible: boolean, always show download button (defaults to download the current folder)
*/
"download": {
"enabled": true,
"enabled": false,
"type": "php-tar",
"packageName": null,
"alwaysVisible": false
@ -142,7 +142,7 @@
- ignorecase: boolean, ignore case
*/
"filter": {
"enabled": true,
"enabled": false,
"advanced": true,
"debounceTime": 100,
"ignorecase": true
@ -180,7 +180,7 @@
- qrColor: string, QR-Code fill color
*/
"info": {
"enabled": true,
"enabled": false,
"show": false,
"qrcode": true,
"qrFill": "#999",
@ -318,7 +318,7 @@
- checkboxes: boolean, show a checkbox on mouse over item
*/
"select": {
"enabled": true,
"enabled": false,
"clickndrag": true,
"checkboxes": true
},