Skip to content
This repository has been archived by the owner on Aug 26, 2021. It is now read-only.

Commit

Permalink
Release v0.9.3
Browse files Browse the repository at this point in the history
  • Loading branch information
sochix committed May 4, 2017
1 parent 9a88ac1 commit 0ccd20c
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 7 deletions.
24 changes: 21 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,24 @@
Change log
==========

0.9.3 (2017-05-04)
-------------------

### New features

- Community Edition now supports authentication
- New module added - Ambar Proxy. Now by default Ambar API and WEB UI use the same 80 port
- Added Polish language analyzer, use `ambar_pl` in `config.json` to enable it
- Internal Ambar networking upgraded that improved stability and performance

### Bugfixes

- Minor UI and WebApi bugfixes (thanks for your feedback)

### Migration from 0.9.2

- Before updating your Ambar to this version, update your `ambar.py` script by running `wget -O ambar.py https://static.ambar.cloud/ambar.py && chmod +x ./ambar.py` and remove `api.internal` & `fe.internal` sections from your `config.json`

0.9.2 (2017-04-27)
-------------------

Expand Down Expand Up @@ -49,9 +67,9 @@ Change log

![Search as You Type](https://habrastorage.org/files/e34/e11/2b2/e34e112b2b6849a4b77d2fe542c24d1c.gif)

- Added German language analyzer, use `ambar-de` in `config.json` to enable it
- Added German language analyzer, use `ambar_de` in `config.json` to enable it

- Added CJK language analyzer, use `ambar-cjk` in `config.json` to enable it
- Added CJK language analyzer, use `ambar_cjk` in `config.json` to enable it

- Added search by document update time. Examples: `when:today` - search for all documents modified today, other options are: *today*, *yesterday*, *thisweek*, *thismonth*, *thisyear*

Expand All @@ -70,7 +88,7 @@ Change log

- Added search by Author, all available queries are [described here](https://blog.ambar.cloud/mastering-ambar-search-queries/)

- Added Italian language analyzer, use `ambar-it` in `config.json` to enable it
- Added Italian language analyzer, use `ambar_it` in `config.json` to enable it

- Added [API documentation](https://github.com/RD17/ambar/blob/master/API_DOC.md) to GitHub, so you can connect Ambar with other systems

Expand Down
2 changes: 1 addition & 1 deletion ElasticSearch
2 changes: 1 addition & 1 deletion FrontEnd
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[![Version](https://img.shields.io/badge/Version-v0.9.2-brightgreen.svg)](https://ambar.cloud)
[![Version](https://img.shields.io/badge/Version-v0.9.3-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)
[![StackShare](https://img.shields.io/badge/tech-stack-0690fa.svg?style=flat)](https://stackshare.io/ambar/ambar)

Expand Down Expand Up @@ -66,7 +66,7 @@ Yes, Community Edition is forever free. We will NOT charge a penny from you to u
Yes, it performs OCR on images (jpg, tiff, bmp, etc) and PDF's. OCR is perfomed by well-known open-source library Tesseract. We tuned it to achieve best perfomance and quality on scanned documents.

### Which languages are supported by OCR?
Supported languages: Eng, Rus, Ita, Deu, Fra, Spa, Nld, CJK.
Supported languages: Eng, Rus, Ita, Deu, Fra, Spa, Pl, Nld, CJK.
If you miss your language, please create an issue on GitHub and we'll add it ASAP.

### Does it support tagging?
Expand Down

0 comments on commit 0ccd20c

Please sign in to comment.