Skip to content

Releases: frogtempest/select-folder

0.1.4

25 Jun 10:22

Choose a tag to compare

Release 0.1.4: bump version (0.1.3 tag missed the version bump)

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

0.1.2

25 Jun 10:01

Choose a tag to compare

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>