Releases: sunwookwak-polisci/Alternative-Explorer
Release list
1.1.7
iPad folder spacing refinement.
- Reduces the iOS/iPadOS folder expand/collapse target from 32px to 26px.
- Keeps the macOS target at 22px.
- Preserves matched leaf-folder spacing and remains wider than the original 18px control.
Verified with lint, 84 tests, production build, dependency audit, strict workflow audit, and the dependency-isolated reviewer build.
1.1.6
Folder spacing refinement.
- Reduces folder expand/collapse targets from 28px to 22px on desktop.
- Reduces mobile and iPadOS targets from 40px to 32px.
- Preserves matched leaf-folder spacing and remains wider than the original 18px control.
Verified with lint, 84 tests, production build, dependency audit, strict workflow audit, and the dependency-isolated reviewer build.
1.1.5
Folder interaction accessibility patch.
- Enlarges each folder expand/collapse button to a 28px desktop target.
- Uses Obsidian’s native 40px small-touch target on iOS and iPadOS, reducing accidental folder opens.
- Keeps leaf-folder spacers matched so folder names remain aligned.
- Documents that testing currently covers macOS, iOS, and iPadOS.
Verified with lint, 84 tests, production build, dependency audit, strict workflow audit, and the dependency-isolated reviewer build.
1.1.4
iPad compatibility patch.
- Restores header actions, folder expand controls, back navigation, depth controls, and the active pin icon on iPad.
- Marks icon-only buttons with Obsidian’s native clickable-icon class so tablet button padding no longer collapses their SVGs.
- Improves nested folder guide visibility using the native theme border color.
Verified with lint, 84 tests, production build, dependency audit, strict workflow audit, and the dependency-isolated reviewer build.
1.1.3
Review compatibility patch.
- Adds a narrow, typed Obsidian API fallback for source-review environments that do not install the official obsidian package.
- Normal development and release builds continue to resolve the official Obsidian declarations first.
- Clears the cascading unsafe-any findings reproduced from the 1.1.2 review without changing plugin runtime behavior.
Verified with lint, 84 tests, production build, dependency audit, and an isolated review simulation.
1.1.2
What changed
- Replaced direct
Vault.getFiles()calls with traversal of Obsidian’s in-memory folder tree while preserving All notes, smart folders, and note counts. - Added Obsidian 1.13 declarative setting definitions so the default sort controls appear in settings search, while retaining support for older Obsidian versions.
- Included the refreshed user-facing README.
Verification
- Typed ESLint passed with the unsafe-value rules enabled.
- 84 tests passed.
- Production build and npm audit passed.
1.1.1
Changes
- Fix: root folders can again be dragged between sections when folder sort is not Custom.
1.1.0
Changes
- Drag folders onto other folders to nest them, or onto the vault root list or a section to move them back out (same parent changes as the default File Explorer).
- Clearer nested folder tree with indentation guides in the Folders pane.
- Bold section headers for named folder groups and note list groups.
1.0.0
Production-ready release for the Obsidian Community Plugins directory.
Highlights:
- Apple Notes-style folder and file navigation in one sidebar view
- Sections, smart folders, custom ordering, and per-scope sorting overrides
- Pinned and date-grouped files, keyboard navigation, creation actions, and external-file support
- Expand/fold controls and immediate-subfolder browsing
Requires Obsidian 1.7.2 or later.