Skip to content

Commit

Permalink
chore: updated changelogs
Browse files Browse the repository at this point in the history
  • Loading branch information
adam-coster committed Mar 5, 2024
1 parent 6f960ad commit 7381b78
Show file tree
Hide file tree
Showing 3 changed files with 53 additions and 0 deletions.
18 changes: 18 additions & 0 deletions packages/vscode/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,23 @@
# Stitch Changelog

## 1.65.0 (2024-03-05)

### Features

- Completed draft of the new project Runner view
- Cleaned up the search widget UI
- Added whole-word search option.
- Log-searching is now implemented
- Added a toggle for auto-scroll
- Completed base functionality for the Runner view
- Added autoscroll to the runner view
- Moved the Runner webview into the Stitch panel
- Now only allowing one project to be loaded at a time.

### Fixes

- Resolved loading issues for the Igor webview

## 1.64.2 (2024-02-29)

### Fixes
Expand Down
13 changes: 13 additions & 0 deletions packages/vscode/shared/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
# @local-vscode/shared Changelog

## 0.0.1 (2024-03-05)

### Features

- Cleaned up the search widget UI
- Completed base functionality for the Runner view
- Moved the Runner webview into the Stitch panel

### Fixes

- Resolved loading issues for the Igor webview
22 changes: 22 additions & 0 deletions packages/vscode/webviews/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
# @local-vscode/webviews Changelog

## 0.0.1 (2024-03-05)

### Features

- Completed draft of the new project Runner view
- Cleaned up the search widget UI
- Added whole-word search option.
- Log-searching is now implemented
- Added a toggle for auto-scroll
- Completed base functionality for the Runner view
- Added autoscroll to the runner view
- Added a Spine Sprite summary to that editor, showing events and animations
- Added previes for Spine sprites using the offiicial Spine player
- Added setting for the default minimum width of sprite frame previews
- Updated the sprite editor to include a zoom option, and improved cursor appearance and interaction

### Fixes

- Resolved loading issues for the Igor webview
- Changes to zoom levels in the Sprite viewer are now saved on a per-sprite basis

0 comments on commit 7381b78

Please sign in to comment.