You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
New subfolderTreatSlashAsLiteral setting per config: when enabled, slash characters in subfolder field values are treated as literal (e.g. AC/DC → single folder AC-DC) instead of creating nested folders
Default is false, preserving legacy behavior where 2024/Q1 creates a two-level folder hierarchy
Toggle appears beneath every subfolder field picker across Airtable, SeaTable, and Supabase configurations
Existing settings migrate automatically with false fallback — no behavior change for current users
Add isSubfolderSafe field filter and UI parity for subfolder dropdowns across all providers (#100)
New isSubfolderSafe / getSubfolderSafeTypes methods on FieldTypeMapper exclude attachment, link, and object-shaped column types (collaborator, geolocation, barcode, etc.) from subfolder field pickers — fixes over-restrictive filtering for Airtable and under-restrictive filtering for SeaTable / Supabase
Settings UI now surfaces stale stored subfolder/filename values that no longer match the active filter as a synthetic (unsupported / hidden) option, so users can re-select without silent data loss
Runtime guard in determineFolderPath falls back to flat layout when a field value resolves to [object Object], protecting legacy configs that predate this change