Skip to content

Releases: YarnSpinnerTool/VSCodeExtension

v2.2.77

31 Oct 06:43
Compare
Choose a tag to compare

Added

  • Added the ability to export a spreadsheet of all dialogue for voice-over recording.
    • Voice-over spreadsheets can be exported in either Microsoft Excel or CSV format.
    • By default, the spreadsheet contains the line ID, character name (where detected), and line text. Additional columns can be added in Settings.
  • Added the ability to preview Yarn dialogue in the editor.
    • To use this feature, press Control-Shift-P (Command-Shift-P on macOS), and type "Preview Dialogue".
  • Added the ability to save a self-contained HTML previewer of your Yarn dialogue.
    • To use this feature, press Control-Shift-P (Command-Shift-P on macOS), and type "Export Dialogue as HTML".
  • Added the ability to save a graphical representation of the Yarn dialogue.
    • To use this feature, press Control-Shift-P (Command-Shift-P on macOS), and type "Export Dialogue as Graph".
    • Graphs are exported in GraphViz format. You will need additional software to be able to view these graphs.
  • Added the ability to highlight a node with a colour.
    • To use this feature, add the color header to a node:

      title: MyNode
      color: red
      ---
      Lines here...
      ===
      
    • Valid colours are: red, green, blue, orange, yellow, and purple.

  • The first few lines of a node will now be shown as a preview in the graph view.
  • The graph view now starts centered on the first node in the file.
  • Clicking 'Add Node' multiple times will now position each new node offset a little from the last, making it easier to see when you've added multiple new nodes.
  • Added the ability to zoom in and out of the graph view using the scroll wheel (two-finger scroll on trackpads).
  • Replaced the graph view's line-drawing algorithm with one that should be more stable.
  • Nodes that don't have a position header set will appear stacked up in the graph view, which prevents a problem where it's unclear how many nodes you have in your document.

Changed

  • Adjusted the background color of the graph view to provide better contrast.
  • Increased the width of the 'Jump to Node' dropdown to 200px.
  • Fixed a bug where the graph view would not update when the Yarn file was changed on Windows.

v2.2.15

21 Jun 01:37
Compare
Choose a tag to compare

Added

  • Added a setting that controls whether the language server is enabled or not. This feature was added for users who aren't using Yarn Spinner 2.0, but want features like syntax highlighting to work.
  • Fixed an issue that caused the graph view and the language server to not load files correctly on Windows.

v2.2.0

21 Jun 01:37
Compare
Choose a tag to compare

Added

  • Added a Language Server implementation for Yarn Spinner, which adds semantic highlighting, syntax and semantic error detection, code actions, go-to-refence, command detection, and other language features.
  • This release of Yarn Spinner for Visual Studio Code adds telemetry that reports on errors that the extension encounters. For more information on what we collect, and how to turn it off, please see README.md.

v2.0

18 Dec 12:18
Compare
Choose a tag to compare

Version 2.0 of Yarn Spinner for Visual Studio Code includes the following new features:

  • Support for detecting syntax errors in Yarn Spinner 2.0 source.
  • A visual editor for creating, managing and deleting nodes.

v2.0.0-beta40

13 Dec 02:10
Compare
Choose a tag to compare
v2.0.0-beta40 Pre-release
Pre-release

Added

  • Added a jump-to-node dropdown
  • New nodes appear in the center of the window when they're created
  • Added an 'edit' button on node views
  • Added a nice shadow behind nodes
  • Added a dotted grid background

Changed

  • Node control buttons now appear in a bar at the top
  • Nicer node view borders
  • The delete button in node view and the Add Node button now use a visual style that matches the rest of Visual Studio Code.
  • The visual view now starts centered on (0,0).
  • Updated the appearance of node views.

Screen Shot 2021-12-14 at 11 59 06 am

v2.0.0-beta25

28 Sep 10:12
Compare
Choose a tag to compare
v2.0.0-beta25 Pre-release
Pre-release

Added

  • Support for detecting syntax errors in Yarn Spinner 2.0 source.
  • A visual editor for creating, managing and deleting nodes.