You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: CHANGELOG.md
+15-4Lines changed: 15 additions & 4 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [Unreleased]
9
9
10
+
## [0.3.0] - 2026-03-18
11
+
12
+
### Added
13
+
14
+
- Recursive walkthrough discovery: `.walkthrough.json` files and `walkthroughs/` directories are now found at any depth in the workspace, not just the root
15
+
- File watchers use deep glob patterns (`**/.walkthrough.json`, `**/walkthroughs/*.json`) so newly created walkthroughs in nested directories are detected automatically
16
+
17
+
### Changed
18
+
19
+
- Walkthrough discovery logic extracted into a shared `discovery.ts` module used by both the extension entry point and `WalkthroughProvider`
20
+
- Common non-content directories (`node_modules`, `.git`, `out`, `dist`, etc.) are skipped during discovery for performance
21
+
10
22
## [0.2.0] - 2026-03-17
11
23
12
24
### Added
@@ -90,14 +102,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
90
102
- File type-specific icons for steps in the sidebar (markdown, json, python, ruby, images, PDFs, archives, notebooks)
91
103
- Setting `virgil.view.showHierarchicalNavigation` to control visibility of parent/sibling navigation buttons in the step panel (default: `false`)
0 commit comments