Skip to content

Latest commit

 

History

History
41 lines (24 loc) · 1.04 KB

CHANGELOG.md

File metadata and controls

41 lines (24 loc) · 1.04 KB

Change Log

All notable changes to the "crestron-simpl-plus" extension will be documented in this file.

1.3.1

  • Added new functions, error codes, structures and more to syntax highlighting.
  • Updated dependencies for fix vulnerabilities.
  • Added .usl support.

1.3.0

  • Added support for opening and generating Simpl# API files.
  • Syntax highlighting for Simpl# API files.
  • Fixed an issue in the visualizer with multiple signal detection.

1.2.3

  • Minor additional syntax highlighting improvements.

1.2.2

  • Big improvements to syntax detection. (Function highlighting, signal name highlighting, etc)
  • Various Syntax related bug fixes (special characters breaking string detection, improper highlighting, etc)

1.2.1

  • Add 'threadsafe' to syntax detection.
  • Handle '#output_shift' compiler directive in visualizer.

1.2.0

  • Added a live visualizer to preview your modules in real time.

1.1.0

  • Remove code snippets from main plugin and place them in a separate extension.

1.0.0

  • Initial release