You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
98 lines
3.5 KiB
Markdown
98 lines
3.5 KiB
Markdown
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)
|
|
-------------------
|
|
|
|
### New features
|
|
|
|
- Added avatar for every file type. Click on it to perform search for files with the same extension.
|
|
|
|

|
|
|
|
- Added 'Delete user account' button
|
|
|
|

|
|
|
|
- Now you can download extracted text from files ("TEXT" button)
|
|

|
|
|
|
- Added document preview in Google Viewer. By default this option is disabled as it requires having a public IP address for Ambar. You can preview documents of next formats: doc, docx, ppt, pptx, rtf, txt, xls, xlsx, csv, pdf and sizes less than 3MB. To enable this feature add next lines to your `config.json` file:
|
|
```
|
|
"api": {
|
|
.....
|
|
"showFilePreview": "true"
|
|
.....
|
|
}
|
|
```
|
|

|
|
|
|
- Modified datetime is displayed in human readbale format
|
|

|
|
|
|
- Added `reset`(remove all data from Ambar) and `uninstall` actions to `ambar.py` management script
|
|
|
|
### Bugfixes
|
|
|
|
- Minor bugfixes (thanks for your feedback)
|
|
|
|
### Migration from 0.9.1
|
|
|
|
- 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`
|
|
|
|
0.9.1 (2017-04-20)
|
|
-------------------
|
|
|
|
### New features
|
|
|
|
- Introducing **Search as You Type**
|
|
|
|

|
|
|
|
- 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 search by document update time. Examples: `when:today` - search for all documents modified today, other options are: *today*, *yesterday*, *thisweek*, *thismonth*, *thisyear*
|
|
|
|
### Bugfixes
|
|
|
|
- Minor bugfixes (thanks for your feedback)
|
|
|
|
### Migration from 0.9.0
|
|
|
|
- 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`
|
|
|
|
0.9.0 (2017-04-14)
|
|
-------------------
|
|
|
|
### New features
|
|
|
|
- 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 [API documentation](https://github.com/RD17/ambar/blob/master/API_DOC.md) to GitHub, so you can connect Ambar with other systems
|
|
|
|
### Bugfixes
|
|
|
|
- Minor bugfixes (thanks for your feedback)
|