Skip to content

Commit 465e2e3

Browse files
committed
remove temporary option, update CHANGELOG.md
1 parent 4361921 commit 465e2e3

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.2.15] 2025-1-23
8+
9+
* Fixed an issue where an exception could be raised if OptionsListView has lastLineText set, and dialogue begins with an option.
10+
711
## [0.2.14] 2024-11-02
812
* GDScript: Add GDScriptViewAdapter, a C# Script which allows you to write custom dialogue views in GDScript. See GDScriptViewAdapter.cs for more details.
913
* GDScript: Add new method AddCommandHandlerCallable to DialogueRunner, allowing commands to be registered from GDScript. GDScript command handlers that use asynchronous `await` functionality are also supported as blocking YarnSpinner commands, similar to using `async Task` commands in C#.

Samples/Space/Dialogue/Intro.yarn

-1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,5 @@ title: SpaceIntro
33
tags:
44
---
55
<<declare $sampleName to "Space">>
6-
-> Test
76
Welcome to the {$sampleName} Sample! Try talking to Sally and the Ship. #line:03f451b
87
===

0 commit comments

Comments
 (0)