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

v0.4.0

Compare
Choose a tag to compare
@m-rots m-rots released this 30 Aug 15:43
· 28 commits to master since this release
8fc24b6

Introducing local file system monitoring and some final touches! 🥳

Breaking changes

  • Removed multiple columns from Autoscan's datastore. To upgrade to 0.4.0, make sure you delete the autoscan.db file.
  • Rewrite rules are now consistent (Bernard paths now start with a slash /), make sure to update your config accordingly.
  • Removed retries from Autoscan's config file, make sure you remove this value from your config if it is currently set.
  • Removed file existence checking. Please update the minimum-age value to add a safe buffer between scan ingress and egress.

New features

  • Autoscan can now monitor your local file system for changes with the Inotify trigger!