File tree Expand file tree Collapse file tree 1 file changed +20
-5
lines changed
Expand file tree Collapse file tree 1 file changed +20
-5
lines changed Original file line number Diff line number Diff line change 1- # Change Log
1+ # Changelog
22
3- All notable changes to the "vscode-bevy-inspector" extension will be documented in this file.
3+ All notable changes to this project will be documented in this file.
44
5- Check [ Keep a Changelog] ( http://keepachangelog.com/ ) for recommendations on how to structure this file.
5+ The format is based on [ Keep a Changelog] ( https://keepachangelog.com/en/1.0.0/ ) ,
6+ and this project adheres to [ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
67
7- ## [ v0.0.1]
8+ ## [ 0.1.0] - 2025-01-03
9+
10+ ### Changed
11+ - Add an example server by @splo
12+ - Show primitive values immediately without expanding dropdown by @jakobhellermann
13+ - Move entity id and component typename from description to tooltip by @jakobhellermann
14+ - Sort erroneous components to bottom by @jakobhellermann
15+ - Infer entity name based on common components by @jakobhellermann
16+ - Change extension icon by @splo
17+
18+ ### Fixed
19+ - Correctly shorten entity names with generics by @splo
20+
21+ ## New Contributors
22+ * @jakobhellermann made their first contribution
23+ [ 0.1.0 ] : https://github.com/splo/vscode-bevy-inspector/compare/v0.0.1..v0.1.0
824
9- - Initial release
You can’t perform that action at this time.
0 commit comments