|
1 | 1 | # Changelog |
2 | 2 |
|
3 | | -## v1.4 WIP |
| 3 | +## v1.4 - Curves Ahead |
4 | 4 | #### Events |
5 | 5 | - Wait seconds event can now be set to be skipped with the user's action [[SimonLammer](https://github.com/SimonLammer)] |
6 | 6 | - 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 | 18 | - Added a setting to control the dim speed [[thebardsrc](https://github.com/thebardsrc)] |
19 | 19 | - You can now set a `custom theme per character` [[Jowan-Spooner](https://github.com/Jowan-Spooner)] |
20 | 20 | - 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)] |
22 | 22 | - You can now specify hotkeys for the choices or use default hot-keys (1-9) [[zaknafean](https://github.com/zaknafean)] |
23 | 23 | - 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)] |
24 | 24 | - 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 | 30 | - Character Editor improvements [[Jowan-Spooner](https://github.com/Jowan-Spooner)] |
31 | 31 | - You can now connect signals to the DialogProxyNode (the one you drag and drop in) [[KvaGram](https://github.com/KvaGram)] |
32 | 32 | - 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)] |
34 | 35 |
|
35 | 36 |
|
36 | 37 | #### Script |
|
41 | 42 | - There is now a function to go to the next event `Dialogic.next_event()` [[mechPenSketch](https://github.com/mechPenSketch)] |
42 | 43 |
|
43 | 44 | #### 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)] |
44 | 51 | - Many minor and major bugs fixed |
45 | 52 |
|
46 | 53 |
|
|
0 commit comments