Skip to content

Commit

Permalink
[2.1.51] Fix some reported issues
Browse files Browse the repository at this point in the history
  • Loading branch information
thinkyhead committed Dec 28, 2023
1 parent e0ce965 commit 4b3f4d3
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 4b3f4d3

Please sign in to comment.