-
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
6f960ad
commit 7381b78
Showing
3 changed files
with
53 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |