From 663a41b58cf5cfe83fb251481f5a14ba4167fd69 Mon Sep 17 00:00:00 2001 From: isido993 Date: Fri, 16 Jun 2017 18:12:13 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5f22947..7c574e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,28 @@ Change log ========== +1.0.0 (2017-06-16) +------------------- + +It's time for 1.0.0! + +### New features + +#### Side Panel + - Introducing side panel: now you can refine your search just by a few clicks. + With side panel you can filter documents by time range, source, size or quicly view hidden files. + + ![Ambar Updated UI](https://habrastorage.org/web/bee/39a/8b7/bee39a8b7c45469e91f0bbc9769ae16c.png) + +### Bugfixes + + - Fixed igonoring `auth:none` in `config.json` bug (yes, again, sorry) + - Other minor bug fixes + +### Migration from 0.10.0 + +- To update your Ambar to latest version use `wget -O ambar.py https://static.ambar.cloud/ambar.py && chmod +x ./ambar.py && sudo ./ambar.py update`. + 0.10.0 (2017-06-02) -------------------