Skip to content

Commit

Permalink
Added user specific flag and logic to auto expand all foldouts in the…
Browse files Browse the repository at this point in the history
… side inspector
  • Loading branch information
Doppelkeks committed Mar 27, 2024
1 parent 22fce84 commit d41b4e6
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -242,3 +242,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [0.4.2] - 2023-11-01
### Added
- Added new sample project to easily get the graph window up and running

## [0.4.3] - 2024-03-27
### Added
- Added user specific flag and logic to auto expand all foldouts in the side inspector
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "com.gentlymad.newgraph",
"version": "0.4.2",
"version": "0.4.3",
"displayName": "NewGraph",
"description": "A general data oriented node graph solution. This is build upon the idea to visualize complex data structures as graph networks without having to modify already established data classes, except adding [Node], [Port] and [SerializeReference] attributes to call classes that should show in the Graph View.",
"unity": "2022.2",
Expand Down

0 comments on commit d41b4e6

Please sign in to comment.