diff --git a/packages/vscode/CHANGELOG.md b/packages/vscode/CHANGELOG.md index 752bfbdc..5809f008 100644 --- a/packages/vscode/CHANGELOG.md +++ b/packages/vscode/CHANGELOG.md @@ -1,5 +1,15 @@ # Stitch Changelog +## 1.69.4 (2024-07-15) + +### Docs + +- Added description of the Stitch Runner to the docs + +### Fixes + +- Error traces are now clickable in the runner view. + ## 1.69.3 (2024-07-15) ### Fixes diff --git a/packages/vscode/shared/CHANGELOG.md b/packages/vscode/shared/CHANGELOG.md index 9718fd98..f08b74da 100644 --- a/packages/vscode/shared/CHANGELOG.md +++ b/packages/vscode/shared/CHANGELOG.md @@ -1,6 +1,6 @@ # @local-vscode/shared Changelog -## 0.0.1 (2024-03-07) +## 0.0.1 (2024-07-15) ### Features @@ -11,5 +11,6 @@ ### Fixes +- Error traces are now clickable in the runner view. - Added a refresh button to the new Runner panel, so that changes to the styling config can be observed without re-running. - Resolved loading issues for the Igor webview \ No newline at end of file diff --git a/packages/vscode/webviews/CHANGELOG.md b/packages/vscode/webviews/CHANGELOG.md index 5e65c4f8..b8d16327 100644 --- a/packages/vscode/webviews/CHANGELOG.md +++ b/packages/vscode/webviews/CHANGELOG.md @@ -1,6 +1,6 @@ # @local-vscode/webviews Changelog -## 0.0.1 (2024-03-26) +## 0.0.1 (2024-07-15) ### Features @@ -19,6 +19,7 @@ ### Fixes +- Error traces are now clickable in the runner view. - Resolved formatting issues in the Runner logs caused by wrapping entries in the
 tag for horizontal spacing support
 - Resolved issue where logged spaces are not shown in the Runner panel
 - Running via command now focuses the Runner view, and styling is now properly restored on panel reload