Skip to content

Releases: TonyMio/openloops-hidden-files

1.1.2

Choose a tag to compare

@github-actions github-actions released this 17 Jul 17:17
1.1.2
c67d0b1

Full Changelog: 1.1.1...1.1.2

1.1.1

Choose a tag to compare

@TonyMio TonyMio released this 17 Jul 16:39
8f744b9

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

Choose a tag to compare

@TonyMio TonyMio released this 17 Jul 16:07
9ebb938

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.