Skip to content

Commit 5104c29

Browse files
committed
Preparing a new release
1 parent 19e8ca0 commit 5104c29

File tree

3 files changed

+9
-5
lines changed

3 files changed

+9
-5
lines changed

README.md

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

1010

11-
# Version 1.4.4 - Afterlife ![Godot v3.4](https://img.shields.io/badge/Godot-v3.4-%23478cbf) ![Godot v3.5](https://img.shields.io/badge/Godot-v3.5-%23478cbf)
11+
# Version 1.4.5 - Afterlife ![Godot v3.4](https://img.shields.io/badge/Godot-v3.4-%23478cbf) ![Godot v3.5](https://img.shields.io/badge/Godot-v3.5-%23478cbf)
1212

1313
### ⚠️
1414

1515
# We are working on the new 2.0 version.
16-
- If you are interested in contributing [feel free to visit that branch](https://github.com/coppolaemilio/dialogic/tree/version-2.0).
16+
- If you are interested in contributing [feel free to visit the main branch](https://github.com/coppolaemilio/dialogic).
1717
- Only bug fixes are going to be merged to this branch
18-
- Thanks and hope to see you soon! :)
1918

20-
### ⚠️
2119

2220
-----
2321
## Getting started

addons/dialogic/Documentation/Content/Changelog.md

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

3+
## v1.4.5
4+
* Added focus style options for themes [[CptFubar](https://github.com/CptFubar)]
5+
* Fixed a broken font reference [[todd-koeck](https://github.com/todd-koeck)]
6+
* Fix for Nameplate being unaligned [[meyaoigames](https://github.com/meyaoigames)]
7+
* Fix crash if theme is missing on character file [[thebardsrc](https://github.com/thebardsrc)]
8+
39
## v1.4.4
410
* Added no skip event [[zaknafean](https://github.com/zaknafean)]
511
* Added auto-advance mode [[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.4"
7+
version="1.4.5"
88
script="plugin.gd"

0 commit comments

Comments
 (0)