Skip to content

Commit 3ba68b3

Browse files
committed
Update for beta release
1 parent e95b5ff commit 3ba68b3

File tree

4 files changed

+20
-11
lines changed

4 files changed

+20
-11
lines changed

CHANGELOG.md

Lines changed: 11 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,19 @@ 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+
78
## [Unreleased]
89

910
### Added
1011

12+
### Changed
13+
14+
### Removed
15+
16+
## [3.0.0-beta2] 2025-04-09
17+
18+
### Added
19+
1120
- Yarn action handling now supports a wider range of return values.
1221
- `YarnImporter.GetHashString()` is now public.
1322
- `UnityLocalisedLineProvider` no longer throws an exception if an asset table is provided but does not contain an asset for a line.
@@ -113,13 +122,13 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
113122
- `LinePresenter` now has a public list of `IActionMarkupHandler` for non-monobehaviour based markup handling.
114123
- `PauseEventProcessor` is now just an `IActionMarkupHandler` and no longer a monobehaviour.
115124
- Fixed a bug that could cause multiple option items to be selected at once.
116-
- The awaitable version of `YarnTask.Delay` no longer throws.
125+
- The awaitable version of `YarnTask.Delay` no longer throws an `OperationCancelledException` when cancelled.
117126

118127

119128
### Removed
120129

121130
- `YarnProject.GetHeaders` is now deprecated, in favour of `DialogueRunner.Dialogue.GetHeaders`.
122-
- `TypewriterHandler`, this behaviour is now intrinsic to the `AsyncLineView`.
131+
- Removed `TypewriterHandler`; this behaviour is now intrinsic to the `AsyncLineView`.
123132
- Removed the `tags` header from the template new yarn file as it is no longer the best way to add metadata headers into a node.
124133
- Removed Continue Button support from the `LinePresenter`
125134

Editor/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
55
using System.Reflection;
66
using System.Runtime.CompilerServices;
77

8-
[assembly: AssemblyVersion("3.0.0.0")]
9-
[assembly: AssemblyFileVersion("3.0.0.0")]
10-
[assembly: AssemblyInformationalVersion("3.0.0-beta1")]
8+
[assembly: AssemblyVersion("3.0.0.235")]
9+
[assembly: AssemblyFileVersion("3.0.0.235")]
10+
[assembly: AssemblyInformationalVersion("3.0.0-beta2.Branch.release/v3.0.0-beta2.Sha.e95b5ff4c7576725366c01ba842f4b0a5e805c76")]
1111

1212
[assembly: InternalsVisibleTo("YarnSpinner.Unity.Editor")]
1313
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]

Runtime/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,9 +5,9 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
55
using System.Reflection;
66
using System.Runtime.CompilerServices;
77

8-
[assembly: AssemblyVersion("3.0.0.0")]
9-
[assembly: AssemblyFileVersion("3.0.0.0")]
10-
[assembly: AssemblyInformationalVersion("3.0.0-beta1")]
8+
[assembly: AssemblyVersion("3.0.0.235")]
9+
[assembly: AssemblyFileVersion("3.0.0.235")]
10+
[assembly: AssemblyInformationalVersion("3.0.0-beta2.Branch.release/v3.0.0-beta2.Sha.e95b5ff4c7576725366c01ba842f4b0a5e805c76")]
1111
[assembly: InternalsVisibleTo("YarnSpinnerTests")]
1212
[assembly: InternalsVisibleTo("YarnSpinner.Editor.Tests")]
1313
[assembly: InternalsVisibleTo("YarnSpinner.Unity.Editor")]

Samples~/AssemblyInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,6 @@ Yarn Spinner is licensed to you under the terms found in the file LICENSE.md.
44

55
using System.Reflection;
66

7-
[assembly: AssemblyVersion("3.0.0.0")]
8-
[assembly: AssemblyFileVersion("3.0.0.0")]
9-
[assembly: AssemblyInformationalVersion("3.0.0-beta1")]
7+
[assembly: AssemblyVersion("3.0.0.235")]
8+
[assembly: AssemblyFileVersion("3.0.0.235")]
9+
[assembly: AssemblyInformationalVersion("3.0.0-beta2.Branch.release/v3.0.0-beta2.Sha.e95b5ff4c7576725366c01ba842f4b0a5e805c76")]

0 commit comments

Comments
 (0)