Skip to content

Latest commit

 

History

History
84 lines (56 loc) · 2.39 KB

File metadata and controls

84 lines (56 loc) · 2.39 KB

Changelog

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

0.5.0 Changes

  • 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

0.4.1 Fixes

  • Ignore already despawned entities when listing them.

0.4.0 - 2025-10-07

0.4.0 Changes

  • Improve logo visibility by @foxication.
  • Support Bevy 0.17 by @chintanbhatt2.
  • Format entity IDs by {number}v{number}.

0.3.0 - 2025-05-15

0.3.0 Changes

  • 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

0.2.0 Changes

  • Add Go to Defintion to components.
  • Copy a component's full name.
  • Support different Bevy versions.

0.1.1 - 2025-01-03

0.1.1 Fixes

  • Infer entity name when using Bevy serialize feature.

0.1.0 - 2025-01-03

0.1.0 Changes

  • 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.

0.1.0 Fixes

  • Correctly shorten entity names with generics.

[0.0.1] - 2024-12-15