Skip to content

0.1.2

Choose a tag to compare

@github-actions github-actions released this 25 Jun 10:01
· 2 commits to main since this release
refactor: drop Finder* identifier names; fix settings init warning

- Rename FinderTreeExplorerPlugin -> SelectFolderPlugin,
  FinderTreeSettings -> SelectFolderSettings,
  FinderTreeSettingTab -> SelectFolderSettingTab so identifiers match the
  plugin name (the "Finder-style" descriptive comments stay — they refer to
  the macOS Finder interaction the plugin emulates).
- Mark `settings` with a definite assignment assertion (`settings!`) since
  it's populated in onload()/loadSettings(), silencing ts(2564).

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>