From 4b3f4d3ed1a9707cee2c943a99e8810ddac7f1f2 Mon Sep 17 00:00:00 2001 From: Scott Lahteine Date: Wed, 27 Dec 2023 21:59:29 -0600 Subject: [PATCH] [2.1.51] Fix some reported issues --- CHANGELOG.md | 5 +++++ package.json | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 89475aa..b64d003 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,11 @@ The following enhancements and changes have been made to ***Auto Build Marlin***. +## 2.1.51 +- Adjust build command line for different shells (#46) +- Fix init of HIGH / LOW slider custom controls (#68) +- Fix an issue with `//` comments before the first `#define` (#77) + ## 2.1.50 - Recognize more config sections - Fix build action button envs diff --git a/package.json b/package.json index 73cf10b..1ba9c3b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "name": "auto-build", "displayName": "Auto Build Marlin", "description": "Provides an interface to quickly build and upload Marlin Firmware.", - "version": "2.1.50", + "version": "2.1.51", "preview": false, "publisher": "marlinfirmware", "icon": "icon.png",