Release 1.2.1

This commit is contained in:
omltcat 2024-05-30 11:06:49 -04:00
parent 3ca6b8253c
commit 59369961c0
2 changed files with 8 additions and 3 deletions

View File

@ -103,4 +103,9 @@ All notable changes to the "dcs-lua-runner" extension will be documented in this
### Changed
- Integrated Setup guide now includes instructions to help setting up a reverse proxy.
- Message displayed upon switching settings now includes protocol info (http/https).
- Move dcs-fiddle-server.lua script to an [external repository](https://github.com/omltcat/dcs-snippets/blob/master/Scripts/Hooks/dcs-fiddle-server.lua).
- Move dcs-fiddle-server.lua script to an [external repository](https://github.com/omltcat/dcs-snippets/blob/master/Scripts/Hooks/dcs-fiddle-server.lua).
## [1.2.1] - 2024-05-30
### Changed
- Lower the minimum required version of VS Code to 1.70.0.

View File

@ -4,13 +4,13 @@
"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",
"publisher": "omltcat",
"version": "1.2.0",
"version": "1.2.1",
"icon": "docs/img/icon.png",
"repository": {
"type": "git",
"url": "https://github.com/omltcat/dcs-lua-runner"},
"engines": {
"vscode": "^1.85.0"
"vscode": "^1.70.0"
},
"categories": [
"Programming Languages",