Skip to content

Latest commit

 

History

History
39 lines (30 loc) · 1.18 KB

File metadata and controls

39 lines (30 loc) · 1.18 KB

Change Log

All notable changes to the "soplang" extension will be documented in this file.

Check Keep a Changelog for recommendations on how to structure this file.

[0.2.0] - 2025-04-25

Minor Release Improvements

Added

  • Added hover documentation support for the bool (boolean) keyword

Changed

  • Updated execution command from sop run to soplang for better consistency
  • Updated file icons to use Soplang logo for .so and .sop files
  • Fixed missing keyword documentation

[0.1.0] - 2025-04-11

Beta Release

Added

  • Soplang code execution feature with multiple activation methods:
    • Keyboard shortcut (Ctrl+Shift+R / Cmd+Shift+R)
    • Context menu option
    • Editor title button
    • Command palette command
  • Official Soplang logo integration
  • Comprehensive README documentation
  • Auto-save before code execution
  • Support for both .sop and .so file extensions
  • VS Code tasks for packaging the extension

Changed

  • Updated VS Code engine requirement to v1.95.0
  • Improved icon handling for extension and language
  • Enhanced error detection and validation system

[0.0.1] - 2025-03-09

  • Initial release with basic syntax highlighting