Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

bump to v0.4.2 #1248

Merged
merged 146 commits into from
May 5, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
146 commits
Select commit Hold shift + click to select a range
ae0ebd4
Option to use arduino-cli instead of Arduino IDE (#1017)
giuliof Dec 7, 2020
d6459d0
Improved handling of programmer selection (#1118)
maddogjt Dec 8, 2020
ddb804f
Fixed misspelled function name
elektronikworkshop Feb 8, 2020
2e490b5
Fixed spelling.
elektronikworkshop Feb 7, 2020
57f4aa4
Fix @property
elektronikworkshop Feb 22, 2020
5daa2b1
Add missing return values
hlovdal Dec 11, 2020
48418e2
Removed unused import
elektronikworkshop Feb 23, 2020
0291850
Branch for the implementation of the automagical IntelliSense configu…
elektronikworkshop Feb 5, 2020
5debfb4
Update documentation
elektronikworkshop Feb 5, 2020
82513e4
More documentation update
elektronikworkshop Feb 6, 2020
16e861d
Added IntelliSense compiler parsing engine code
elektronikworkshop Feb 6, 2020
79bd476
Improved line splitting of built-in include parser after commenting o…
elektronikworkshop Feb 6, 2020
baaf069
Pre-build command updates
elektronikworkshop Feb 6, 2020
bc2b292
Documentation updates
elektronikworkshop Feb 6, 2020
3da2f76
IntelliSense on/off configuration and compiler parser injection prepa…
elektronikworkshop Feb 7, 2020
ce1b656
Added two more TODOs to branch documentation
elektronikworkshop Feb 7, 2020
59c78cb
Added even more TODOs to branch documentation
elektronikworkshop Feb 7, 2020
4a91647
Moved TODO in branch documentation
elektronikworkshop Feb 7, 2020
d337295
Documenting ...
elektronikworkshop Feb 8, 2020
0865c97
Moved compiler parser to cocopa package for better testability and ma…
elektronikworkshop Feb 8, 2020
f28dd7e
Updated earned :beers:
elektronikworkshop Feb 8, 2020
819d2f1
Added IntelliSense setup auto-generation project (sketch-context) con…
elektronikworkshop Feb 8, 2020
bb2ce83
Try to generate IntelliSense configuration even when the compilation …
elektronikworkshop Feb 8, 2020
dd3254d
Incorporated the latest progress from cocopa development
elektronikworkshop Feb 9, 2020
39c3f79
Fix issue 771
elektronikworkshop Feb 9, 2020
d87402d
Fix regression and improve regex matching
elektronikworkshop Feb 9, 2020
3cba412
Notes about serial monitor
elektronikworkshop Feb 9, 2020
67281ae
Moved arduino specifics from cocopa to vscode-arduino
elektronikworkshop Feb 9, 2020
40bb52d
Merge c_cpp_properties results with existing configuration
elektronikworkshop Feb 10, 2020
4f6565c
Minor documentation rub
elektronikworkshop Feb 10, 2020
6a42d3f
Moved intellisense function to a separate file
elektronikworkshop Feb 10, 2020
e80a338
Added instructions how to run development code
elektronikworkshop Feb 12, 2020
4341261
More on beta testing, added link to chat room
elektronikworkshop Feb 12, 2020
56c9634
Note how to run vscode without having gulp on your user path
elektronikworkshop Feb 12, 2020
5945d8d
Updated beer money log
elektronikworkshop Feb 15, 2020
a5d4695
Updated branch notes -- documented changes not committed though.
elektronikworkshop Feb 15, 2020
e4c13d0
Rename Logger to logger
hlovdal Dec 8, 2020
dd308ac
Rename verifyResult to success
hlovdal Dec 8, 2020
3879639
Move args variable till top of upload, uploadUsingProgrammer and verify
hlovdal Dec 10, 2020
a6968e0
Introduce verbose variable
hlovdal Dec 10, 2020
b28f574
Unify util.spawn invocation
hlovdal Dec 10, 2020
0678c9a
Unify exit error message
hlovdal Dec 10, 2020
990c1a1
Add cleanup expression
hlovdal Dec 10, 2020
8227014
Add selectSerial expression
hlovdal Dec 10, 2020
88bed5e
Inline and move appPath later
hlovdal Dec 10, 2020
e03dc38
Move arg buildup earlier in functions
hlovdal Dec 10, 2020
cd9365b
Move selectProgrammer down
hlovdal Dec 10, 2020
86719a3
Spelling correction
hlovdal Jan 5, 2021
76c74cf
Add buildMode argument to upload and uploadUsingProgrammer
hlovdal Dec 10, 2020
a14f777
Make upload and uploadUsingProgrammer identical
hlovdal Dec 10, 2020
e4a70b0
Merge upload and uploadUsingProgrammer into one build function
hlovdal Dec 10, 2020
4aa7ddc
Add buildMode argument to verify
hlovdal Dec 10, 2020
335d80a
Add stdoutCallback expression
hlovdal Dec 10, 2020
0b2b77a
Rename output to buildDir
hlovdal Dec 10, 2020
fef2db0
Use cocopa and add Analyze build mode
hlovdal Dec 11, 2020
2039739
Make build return boolean
hlovdal Dec 11, 2020
2a2db50
Make build and verify identical
hlovdal Dec 11, 2020
216e1b8
Merge build and verify
hlovdal Dec 11, 2020
f914a4b
Add arduino.rebuildIntelliSenseConfig
hlovdal Dec 11, 2020
3418458
Fix whitespace
hlovdal Dec 11, 2020
41bcd44
Disabled and marked all previous implementations of IntelliSense supp…
elektronikworkshop Feb 17, 2020
6c1fe68
Updated project log
elektronikworkshop Feb 18, 2020
d712a94
Don't use hard coded paths when possible.
elektronikworkshop Feb 18, 2020
d6c7b5a
New classes which will improve the device settings management and eve…
elektronikworkshop Feb 18, 2020
cabeed6
Updated log and issues
elektronikworkshop Feb 18, 2020
59bad21
Updated project log and status
elektronikworkshop Feb 19, 2020
548c714
Updated and completed documentation of the current state within READM…
elektronikworkshop Feb 19, 2020
c15dc08
IntelliSense auto-analysis integration
elektronikworkshop Feb 19, 2020
5fd1a27
Updated log and beers.
elektronikworkshop Feb 19, 2020
01e92e9
Added "some" additional issues -- currently I've found 28!
elektronikworkshop Feb 19, 2020
98dbc0d
Updated log, status and beers
elektronikworkshop Feb 20, 2020
640f269
Removed obsolete doc folder as all this is now part of cocopa
elektronikworkshop Feb 21, 2020
2d52e52
Fixed handling of invalid manual configurations. Improved code locali…
elektronikworkshop Feb 22, 2020
e6c10cd
Updated log and beers
elektronikworkshop Feb 22, 2020
4238e12
Updated to latest cocopa which features X-platform support and better…
elektronikworkshop Feb 22, 2020
5fe6dbc
IntelliSense config generator
elektronikworkshop Feb 22, 2020
b7effbc
Updated log
elektronikworkshop Feb 22, 2020
f2a5307
Forceinclude Arduino.h
elektronikworkshop Feb 23, 2020
b5714b6
Updated log and beers
elektronikworkshop Feb 23, 2020
31e530c
Updated cocopa to version 0.0.12
elektronikworkshop Feb 25, 2020
d408686
Removed IS-REMOVE code
elektronikworkshop Feb 26, 2020
4202508
Reworked util.spawn to mergable version
elektronikworkshop Feb 26, 2020
cdf9f34
Added/reviewed some notes
elektronikworkshop Feb 26, 2020
deecdf2
Changed Serial.updatePortListStatus to make use of optional argument …
elektronikworkshop Feb 26, 2020
764d21e
Refined some documentation comment
elektronikworkshop Feb 26, 2020
e7f7d05
Updated log
elektronikworkshop Feb 26, 2020
27d9cac
Final pull request dependency style for cocopa
elektronikworkshop Feb 26, 2020
15fd705
Updated beers
elektronikworkshop Feb 26, 2020
88e544a
Added link to alpha releases to top of document
elektronikworkshop Feb 26, 2020
b489a8f
Run IntelliSense analysis for every build
elektronikworkshop Feb 27, 2020
314d4a8
Build/analysis logging improvements
elektronikworkshop Feb 27, 2020
70d323d
Fixed bug in board.ts: Conceptual flaw when checking if configuration…
elektronikworkshop Feb 27, 2020
194dc92
Fixed exception which occurs if one of the include directories doesn'…
elektronikworkshop Feb 27, 2020
fed508f
Filter out invalid include directories
elektronikworkshop Feb 27, 2020
30210dc
Make upload verbosity be conditional and extend filtering
elektronikworkshop Feb 27, 2020
deaa18a
Collapsing multiple consecutive newlines into a single newline for no…
elektronikworkshop Feb 27, 2020
7039ea8
IntelliSense auto gen respected global and project specific dis-/enab…
elektronikworkshop Feb 27, 2020
f6c3b2c
Added post build command support
elektronikworkshop Feb 27, 2020
2b84aa8
C++ standard is now parsed from compiler arguments
elektronikworkshop Feb 28, 2020
7c1104c
Section which outlines additional features this branch addresses
elektronikworkshop Feb 28, 2020
d3bcf6e
Logging and post-build commands
elektronikworkshop Feb 28, 2020
2af8f11
Pre-/post-build command improvements
elektronikworkshop Feb 28, 2020
f85a783
Full cmd support for pre-/post-build commands on Windows
elektronikworkshop Feb 28, 2020
95f5a18
Documentation for pre-/post-build commands and their environment vari…
elektronikworkshop Feb 28, 2020
48c4c64
Updated log, status and beers
elektronikworkshop Feb 29, 2020
f9cd3c5
Fix too early initialization of cocopa
elektronikworkshop Feb 29, 2020
9543ba7
Support for Arduino preferences in `arduino.json`. These preferences …
elektronikworkshop Feb 29, 2020
5f32221
Add and document buildPreferences setting
elektronikworkshop Feb 29, 2020
8a491ed
Fixed security issue
elektronikworkshop Feb 29, 2020
c2ab577
Updated log, additional stuff and beers
elektronikworkshop Feb 29, 2020
a6512a4
Move the _build to the end and make private
hlovdal Jan 4, 2021
8b83873
Consolidate all boardDescriptor argument pushing
hlovdal Jan 5, 2021
5a49b97
Remove compile argument and expand BuildMode with CliUpload and CliUp…
hlovdal Jan 5, 2021
e591480
Reverse and merge tests
hlovdal Jan 6, 2021
b97a740
Replace "upload" with "compile --upload"
hlovdal Jan 6, 2021
0356bb7
Join args.push statements
hlovdal Jan 6, 2021
b5360b5
Remove arrow-head anti-pattern
hlovdal Jan 6, 2021
2e763c8
add support for cli
adiazulay Dec 10, 2020
b91a5ca
fix cli analyze mode
adiazulay Dec 10, 2020
7ac331f
fix verbose setting and cli programmer upload
adiazulay Jan 12, 2021
9d1899e
remove redundant prebuild check
adiazulay Jan 12, 2021
a717e5b
update travis
adiazulay Jan 19, 2021
8bb1130
fix missing "
adiazulay Jan 19, 2021
f80b38f
Populate the list of programmers by parsing programmers.txt for each …
maddogjt Jan 20, 2021
b0375c8
Bump ini from 1.3.5 to 1.3.8 (#1159)
dependabot[bot] Jan 20, 2021
b7094ba
remove IntelliSense Auto branch notes
adiazulay Jan 22, 2021
5f4c400
Merge branch 'master' into develop
adiazulay Feb 4, 2021
9ca2400
remove -MMD from complier args for intellisesne (#1208)
adiazulay Mar 5, 2021
5bf5472
Squashed commit of the following:
adiazulay Mar 22, 2021
cb7d040
Quick pick selection of sketch files (#1128)
maddogjt Apr 5, 2021
25caa39
Corrected typo from Ardiuno to Arduino. (#1191)
CBielstein Apr 5, 2021
ab438d8
Fix arduinoPath resolution on MacOS (#1227)
awmichel Apr 12, 2021
6a4e5f9
Merge branch 'master' into develop
adiazulay Apr 12, 2021
72f7f01
Merge branch 'develop' of https://github.com/microsoft/vscode-arduino…
adiazulay Apr 12, 2021
232b8c1
Bump y18n from 3.2.1 to 3.2.2 (#1219)
dependabot[bot] Apr 12, 2021
f247a6d
Fix confusion about IDE breaking changes (#1229)
mikebaz Apr 12, 2021
df1a62f
Fix typos in CHANGELOG.md (#1226)
jogo- Apr 12, 2021
319583f
Fix typos in README.md (#1225)
jogo- Apr 12, 2021
78049a7
Bump y18n from 4.0.0 to 4.0.1 in /src/views (#1220)
dependabot[bot] Apr 12, 2021
12e7f63
Bump elliptic from 6.5.3 to 6.5.4 (#1212)
dependabot[bot] Apr 13, 2021
f964b7e
Bump elliptic from 6.5.3 to 6.5.4 in /src/views (#1210)
dependabot[bot] Apr 13, 2021
82212bc
add usbcon macro to config (#1231)
adiazulay Apr 15, 2021
f88461d
add ai key to deploy (#1236)
adiazulay Apr 19, 2021
7ef8b8f
Bump to v0.4.1 (#1238)
adiazulay Apr 19, 2021
9404967
bump to v0.4.2
adiazulay Apr 22, 2021
5db396a
Merge branch 'master' into release-v0.4.2
adiazulay May 5, 2021
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
# Change Log
All notable changes to this project will be documented in this file.


## Version 0.4.2

### Fixed
- Update app insights key

## Version 0.4.1

### Added
Expand All @@ -10,7 +16,7 @@ All notable changes to this project will be documented in this file.
- Arduino CLI on MacOS [#1221](https://github.com/microsoft/vscode-arduino/issues/1221) Thanks [@awmichel](https://github.com/awmichel)
- Typos [#1226](https://github.com/microsoft/vscode-arduino/pull/1226), [#1225](https://github.com/microsoft/vscode-arduino/pull/1225), [#1191](https://github.com/microsoft/vscode-arduino/pull/1191) Thanks [@jogo-](https://github.com/jogo-) [@CBielstein](https://github.com/CBielstein)
- add USBCON back into IntelliSense config [#1216](https://github.com/microsoft/vscode-arduino/issues/1216)
- Update depedencies
- Update dependencies
- App Insights key in Actions [#1236](https://github.com/microsoft/vscode-arduino/pull/1236)

## Version 0.4.0
Expand Down
2 changes: 1 addition & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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": "vscode-arduino",
"displayName": "Arduino",
"description": "Arduino for Visual Studio Code",
"version": "0.4.1",
"version": "0.4.2",
"publisher": "vsciot-vscode",
"aiKey": "83dd2c27-6594-41d3-85a9-bdb22070eb42",
"preview": true,
Expand Down