Prepare release.
This commit is contained in:
parent
1e12faa756
commit
d714ea90fb
2 changed files with 8 additions and 4 deletions
|
@ -1,5 +1,8 @@
|
||||||
# Changelog
|
# Changelog
|
||||||
|
|
||||||
|
|
||||||
|
## v0.29.0 - *2016-08-12*
|
||||||
|
|
||||||
* back to cleaner visual experience
|
* back to cleaner visual experience
|
||||||
* add option to disable sidebar
|
* add option to disable sidebar
|
||||||
* add options to filter/search ignore case
|
* add options to filter/search ignore case
|
||||||
|
@ -27,6 +30,7 @@
|
||||||
* remove `jQuery`
|
* remove `jQuery`
|
||||||
* remove `lodash`
|
* remove `lodash`
|
||||||
* remove [`modulejs`](https://larsjung.de/modulejs/) for now
|
* remove [`modulejs`](https://larsjung.de/modulejs/) for now
|
||||||
|
* reduce JS code by 60% (~250kb -> ~100kb)
|
||||||
* update languages (`et`, `nl`, `pl`)
|
* update languages (`et`, `nl`, `pl`)
|
||||||
|
|
||||||
|
|
||||||
|
|
|
@ -122,7 +122,7 @@
|
||||||
- alwaysVisible: boolean, always show download button (defaults to download the current folder)
|
- alwaysVisible: boolean, always show download button (defaults to download the current folder)
|
||||||
*/
|
*/
|
||||||
"download": {
|
"download": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"type": "php-tar",
|
"type": "php-tar",
|
||||||
"packageName": null,
|
"packageName": null,
|
||||||
"alwaysVisible": false
|
"alwaysVisible": false
|
||||||
|
@ -142,7 +142,7 @@
|
||||||
- ignorecase: boolean, ignore case
|
- ignorecase: boolean, ignore case
|
||||||
*/
|
*/
|
||||||
"filter": {
|
"filter": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"advanced": true,
|
"advanced": true,
|
||||||
"debounceTime": 100,
|
"debounceTime": 100,
|
||||||
"ignorecase": true
|
"ignorecase": true
|
||||||
|
@ -180,7 +180,7 @@
|
||||||
- qrColor: string, QR-Code fill color
|
- qrColor: string, QR-Code fill color
|
||||||
*/
|
*/
|
||||||
"info": {
|
"info": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"show": false,
|
"show": false,
|
||||||
"qrcode": true,
|
"qrcode": true,
|
||||||
"qrFill": "#999",
|
"qrFill": "#999",
|
||||||
|
@ -318,7 +318,7 @@
|
||||||
- checkboxes: boolean, show a checkbox on mouse over item
|
- checkboxes: boolean, show a checkbox on mouse over item
|
||||||
*/
|
*/
|
||||||
"select": {
|
"select": {
|
||||||
"enabled": true,
|
"enabled": false,
|
||||||
"clickndrag": true,
|
"clickndrag": true,
|
||||||
"checkboxes": true
|
"checkboxes": true
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in a new issue