Skip to content

Commit

Permalink
📖 docs: 2.0.0 release update
Browse files Browse the repository at this point in the history
  • Loading branch information
maktoobgar committed Mar 28, 2022
1 parent be31ee2 commit ccb380e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
9 changes: 7 additions & 2 deletions CHANGELOG.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,13 @@ CHANGELOG
UNRELEASED
----------

* 🐛 fix: create_scene_instance now returns a Node instead of a PackedScene
* 🎉 feat: your scenes now save in `addons/scene_manager/scenes.gd` and you do not need to have a file near every export

2.0.0 (2022-03-29)
------------------

* fix: create_scene_instance now returns a Node instead of a PackedScene
* feat: your scenes now save in `addons/scene_manager/scenes.gd` and you do not need to have a file near every export of your games
* note: this version does not support .json files of previous versions

1.4.0 (2022-03-25)
------------------
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="1.4.0"
version="2.0.0"
script="plugin.gd"

0 comments on commit ccb380e

Please sign in to comment.