Releases: TonyMio/openloops-hidden-files
Releases · TonyMio/openloops-hidden-files
Release list
1.1.2
Full Changelog: 1.1.1...1.1.2
1.1.1
Fixes settings not rendering on Obsidian versions older than 1.13.
- Settings tab is now dual-mode: the declarative API on Obsidian 1.13+ (with settings search) and a classic fallback on older desktop builds, so settings render everywhere from 1.5.0 up.
- Obsidian's config folder (.obsidian) is now offered in the folder picker so it can be revealed on request (note: it re-indexes often as Obsidian rewrites config).
Same core behavior: per-folder opt-in, index-only, desktop-only.
1.0.0
Initial release. Reveals a chosen whitelist of dot-folders in Obsidian's native file explorer.
- Per-folder opt-in (never scans heavy folders like .git unless you ask)
- Injection is index-only; never writes to disk
- Desktop-only (relies on the Node-backed FileSystemAdapter)
See the README for setup and security notes.