Skip to content

Commit 8034759

Browse files
committed
Release v0.1.0
1 parent b69e1fd commit 8034759

File tree

1 file changed

+20
-5
lines changed

1 file changed

+20
-5
lines changed

CHANGELOG.md

Lines changed: 20 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,24 @@
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

0 commit comments

Comments
 (0)