Skip to content

Releases: YarnSpinnerTool/YarnSpinner-Console

3.1.0-88e1ce4

05 Dec 01:17

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Changed

  • Updated to Yarn Spinner 3.0.2.

v3.0.2

12 Jun 07:02

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Changed

  • Updated to Yarn Spinner 3.0.2.

v3.0.0

16 May 01:01

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Changed

  • Updated to Yarn Spinner 3.0.0.

3.0.0-beta2-1b0a8f6

16 May 01:00

Choose a tag to compare

3.0.0-beta2-1b0a8f6 Pre-release
Pre-release

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Added

  • Added a new command, dump-code, which compiles Yarn files or a Yarn Project and outputs a human-readable version of the compiled bytecode to stdout. This is intended for developers who are working on tools that consume compiled Yarn files.

Changed

  • The --allow-preview-features (-p) flag can now be used when compiling scripts to enable preview features.
  • .ysls.json files referenced by Yarn Project files are now parsed and used when compiling Yarn code.

Removed

v2.5.0

16 Dec 04:02

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Changed

  • The metadata CSV file now stores its metadata in the same way as Yarn Spinner for Unity's export feature, with a single metadata column that contains a space-separated list of tags.

v2.4.2

27 Feb 04:06

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Changed

  • Updated to Yarn Spinner 2.4.2.

v2.4.1

21 Nov 04:06

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Changed

  • project-name now has a --unity-exclusion flag which sets the exclusion field to default more appropriate for Unity.
  • Fixed a bug where the visited and visit_count functions were declared twice.

2.4.0

15 Nov 00:50

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Added

  • Added a create-proj command which will create a new Yarn Project file.

Changed

  • The run command will now correctly abort when asked to run invalid Yarn.
  • A compiler error will no longer return a 0 exit code.

v2.3.2

07 Jul 03:50

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Added

  • Added support for using .yarnproject files on all commands.
  • Added the list-sources command, which lists all .yarn files used by a Yarn Project.
  • Added the browse-binary command, which dumps out all nodes, their headers, and declared variables embedded within the compiled Yarn program.

v2.3.1

06 Mar 05:31

Choose a tag to compare

ysc is the command line tool for working with Yarn Spinner scripts.

Yarn Spinner is made possible by your generous patronage. Please consider supporting Yarn Spinner's development by becoming a patron!

macOS Users: macOS use is still under development; this binary is not notarized.

Added

  • New command version shows the current version of the tool, and of Yarn Spinner itself.

Changed