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

v0.3.0

Compare
Choose a tag to compare
@m-rots m-rots released this 08 Aug 21:46
· 34 commits to master since this release
22df8c5

Introducing Google Drive monitoring! Woohoo! 🥳

Breaking changes

  • Added removed column to Autoscan's datastore. To upgrade to 0.3.0, make sure you delete the autoscan.db file.
  • The rewrite field in the config now accepts multiple rewriting rules. To upgrade to 0.3.0, make sure you write these rewrite rules in a list instead of a single item.
# 0.2.1
rewrite:
  from: /Media/*
  to: /mnt/unionfs/Media/$1

# 0.3.0
rewrite:
  - from: /Media/*
    to: /mnt/unionfs/Media/$1

New features

  • Autoscan can now monitor your Google Drive for changes!
    Note: only Shared Drives are supported with authentication being done through Service Accounts.