·
0 commits
to 374c7fa3c9c7ce011c06e6ad69748326da992b3a
since this release
What's Changed
🔧 Changed
- feat: configurable directory-preview tree depth by @u-ways in #28
- ci: add Release Versioner workflow to auto-correct draft release SemVer by @u-ways in #29
- refactor(ci): replace gh-aw release workflows with anthropics/claude-code-action by @u-ways in #30
- fix(ci): pass github_token to claude-code-action (skip OIDC) by @u-ways in #31
💡 Details
This release adds one new setting for the directory path preview. The three remaining entries are internal CI pipeline improvements with no effect on the plugin's behaviour.
- New "Directory tree depth" setting — when inserting a
[dir]path, the live preview now shows as many nested levels as you configure. Open Settings → Insert Path → Directory tree depth, enter any integer ≥ 1, and the preview updates immediately. The default remains 2, so the preview looks identical to previous versions unless you change it. (#28)
No action required.
Full Changelog: 0.1.3...0.2.0