Skip to content

v1.2.0

Choose a tag to compare

@github-actions github-actions released this 11 Mar 06:44
· 30 commits to dev since this release
Immutable release. Only release title and notes can be modified.
b8b276f

What's Changed

  • feat: Let rules target protected folders
  • feat: Add "DELETE_STALE" action
  • feat: Let rules scan subfolders and recreate them

Rules can now target protected folders (like "Download") if special "all files" access is granted.

The new "DELETE_STALE" action helps get rid of unused/untouched files.

Important

"Staleness" is calculated based on when the file was last modified, not when it was last accessed.

Finally, rules can now recursively scan (and re-create) subfolders.

Full Changelog: v1.1.1...v1.2.0