From 1c8d0f112a338b865e5a4e22e8ca955bc0e234c7 Mon Sep 17 00:00:00 2001 From: Aditya Rajput Date: Wed, 11 Mar 2026 04:51:20 +0530 Subject: [PATCH] Warn about breaking change in release notes --- metadata/en-US/changelogs/4.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/metadata/en-US/changelogs/4.txt b/metadata/en-US/changelogs/4.txt index 83f5223..e0ef585 100644 --- a/metadata/en-US/changelogs/4.txt +++ b/metadata/en-US/changelogs/4.txt @@ -2,8 +2,12 @@ • feat: Add "DELETE_STALE" action • feat: Let rules scan subfolders and recreate them +IMPORTANT: The database schema has changed significantly. Rules created on v1 will not be supported on v2. + 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. Note: "Staleness" is calculated based on when the file was last modified, not when it was last accessed. +The new "DELETE_STALE" action helps get rid of unused/untouched files. + +NOTE: "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.