Releases: MarlinFirmware/AutoBuildMarlin
Releases · MarlinFirmware/AutoBuildMarlin
Auto Build Marlin 2.1.5
- Add a Welcome View with messages for different contexts.
- Activate the extension early to keep contexts up to date.
- Only display buttons relevant to environments / build states.
- Load the new pins file when
MOTHERBOARD
changes.
Auto Build Marlin 2.1.4
- Cleaned up code
- Updated
README.md
Auto Build Marlin 2.1.3
- Only show Traceback option for "debug" environments.
- Drop
package-lock.json
from the project. - Show an indeterminate progress bar during the build.
Auto Build Marlin 2.1.2
- Fix quoted value handling
Auto Build Marlin 2.1.1
- Captions with extended descriptions in Build panel
- Show an error when a build is already underway
- Add a settings option to re-use the Terminal
- Fix last build time display
Auto Build Marlin 2.1.0
This is a major upgrade with a new native interface so you see what you need to know before you do your build. The new foundations started in this version will allow us to build a full configuration interface as time goes on and eliminate the need to scan through long text files.
- Clean up verbose SVG files.
- Drop dependency on
auto_build.py
script and Tkinter. - Provide an informative WebView display and build interface.
- Only show relevant environments and build options.
Auto Build Marlin 2.0.3
- Pass
process.env
to the terminal. - Apply titlecase to build type titles.
Auto Build Marlin 2.0.2
- Fix command line for Windows.
- Use node fs to check the script path.
- Use a common function for registered commands.
Auto Build Marlin 2.0.1
- Handle
auto_build.py
in different locations
Auto Build Marlin 2.0.0
Initial release of Auto Build Marlin to the Marketplace with a version to match the current Marlin release.
- Add a button to the Activity Bar.
- Add panels with Build, Upload, Debug, and Clean buttons.
- Start to Build, Upload, Debug, or Clean when a button is pressed.
- Provide a helpful README page.