All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
0.5.0 - 2026-01-14
- Use more modern icons.
- Support Bevy 0.18.
- Add expand/collapse all components/resources toggle buttons.
- Default collapsibles to a collapsed state by @it-me-joda.
0.4.1 - 2025-10-16
- Ignore already despawned entities when listing them.
0.4.0 - 2025-10-07
- Improve logo visibility by @foxication.
- Support Bevy 0.17 by @chintanbhatt2.
- Format entity IDs by
{number}v{number}.
0.3.0 - 2025-05-15
- Add a schema registry view.
- Add entity reparenting.
- Allow to insert a component to an entity.
- Add a Spawn Entity command.
- Add buttons for polling components and resources.
- Allow to manage multiple servers and support Bevy 0.15.x.
- Display and update Bevy resources.
- Allow to update component values.
- Allow to edit components value.
- Display components in selection panel.
0.2.0 - 2025-03-21
- Add Go to Defintion to components.
- Copy a component's full name.
- Support different Bevy versions.
0.1.1 - 2025-01-03
- Infer entity name when using Bevy serialize feature.
0.1.0 - 2025-01-03
- Add an example server.
- 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.
- Correctly shorten entity names with generics.