Skip to content

Commit d9e7d0b

Browse files
committed
📖 docs: v3.7.0
1 parent 34388fb commit d9e7d0b

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

CHANGELOG.rst

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,12 @@ CHANGELOG
44
UNRELEASED
55
----------
66

7-
* 🎉 feat: added a feature to open the path of a scene in editor
7+
8+
3.7.0 (2023-11-03)
9+
------------------
10+
11+
* feat: added a feature to open the path of a scene in FileSystem of the editor
12+
* feat: added a feature to open the desired scene in godot editor
813

914
3.6.0 (2023-08-05)
1015
------------------

README.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ Scene Manager v3.X.X is compatible with Godot 4.
1919
- fade_out_started
2020
- fade_in_finished
2121
- fade_out_finished
22+
* [X] added a feature to navigate to the scene path in filesystem on godot when clicked on scene address in Scene Manager tool
23+
* [X] added a feature to open a the desired scene from Scene Manager tab
2224

2325
**All**:
2426

addons/scene_manager/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,5 +3,5 @@
33
name="scene_manager"
44
description="A powerful scene transition manager for godot."
55
author="Maktoobgar"
6-
version="3.6.0"
6+
version="3.7.0"
77
script="plugin.gd"

0 commit comments

Comments
 (0)