From d9e7d0b2b708bc3c84f37f1ca6638026817f1e0d Mon Sep 17 00:00:00 2001 From: Mahmood Heidari Date: Fri, 3 Nov 2023 19:50:42 +0330 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=96=20docs:=20v3.7.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- CHANGELOG.rst | 7 ++++++- README.md | 2 ++ addons/scene_manager/plugin.cfg | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.rst b/CHANGELOG.rst index 3e0747b..660a536 100644 --- a/CHANGELOG.rst +++ b/CHANGELOG.rst @@ -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) ------------------ diff --git a/README.md b/README.md index 210d721..6fe7b19 100644 --- a/README.md +++ b/README.md @@ -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**: diff --git a/addons/scene_manager/plugin.cfg b/addons/scene_manager/plugin.cfg index 8544879..2c2fb0d 100644 --- a/addons/scene_manager/plugin.cfg +++ b/addons/scene_manager/plugin.cfg @@ -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"