From 03b03c30ebfe0e5edb2cf91604f5df424788340a Mon Sep 17 00:00:00 2001 From: isido993 Date: Thu, 7 Sep 2017 11:27:59 +0300 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 35 +++++++++++++++++++++++++++++++++++ 1 file changed, 35 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d3da2a..9f3461c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,41 @@ Change log ========== +1.1.0 (2017-09-07) +------------------- + +Sunny summer days are over, so we are back to work.  + +### New features + +#### Tags + - We completely removed sources from UI and replaced them with tags + - Tags are on the left sidebar + +#### Autotags + - IP, IPv6, IPv4 + - URI, URI-HTTP, URI-HTTPS, URI-FTP + - Archive, Archive-Zip, Image + - EMail + - Phone, Phone-RU + +#### Files removing + - "Hidden Files" are now called "Removed Files". You can search through removed files by show:removed query + +#### UI + - Added Table view for search results. With it you can easily analyze large number of search results and tune your search query + +#### Crawlers + - Added FTPS crawler + +### Bugfixes + - Added ability to specify IP address and port during Ambar installation + - Minor bugfixes + +### Migration from 1.0.0 + +- To update your Ambar to latest version use `sudo ./ambar.py update`. + 1.0.0 (2017-06-16) -------------------