Skip to content

Commit

Permalink
Update: package.json, CHANGELOG.md
Browse files Browse the repository at this point in the history
  • Loading branch information
arimger committed Nov 29, 2024
1 parent e81100e commit 31f7582
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions Assets/Editor Toolbox/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
## 0.13.2 [29.11.2024]

### Added:
- AnimationCurveSettingsAttribute

### Changed:
- Possibility to use [EditorButton] and [DynamicHelp] in nested types
- For now SerializeReference properties without children will always be folded
- Fix exception while building labels for generic types without arguments
- Fix drawing SerializedDictionary if value or key types cannot be serialized

## 0.13.1 [30.08.2024]

### Changed:
Expand Down
2 changes: 1 addition & 1 deletion Assets/Editor Toolbox/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "com.browar.editor-toolbox",
"displayName": "Editor Toolbox",
"version": "0.13.1",
"version": "0.13.2",
"unity": "2018.1",
"description": "Tools, custom attributes, drawers, hierarchy overlay, and other extensions for the Unity Editor.",
"keywords": [
Expand Down

0 comments on commit 31f7582

Please sign in to comment.