You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Oct 1, 2024. It is now read-only.
Copy file name to clipboardExpand all lines: BRANCHNOTES.md
+29-22
Original file line number
Diff line number
Diff line change
@@ -100,7 +100,7 @@ During merging I found some bugs within those functions - mainly due to the abov
100
100
**2020 02 26** Preparing for pull request: Removed all code marked `IS-REMOVE` and dead code which I was able to identify. Reviewed all TODOs and resolved those which can be fixed without having to bother the maintainers. Left the unresolved on grounds of documentation.
101
101
**2020 02 27** Integrated analysis into all builds. Fixed bug in board management (board configuration couldn't be set anymore). Added logging filter for non-verbose builds and uploads to remove spurious messages. Added post-build script support.
102
102
**2020 02 28** Moved some code to cocopa. Cocopa now tries to parse the compiler arguments to set the C++ standard according to the C++ standard set by the individual board package. Better error handling for pre-/post-build commands. Error reporting for exceptions during build cleanup. Full `cmd` and `bash` support within pre-/post-build commands. Environment variables for pre-/post-build commands.
103
-
103
+
**2020 02 29** Added support for Arduino preferences within `arduino.json`. Fixed bug which surfaced when no sketch was set. Fixed security issue reported by Mathieu.
104
104
105
105
## Status
106
106
|| Tasks |
@@ -147,6 +147,10 @@ During merging I found some bugs within those functions - mainly due to the abov
147
147
148
148
## Additional Stuff this Branch addresses
149
149
* Support for `postbuild` commands, see [#786](https://github.com/microsoft/vscode-arduino/issues/786)
150
+
* Full `cmd` and `bash` syntax support for pre-/post-build commands
151
+
* Environment variables for pre-/post-build commands
152
+
* Support for Arduino preferences to be set during build, see [#975](https://github.com/microsoft/vscode-arduino/issues/975#issuecomment-592931155)
153
+
* Fixed security issue [#966](https://github.com/microsoft/vscode-arduino/issues/966): Web-server was listening on machine's main interface (0.0.0.0) instead of `localhost`.
150
154
151
155
## Motivation
152
156
I write a lot of code for Arduino, especially libraries. The Arduino IDE is not suited for more complex projects and I tried several alternatives:
@@ -167,28 +171,30 @@ I will list every supporter here, thanks!
0 commit comments