Skip to content

Commit 87c9791

Browse files
Add user setting to disable automatic port detection on Windows
1 parent 3714ccc commit 87c9791

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

+3
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22

33
All notable changes to the Arduino Malker Workshop extension will be documented in this file.
44

5+
**Version 0.7.0**
6+
- Add user setting to disable automatic port detection on Windows ([issue #30](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/30))
7+
58
**Version 0.6.9**
69
- Fix bug when installing a library through zip ([issue](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/36))
710
- Add action button to remove an updatable library ([feature request](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/37) by omarbaf)

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"displayName": "Arduino Maker Workshop",
44
"publisher": "TheLastOutpostWorkshop",
55
"description": "The ultimate tool for makers to bring Arduino projects to life!",
6-
"version": "0.6.9",
6+
"version": "0.7.0",
77
"engines": {
88
"vscode": "^1.93.0"
99
},

0 commit comments

Comments
 (0)