Skip to content

Latest commit

 

History

History
37 lines (22 loc) · 763 Bytes

CHANGELOG.md

File metadata and controls

37 lines (22 loc) · 763 Bytes

Change Log

All notable changes of the extension will be documented in this file.

Based on Keep a Changelog

[Unreleased]

...

[1.1.1] - 2025-01-29

Fixed

  • Changed marketplace color to grey so it isn't white text on white background
  • Fixed missing syntax coloring for attach-unit, drop-unit and play-sound
  • Fixed grammar error expecting command sound instead of play-sound

[1.1.0] - 2025-01-13

Added

  • Added logical and bitwise xor operators
    • logical: ^^, XOR and xor
    • bitwise: ^

Fixed

  • Variables can now be encased in <> []
  • Don't throw errors when a bos file is empty
  • Fixed ifndef and ifdef syntax coloring

[1.0.0] - 2024-10-24

Added

  • Initial release