This repository has been archived by the owner on Oct 22, 2021. It is now read-only.
0.1.0
Changelog
Added
- Added logic to recover invalid sketch when opening it.
- Better label provider for unsaved sketches. Create a new sketch, and hover over the editor's tab. It shows
unsaved
. It was a long temp path before.
Changed
- Updates the CLI version to
0.12.0
. - From now on, new tabs always open after the last tab. Previously, new tabs were opened after the current tab.
- Reimplemented missing
LoadSketch
in TypeScript. - Adjusts the Output styles to the Java IDE.
- Fixed copy for Forum/GitHub. In case of no or empty selection, the entire editor content is copied. Otherwise, the selected text.
- From now on, toggling the serial monitor will dispose the serial monitor view instead of toggling the bottom panel.
- Removes the keybinding for indent/outdent lines menu items. The functionality remains the same.
- Refined and generalized which tabs are closable and which not. All files that belong to a sketch (
SketchLoad
) must be non-closeable in normal mode. - Refined new file and rename file. Adjusted the input dialog behavior to the Java IDE.
- Made the
Daemon
output channel more relaxed. It should never activate onDaemon
input. - The board search is fuzzy now.
- We clear the upload/compile consoles before running upload/compile.
- Aligned the
New
andSave As...
with the Java IDE. - Rework the menu organization
- The copy of Arduino CLI embedded in the Arduino Pro IDE installation is always used, rather than picking up an external Arduino CLI installation if it is in
PATH
.
Fixed
- Makes sure the main sketch file has the focus at app startup without focusing on other editors.
- Fixed save as.
- Upload using a programmer does not require a serial port.
- Fixed serial monitor issue. Previously, the board had to be manually re-selected after an upload.
- Fixed deletion. When deleting the main sketch file, the window closes.
- Fixed issue when Output grabbed the focus when the user was searching for a board with the board config dialog.
- The Output automatically expands on upload/compile and on errors.
- Added a workaround for path too long on Windows by removing the YAML VS Code extension from the final app.
Windows version
Arduino Pro IDE Windows 0.1.0
Mac OSX version
Arduino Pro IDE OSX 0.1.0
Linux64 version
Arduino Pro IDE Linux 0.1.0