Skip to content

Commit

Permalink
Update plugin to 0.5.1
Browse files Browse the repository at this point in the history
  • Loading branch information
imjp94 committed May 2, 2021
1 parent 70894fe commit 372c17f
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 0.5.1

- Bugfixes:
- Fix sometime StateMachineEditor crash after switching between nested state machine
- Fix conditions' label in graph doesn't sync with inspector as it is removed
- Fix output flooded by null exception when stopping scene in remote debug
- Fix switching between local/remote StateMachinePlayer node when playing scene cause null exception

## 0.5.0

- Breaking changes:
Expand Down
2 changes: 1 addition & 1 deletion addons/imjp94.yafsm/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="gd-YAFSM"
description="Yet Another Finite State Machine"
author="imjp94"
version="0.5.0"
version="0.5.1"
script="plugin.gd"

0 comments on commit 372c17f

Please sign in to comment.