Ambar v0.9.2 Release Notes

Release Date: 2017-04-27 // almost 7 years ago
  • ๐Ÿ†• 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