-
Notifications
You must be signed in to change notification settings - Fork 4
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
Showing
1 changed file
with
3 additions
and
9 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,10 @@ | ||
<!DOCTYPE html> | ||
<html lang="en"> | ||
<body> | ||
<strong>Version 0.3.2:</strong> | ||
<strong>Version 0.3.3:</strong> | ||
<ul> | ||
<li>Added breadcrumbs feature: see where your text cursor is in the prim hierarchy at the bottom of your editor window.</li> | ||
<li>Fixed #10: Added recovery functions to core language structures. This makes the plugin a lot more stable for malformed USD files or grammar issues.</li> | ||
<li>Fixed #11: Allow dictionaries to have string names.</li> | ||
<li>Added support for the following objects in Structure View:</li> | ||
<ul> | ||
<li>Metadata</li> | ||
<li>Dictionaries</li> | ||
</ul> | ||
<li>New build for newer 2020.2.* version of IDEA IDEs</li> | ||
<li>Small grammar bugfixes, icon updates</li> | ||
</ul> | ||
</body> | ||
</html> |