Skip to content

Commit afc48f4

Browse files
committed
Update Changelog.md
1 parent a18dabb commit afc48f4

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

addons/dialogic/Documentation/Content/Changelog.md

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

3-
## v1.4 WIP
3+
## v1.4 - Curves Ahead
44
#### Events
55
- Wait seconds event can now be set to be skipped with the user's action [[SimonLammer](https://github.com/SimonLammer)]
66
- New events: `Label Event` and `Go to Event`. This will help you creating an anchor position to go back to.[[Jowan-Spooner](https://github.com/Jowan-Spooner)]
@@ -18,7 +18,7 @@
1818
- Added a setting to control the dim speed [[thebardsrc](https://github.com/thebardsrc)]
1919
- You can now set a `custom theme per character` [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
2020
- New setting to use "Keep Aspect Centered" instead of stretch for the Background event [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
21-
- You can now verically align the text in the dialog box [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
21+
- You can now vertically align the text in the dialog box [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
2222
- You can now specify hotkeys for the choices or use default hot-keys (1-9) [[zaknafean](https://github.com/zaknafean)]
2323
- A new `dialogic_default_action` has been added and is the new default. We encourage you not to mess with the ui_* input actions. [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
2424
- You can now make portraits appear in front of the dialog box with a setting in the themes [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
@@ -30,7 +30,8 @@
3030
- Character Editor improvements [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
3131
- You can now connect signals to the DialogProxyNode (the one you drag and drop in) [[KvaGram](https://github.com/KvaGram)]
3232
- The Timeline Editor has been greatly redesigned resulting in a cleaner view
33-
- Improvement of the translations and introduction of german translation [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
33+
- You can now preview a timeline by itself from the Timeline Editor [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
34+
- Improvement of the translations and introduction of German translation [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
3435

3536

3637
#### Script
@@ -41,6 +42,12 @@
4142
- There is now a function to go to the next event `Dialogic.next_event()` [[mechPenSketch](https://github.com/mechPenSketch)]
4243

4344
#### Other
45+
- Updates on the documentation and proofreading/fixes made by [[Aurora-Eluvia](https://github.com/Aurora-Eluvia)]
46+
- Improvements on the custom events handling [[idontkillcoyotes](https://github.com/idontkillcoyotes)]
47+
- Markdown parser updated [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
48+
- Added a state machine to handle Dialogic's current state
49+
- You can now use regular hotkeys in Mac using the `Command` key [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
50+
- Anima added to handle character animations [[Jowan-Spooner](https://github.com/Jowan-Spooner)]
4451
- Many minor and major bugs fixed
4552

4653

0 commit comments

Comments
 (0)