Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
coppolaemilio committed Jul 6, 2022
1 parent 6b3cbd4 commit d1c35be
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 5 deletions.
5 changes: 1 addition & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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)

### ⚠️

Expand Down
18 changes: 18 additions & 0 deletions addons/dialogic/Documentation/Content/Changelog.md
Original file line number Diff line number Diff line change
@@ -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)]
Expand Down
2 changes: 1 addition & 1 deletion addons/dialogic/plugin.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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"

0 comments on commit d1c35be

Please sign in to comment.