Skip to content

Commit

Permalink
Merge pull request #4 from brunomikoski/bugfix/remaining-issues
Browse files Browse the repository at this point in the history
Bugfix/remaining issues
  • Loading branch information
brunomikoski authored Nov 27, 2022
2 parents 99d1b9c + 96478f6 commit 0571b5c
Show file tree
Hide file tree
Showing 17 changed files with 755 additions and 701 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.MD
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,15 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

### [Unreleased]
## [0.2.3]
### Changed
- Fixed SOC wrong usage when not enabled
- Fixed Prefab started disabled
- Renamed `DebugPanel` to `DebugPanelService` for consistency

### Added
- Added `ReadOnlyFieldAttribute` to make fields only readable
- Ability to display `Object` display name on the `DebugPanel`

## [0.2.2]
### Changed
Expand All @@ -19,7 +27,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

### Added
- New Favorites folder that shows everything saved as favorite
-

## [0.2.1]
### Changed
Expand Down Expand Up @@ -56,6 +63,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Initial working version


[0.2.3]: https://github.com/brunomikoski/Debug-Panel/releases/tag/v0.2.3
[0.2.2]: https://github.com/brunomikoski/Debug-Panel/releases/tag/v0.2.2
[0.2.1]: https://github.com/brunomikoski/Debug-Panel/releases/tag/v0.2.1
[0.2.0]: https://github.com/brunomikoski/Debug-Panel/releases/tag/v0.2.0
Expand Down
Loading

0 comments on commit 0571b5c

Please sign in to comment.