From d714ea90fb74cc32e76b82a55ac2778b7193b968 Mon Sep 17 00:00:00 2001 From: Lars Jung Date: Fri, 12 Aug 2016 14:49:20 +0200 Subject: [PATCH] Prepare release. --- CHANGELOG.md | 4 ++++ src/_h5ai/private/conf/options.json | 8 ++++---- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 921d58a0..57b093c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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`) diff --git a/src/_h5ai/private/conf/options.json b/src/_h5ai/private/conf/options.json index 17d57730..29b21227 100644 --- a/src/_h5ai/private/conf/options.json +++ b/src/_h5ai/private/conf/options.json @@ -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 },