From cefc93fdb6052d910864b8c228a78647a81ed5ce Mon Sep 17 00:00:00 2001 From: Josh Tynjala Date: Fri, 2 Feb 2024 12:42:42 -0800 Subject: [PATCH] v1.5.1 --- CHANGELOG.md | 9 +++++++++ package-lock.json | 2 +- package.json | 2 +- 3 files changed, 11 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index da62de0..2fc0a7f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,14 @@ # Change Log +1.5.1 (02/01/2024) +------------------ + +* Fixed "Error: Incorrect number of arguments for command 'display'" when `lime.projectFile` path contains spaces. +* Fixed incorrect request to install Lime if `haxelib config` returns a non-zero exit code because the user probably hasn't run `haxelib setup` yet. The Haxe extension will provide an appropriate error message and resolution options. +* Fixed generated `lime` command arguments when `lime.projectFile` is explicitly set to _project.xml_. +* Fixed `lime setup -alias` issue where it froze asking for input. Now passes the `-y` option. +* Fixed incorrect attempt to install Lime when `lime.executable` points to a custom command. + 1.5.0 (02/02/2023) ------------------ diff --git a/package-lock.json b/package-lock.json index 7b4be13..ddd3929 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,6 +1,6 @@ { "name": "lime-vscode-extension", - "version": "1.5.0", + "version": "1.5.1", "lockfileVersion": 1, "requires": true, "dependencies": { diff --git a/package.json b/package.json index aa9fd73..ce59aa1 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lime-vscode-extension", - "version": "1.5.0", + "version": "1.5.1", "publisher": "openfl", "engines": { "vscode": "^1.42.0",