mirror of
https://github.com/omltcat/dcs-lua-runner.git
synced 2025-11-10 15:49:49 +00:00
27 lines
975 B
Markdown
27 lines
975 B
Markdown
# Change Log
|
|
|
|
All notable changes to the "dcs-lua-runner" extension will be documented in this file.
|
|
|
|
Check [Keep a Changelog](http://keepachangelog.com/) 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. |