We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1939b commit 2c38313Copy full SHA for 2c38313
CHANGELOG.rst
@@ -4,7 +4,11 @@ CHANGELOG
4
UNRELEASED
5
----------
6
7
-* 🐛 fix: #5
+
8
+3.4.2 (2023-04-03)
9
+------------------
10
11
+* 🐛 fix: #5, fixed a weird warning message that was popping up when doing a `transition` between different scenes
12
13
3.4.1 (2023-01-22)
14
------------------
addons/scene_manager/plugin.cfg
@@ -3,5 +3,5 @@
3
name="scene_manager"
description="A powerful scene transition manager for godot."
author="Maktoobgar"
-version="3.4.1"
+version="3.4.2"
script="plugin.gd"
0 commit comments