Skip to content

Commit

Permalink
- fixed selection info not updating properly ([#1](#1))
Browse files Browse the repository at this point in the history
  • Loading branch information
Doppelkeks committed Mar 13, 2023
1 parent 85e23f2 commit 46bb047
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -140,3 +140,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- Fixed port lists that could become unresponsive
- fixed possible null ref in managed references group handling

## [0.2.3] - 2023-03-14
### Added
- added renaming action as a shortcut and menu action (F2) for a selected node
### Fixed
- refactored key down detection system
- fixed GraphSettings not being created on first run

## [0.2.4] - 2023-03-14
### Fixed
- fixed selection info not updating properly ([#1](https://github.com/Gentlymad-Studios/NewGraph/issues/1))

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.2.3",
"version": "0.2.4",
"displayName": "NewGraph",
"description": "Our general 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 46bb047

Please sign in to comment.