Files
dcs-lua-runner/CHANGELOG.md
Omelette 蛋卷 341cae8526 Release 1.0.1
2024-01-10 03:12:35 -05:00

1.1 KiB

Change Log

All notable changes to the "dcs-lua-runner" extension will be documented in this file.

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

[Unreleased]

Added

  • Run current lua file on any DCS server according to address.
  • Run current lua file in either mission or GUI scripting environment.
  • Get mission theatre command for quick testing.
  • Settings to change server address, port, web auth credentials, https.
  • Display return in output window.

[1.0.0] - 2024-01-09

Added

  • Run currently selected code via right click menu.
  • Commands and buttons to quickly switch between local and remote DCS server
  • Commands and buttons to quickly switch between mission and GUI environment.
  • Warning for remote DCS server address not set.

Changed

  • Consolidate run code commands to different targets into one, execute based on current setting.
  • Improve output to show current runner target.

[1.0.1] - 2024-01-10

Changed

  • Update modified dcs-fiddle-server.lua to 0.2.0.

Fixed

  • Fix link to original DCS Fiddle install instructions.