1.1.2
Documents Bundle 1.1.2
What changed:
- Added a separate mobile File Explorer enhancement pass for Obsidian Mobile tree nodes.
- Kept the desktop File Explorer enhancement on its own desktop pass so desktop and mobile selectors can evolve independently.
- Improved native file tree path detection for mobile-style path attributes such as data-file-path and data-folder-path.
- Added mobile tree-item styles so bundle folders can hide internals, show active state, and use existing badge modes on mobile.
- Added tests covering desktop pass selection, mobile pass selection, mobile bundle marking, and nested mobile path attributes.
- Improved convert-to-bundle attachment migration flow with preview/confirmation and safer link rewriting.
Validation:
- npm test
- npm run lint
- npm run package:release
- node scripts/validate-mobile-safety.mts
- npm audit --audit-level=high