Release 1.3.0

master
Ilya 8 years ago
parent e6e0eed6e4
commit 6b95c113fe

@ -1,6 +1,26 @@
Change log Change log
========== ==========
1.3.0 (2017-11-17)
-------------------
We're happy to announce Ambar 1.3.0 is out!
### What's new:
- We added new ways to visualize your search results: Folders View & Statistics View. Both are live and update as you type your search query.
- Folders view allows you to quickly navigate through indexed files tree and preview results.
![Ambar Folders View](https://habrastorage.org/webt/ma/cq/lj/macqljqn-guhaqaad_ls6hfn2wc.png)
- Statistics view allows you to easily analyze huge search results and have a full vision of your data
![Ambar Statistics View](https://habrastorage.org/webt/ef/27/rr/ef27rrooyilbzemlrlapwtsyws8.png)
- Many of you asked us to add ui localizations... Thanks to one of our customers who made it possible. As for now there are two options: Russian and English, change `uiLang` in your `config.json`. If you want to add your own localization, please contact us on hello@ambar.cloud.
- If you don't want to preserve original files in Ambar, you can disable it in your config.json. Doing this highly reduces Ambar storage space requirements.
- Ambar management script and config file were optimized.
### Migration from 1.2.0:
Unfortunately, this version is not backwards compatible. So, you have to perform a clean install.
1.2.0 (2017-10-18) 1.2.0 (2017-10-18)
------------------- -------------------

@ -1 +1 @@
Subproject commit f257f6e8221ac2dd2b28ab80175688c297d8a986 Subproject commit 7a88117612661f62a1e8bf674e4e80b257cac4ed

@ -1 +1 @@
Subproject commit 1eae8374d2f43bcb39c3546a9eafe39aa4c7e9c6 Subproject commit 9b4eac4498df4ba4de968d3658b80c3145d81203

@ -1 +1 @@
Subproject commit c475e4919d55ab6f65a4f9c10204229b54150f9c Subproject commit 98789765006cf642fe74a43bf94679b20d1f913f

@ -1 +1 @@
Subproject commit 9539740dd215d73958e2c14f7cbe745a263cae7a Subproject commit 8043ec74cd52d0a0caecd055a78fe65ef89e5e31

@ -1 +1 @@
Subproject commit dd8170637021c6d478262beaa2ac1914d1e30d76 Subproject commit 76deace0cccaf2b924c23cf62c07772278e17e5c

@ -1 +1 @@
Subproject commit 328084c9d124f2d51e8030bd994167ab8b5d742a Subproject commit 8f024696c5fbc18f3d31bc8b7ef06c3a95981472

@ -1,4 +1,4 @@
[![Version](https://img.shields.io/badge/Version-v1.2.0-brightgreen.svg)](https://ambar.cloud) [![Version](https://img.shields.io/badge/Version-v1.3.0-brightgreen.svg)](https://ambar.cloud)
[![License](https://img.shields.io/badge/License-Fair%20Source%20v0.9-blue.svg)](https://github.com/RD17/ambar/blob/master/License.txt) [![License](https://img.shields.io/badge/License-Fair%20Source%20v0.9-blue.svg)](https://github.com/RD17/ambar/blob/master/License.txt)
[![Blog](https://img.shields.io/badge/Ambar%20Blog-%20Latest%20news%20and%20tutorials%20-brightgreen.svg)](https://blog.ambar.cloud) [![Blog](https://img.shields.io/badge/Ambar%20Blog-%20Latest%20news%20and%20tutorials%20-brightgreen.svg)](https://blog.ambar.cloud)
@ -15,7 +15,6 @@ Ambar defines the new way to manage your documents out of the box:
- Find documents and images instantly with Google-like search - Find documents and images instantly with Google-like search
- Manage your documents with tags, hide irrelevant search results - Manage your documents with tags, hide irrelevant search results
- Auto tagging & named entitites recognition - Auto tagging & named entitites recognition
- Download or share links to your documents, even if they've been deleted from the source
## Features ## Features
@ -56,10 +55,10 @@ Ambar defines the new way to manage your documents out of the box:
### General ### General
* Files Tagging * Files Tagging (Auto tagging as well)
* Named Entitites
* Hiding Irrelevant Search Results * Hiding Irrelevant Search Results
* Files Preview (with Google Docs View) * Files Preview
* Real-Time Statistics
* Web UI * Web UI
* [REST API](https://github.com/RD17/ambar/blob/master/API_DOC.md) * [REST API](https://github.com/RD17/ambar/blob/master/API_DOC.md)
* Multiple user accounts (Only EE) * Multiple user accounts (Only EE)
@ -106,7 +105,7 @@ Yes, it can search through any PDF, even badly encoded or with scans inside. We
Yes, please create an issue on GitHub. Yes, please create an issue on GitHub.
### Are you going to add UI localizations? ### Are you going to add UI localizations?
We're working on it. Be patient. As for now there are two options: Russian and English, change `uiLang` in your `config.json`. If you want to add your own localization, please contact us on hello@ambar.cloud.
### What is the maximum file size it can handle? ### What is the maximum file size it can handle?
It's limited by amount of RAM on your machine, typically 500MB. It's an awesome result, as typical document managment systems offer 30MB maximum file size to be processed. It's limited by amount of RAM on your machine, typically 500MB. It's an awesome result, as typical document managment systems offer 30MB maximum file size to be processed.
@ -118,7 +117,7 @@ Basically Ambar CE is a downscaled Ambar EE. Check comparison on our [landing pa
Nope, check our Privacy Policy. Nope, check our Privacy Policy.
### I have a problem what should I do? ### I have a problem what should I do?
Submit an issue or chat with us on https://ambar.cloud Submit an issue
## Change Log ## Change Log
[Change Log](https://github.com/RD17/ambar/blob/master/CHANGELOG.md) [Change Log](https://github.com/RD17/ambar/blob/master/CHANGELOG.md)

@ -1 +1 @@
Subproject commit 4b90a5b8d299f00cfe89ff13d59efa31ce6265f5 Subproject commit 79562de085b1f80f1577489c14cea8652af4ed87

@ -0,0 +1,11 @@
FROM redis:4.0.2-alpine
RUN apk add --update curl && \
rm -rf /var/cache/apk/*
COPY redis.conf /usr/local/etc/redis/redis.conf
CMD [ "redis-server", "/usr/local/etc/redis/redis.conf" ]
HEALTHCHECK --interval=5s --timeout=30s --retries=50 \
CMD curl -f localhost:6379 || exit 1

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save