Skip to content

Commit d1c35be

Browse files
committed
whoops
1 parent 6b3cbd4 commit d1c35be

File tree

3 files changed

+20
-5
lines changed

3 files changed

+20
-5
lines changed

README.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -8,10 +8,7 @@ Create dialogs, characters and scenes to display conversations in your Godot gam
88
[Credits](#credits)
99

1010

11-
12-
13-
14-
# Version 1.4.2 - Afterlife ![Godot v3.4](https://img.shields.io/badge/godot-v3.4-%23478cbf)
11+
# Version 1.4.3 - Afterlife ![Godot v3.4](https://img.shields.io/badge/godot-v3.4-%23478cbf)
1512

1613
### ⚠️
1714

addons/dialogic/Documentation/Content/Changelog.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,23 @@
11
# Changelog
22

3+
## v1.4.3
4+
5+
The biggest changes in this version are fixes to a bug when exporting the games. Thank you everyone!
6+
7+
## What's Changed
8+
* Update Chinese Translation by @magian1127 in https://github.com/coppolaemilio/dialogic/pull/920
9+
* 1.4: Added simple slide_in character entrance animations by @champbob in https://github.com/coppolaemilio/dialogic/pull/945
10+
* 1.4: Added simple slide_out character entrance animations by @champbob in https://github.com/coppolaemilio/dialogic/pull/946
11+
* Fix multi-line code by @lemon37564 in https://github.com/coppolaemilio/dialogic/pull/970
12+
* 1.4.3 - Fix for export error due to settings theme failure by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/978
13+
* 1.4.3 - Fix for #904 by @zaknafean in https://github.com/coppolaemilio/dialogic/pull/979
14+
15+
## New Contributors
16+
* @champbob made their first contribution in https://github.com/coppolaemilio/dialogic/pull/945
17+
* @lemon37564 made their first contribution in https://github.com/coppolaemilio/dialogic/pull/970
18+
19+
**Full Changelog**: https://github.com/coppolaemilio/dialogic/compare/1.4.2...1.4.3
20+
321
## v1.4.2 - Afterlife
422
- Fixed an issue with MacOS and text events not adjusting their size properly
523
- Android exports should work again [[zaknafean](https://github.com/zaknafean)]

addons/dialogic/plugin.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,5 +4,5 @@ name="Dialogic"
44
description="Create dialogs, characters and scenes to display conversations in your Godot games.
55
https://github.com/coppolaemilio/dialogic"
66
author="Emilio Coppola, Jowan Spooner, and more!"
7-
version="1.4.2 - Dev"
7+
version="1.4.3"
88
script="plugin.gd"

0 commit comments

Comments
 (0)