From 59369961c087657e9e62adef5a91ce81e5473aca Mon Sep 17 00:00:00 2001 From: omltcat <6239696+omltcat@users.noreply.github.com> Date: Thu, 30 May 2024 11:06:49 -0400 Subject: [PATCH] Release 1.2.1 --- CHANGELOG.md | 7 ++++++- package.json | 4 ++-- 2 files changed, 8 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5585f72..6142a01 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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). \ No newline at end of file +- 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. \ No newline at end of file diff --git a/package.json b/package.json index e92064c..f43991f 100644 --- a/package.json +++ b/package.json @@ -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",