Skip to content

Commit

Permalink
📖 docs: v3.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
maktoobgar committed Nov 3, 2023
1 parent 34388fb commit d9e7d0b
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,12 @@ CHANGELOG
UNRELEASED
----------

* 🎉 feat: added a feature to open the path of a scene in editor

3.7.0 (2023-11-03)
------------------

* feat: added a feature to open the path of a scene in FileSystem of the editor
* feat: added a feature to open the desired scene in godot editor

3.6.0 (2023-08-05)
------------------
Expand Down
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ Scene Manager v3.X.X is compatible with Godot 4.
- fade_out_started
- fade_in_finished
- fade_out_finished
* [X] added a feature to navigate to the scene path in filesystem on godot when clicked on scene address in Scene Manager tool
* [X] added a feature to open a the desired scene from Scene Manager tab

**All**:

Expand Down
2 changes: 1 addition & 1 deletion addons/scene_manager/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@
name="scene_manager"
description="A powerful scene transition manager for godot."
author="Maktoobgar"
version="3.6.0"
version="3.7.0"
script="plugin.gd"

0 comments on commit d9e7d0b

Please sign in to comment.