Skip to content

Latest commit

 

History

History
28 lines (20 loc) · 825 Bytes

CHANGELOG.md

File metadata and controls

28 lines (20 loc) · 825 Bytes

Change Log

All notable changes to the vscode-hydra extension will be documented in this file.

The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.

[0.2.0] - 2024-06-07

Added

  • Command to eval a line (or a selection) of code.
  • Command to eval a block of code.
  • Setting to load scripts at startup.
  • Global _hydra reference for extensions.
  • P5 wrapper.
  • OSC support.

[0.1.0] - 2024-04-09

Added

  • Command to eval the code of the active JavaScript document.
  • Command to take a screenshot of the canvas.
  • Command to start video recording of the canvas.
  • Command to stop video recording of the canvas.
  • Setting for the width of the canvas.
  • Setting for the height of the canvas.