All Versions
15
Latest Version
Avg Release Cycle
53 days
Latest Release
2161 days ago

Changelog History
Page 2

  • v0.9.4 Changes

    May 11, 2017

    ๐Ÿ†• New features

    ๐Ÿ›  Bugfixes

    • ๐Ÿ›  Minor UI and WebApi bugfixes (thanks for your feedback)

    Migration from 0.9.3

    • โšก๏ธ 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.
  • v0.9.3 Changes

    May 04, 2017

    ๐Ÿ†• New features

    • ๐Ÿ‘ Community Edition now supports authentication. Don't forget to SignUp!
    • ๐Ÿ†• 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
  • v0.9.2 Changes

    April 27, 2017

    ๐Ÿ†• New features

    • โž• Added avatar for every file type. Click on it to perform search for files with the same extension.

    Avatar for every file type

    • โž• Added 'Delete user account' button

    Delete Account

    • Now you can download extracted text from files ("TEXT" button) 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"
      .....
      }
      

      Documents preview button

    • Modified datetime is displayed in human readbale format Modified datetime

    • โž• 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
  • v0.9.1 Changes

    April 20, 2017

    ๐Ÿ†• New features

    • Introducing Search as You Type

    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
  • v0.9.0 Changes

    April 14, 2017

    ๐Ÿ†• New features

    • Added search by Author, all available queries are described here

    • Added Italian language analyzer, use ambar_it in config.json to enable it

    • Added API documentation to GitHub, so you can connect Ambar with other systems

    ๐Ÿ›  Bugfixes

    • Minor bugfixes (thanks for your feedback)