mirror of
https://github.com/omltcat/dcs-lua-runner.git
synced 2025-11-10 15:49:49 +00:00
Release 1.0.1
This commit is contained in:
10
CHANGELOG.md
10
CHANGELOG.md
@@ -24,4 +24,12 @@ Check [Keep a Changelog](http://keepachangelog.com/) for recommendations on how
|
|||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
- Consolidate run code commands to different targets into one, execute based on current setting.
|
- Consolidate run code commands to different targets into one, execute based on current setting.
|
||||||
- Improve output to show current runner target.
|
- 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.
|
||||||
@@ -4,7 +4,7 @@
|
|||||||
"description": "Quickly run lua code in DCS World (local or remote server). A reimplementation of the DCS Fiddle lua console in VS Code.",
|
"description": "Quickly run lua code in DCS World (local or remote server). A reimplementation of the DCS Fiddle lua console in VS Code.",
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"publisher": "omltcat",
|
"publisher": "omltcat",
|
||||||
"version": "1.0.0",
|
"version": "1.0.1",
|
||||||
"icon": "docs/img/icon.png",
|
"icon": "docs/img/icon.png",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
|
|||||||
Reference in New Issue
Block a user