diff --git a/README.md b/README.md index 7e4ec4e33..54c9cb1e8 100644 --- a/README.md +++ b/README.md @@ -8,10 +8,7 @@ Create dialogs, characters and scenes to display conversations in your Godot gam [Credits](#credits) - - - -# Version 1.4.2 - Afterlife ![Godot v3.4](https://img.shields.io/badge/godot-v3.4-%23478cbf) +# Version 1.4.3 - Afterlife ![Godot v3.4](https://img.shields.io/badge/godot-v3.4-%23478cbf) ### ⚠️ diff --git a/addons/dialogic/Documentation/Content/Changelog.md b/addons/dialogic/Documentation/Content/Changelog.md index 944b53648..697a93de8 100644 --- a/addons/dialogic/Documentation/Content/Changelog.md +++ b/addons/dialogic/Documentation/Content/Changelog.md @@ -1,5 +1,23 @@ # Changelog +## v1.4.3 + +The biggest changes in this version are fixes to a bug when exporting the games. Thank you everyone! + +## What's Changed +* Update Chinese Translation by @magian1127 in https://github.com/coppolaemilio/dialogic/pull/920 +* 1.4: Added simple slide_in character entrance animations by @champbob in https://github.com/coppolaemilio/dialogic/pull/945 +* 1.4: Added simple slide_out character entrance animations by @champbob in https://github.com/coppolaemilio/dialogic/pull/946 +* Fix multi-line code by @lemon37564 in https://github.com/coppolaemilio/dialogic/pull/970 +* 1.4.3 - Fix for export error due to settings theme failure by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/978 +* 1.4.3 - Fix for #904 by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/979 + +## New Contributors +* @champbob made their first contribution in https://github.com/coppolaemilio/dialogic/pull/945 +* @lemon37564 made their first contribution in https://github.com/coppolaemilio/dialogic/pull/970 + +**Full Changelog**: https://github.com/coppolaemilio/dialogic/compare/1.4.2...1.4.3 + ## v1.4.2 - Afterlife - Fixed an issue with MacOS and text events not adjusting their size properly - Android exports should work again [[zaknafean](https://github.com/zaknafean)] diff --git a/addons/dialogic/plugin.cfg b/addons/dialogic/plugin.cfg index 8afab77e6..495fe2fd7 100644 --- a/addons/dialogic/plugin.cfg +++ b/addons/dialogic/plugin.cfg @@ -4,5 +4,5 @@ name="Dialogic" description="Create dialogs, characters and scenes to display conversations in your Godot games. https://github.com/coppolaemilio/dialogic" author="Emilio Coppola, Jowan Spooner, and more!" -version="1.4.2 - Dev" +version="1.4.3" script="plugin.gd"