Releases: splo/vscode-bevy-inspector
Releases · splo/vscode-bevy-inspector
v0.4.1
v0.4.0
Changes
- Improve logo visibility by @foxication.
- Support Bevy 0.17 by @chintanbhatt2.
- Format entity IDs by
{number}v{number}.
v0.3.0
Changes
- New views dedicated to components, resources, schema registry and server management.
- Display component and resource values with dynamic forms, depending on their reflected type.
- Modify component and resource values.
- Insert components to entities or add new resources.
- Spawn, destroy or re-parent entities.
- Publication of the extension on the Open VSX Registry.
- Improvements to the Rust examples.
- A contribution guide, better README.
v0.2.0
v0.1.1
v0.1.0
Changed
- Add an example server by @splo
- Show primitive values immediately without expanding dropdown by @jakobhellermann
- Move entity id and component typename from description to tooltip by @jakobhellermann
- Sort erroneous components to bottom by @jakobhellermann
- Infer entity name based on common components by @jakobhellermann
- Change extension icon by @splo
Fixed
- Correctly shorten entity names with generics by @splo
New Contributors
- @jakobhellermann made their first contribution