github Freika/dawarich 0.6.0

latest releases: 0.8.2, 0.8.1, 0.8.0...
18 days ago

Added

  • Exports page to list existing exports download them or delete them

Changed

  • Exporting process now is done in the background, so user can close the browser tab and come back later to download the file. The status of the export can be checked on the Exports page.

ℹ️ Deleting Export file will only delete the file, not the points in the database. ℹ️

⚠️ BREAKING CHANGES: ⚠️

Volume, exposed to the host machine for placing files to import was changed. See the changes below.

Path for placing files to import was changed from tmp/imports to public/imports.

  ...

  dawarich_app:
    image: freikin/dawarich:latest
    container_name: dawarich_app
    volumes:
      - gem_cache:/usr/local/bundle/gems
-     - tmp:/var/app/tmp
+     - public:/var/app/public/imports

  ...
  ...

volumes:
  db_data:
  gem_cache:
  shared_data:
- tmp:
+ public:

What's Changed

Full Changelog: 0.5.3...0.6.0

Don't miss a new dawarich release

NewReleases is sending notifications on new releases.