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
Copy file name to clipboardExpand all lines: CHANGELOG.md
+14-14
Original file line number
Diff line number
Diff line change
@@ -3,23 +3,23 @@
3
3
All notable changes to the Arduino Malker Workshop extension will be documented in this file.
4
4
5
5
**Version 0.6.9**
6
-
-Fixed bug when installing a library through zip ([issue](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/36))
7
-
-Added action button to remove an updatable library ([feature request](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/37) by omarbaf)
8
-
-Added action button to remove an updatable board ([feature request](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/37) by omarbaf)
9
-
-Added the folder name and sketch name in the error message when folder name and sketch name do not match
6
+
-Fix bug when installing a library through zip ([issue](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/36))
7
+
-Add action button to remove an updatable library ([feature request](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/37) by omarbaf)
8
+
-Add action button to remove an updatable board ([feature request](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/37) by omarbaf)
9
+
-Add folder name and sketch name in the error message when folder name and sketch name do not match
10
10
11
11
**Version 0.6.7**
12
-
-Added user setting to set user directory, equivalent of the Arduino IDE's 'sketchbook' directory. Library Manager installations are made to the libraries subdirectory of the user director
13
-
-Added support for macOS Intel by [rudeb0t](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/28)
12
+
-Add user setting to set user directory, equivalent of the Arduino IDE's 'sketchbook' directory. Library Manager installations are made to the libraries subdirectory of the user director
13
+
-Add support for macOS Intel by [rudeb0t](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/28)
14
14
- UI Performance improvement by using cache to avoid repeated calls to the arduino-cli
15
15
- Correctly report to the user that a project is compiled "clean"
16
-
-Fixed bug when adding additional URL
16
+
-Fix bug when adding additional URL
17
17
18
18
**Version 0.6.2**
19
-
-Fixed libraries with patchlevel 0 showing wrongly as updatable ([issue](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/22))
20
-
-Fixed upload error when starting a new sketch
21
-
-Fixed cancel or upload error forcing a recompilation
22
-
-Fixed user error reporting when create a sketch with a name that already exist
19
+
-Fix libraries with patchlevel 0 showing wrongly as updatable ([issue](https://github.com/thelastoutpostworkshop/arduino-maker-workshop/issues/22))
20
+
-Fix upload error when starting a new sketch
21
+
-Fix cancel or upload error forcing a recompilation
22
+
-Fix user error reporting when create a sketch with a name that already exist
23
23
24
24
**Version 0.6.1**
25
25
- Serial monitor settings on Home page by [rudeb0t](https://github.com/rudeb0t)
@@ -29,10 +29,10 @@ All notable changes to the Arduino Malker Workshop extension will be documented
29
29
30
30
**Version 0.5.1**
31
31
- Implement notification and cancel for upload by [rudeb0t](https://github.com/rudeb0t)
32
-
-Fixed bundled CLI permission on macOS Silicon by [rudeb0t](https://github.com/rudeb0t)
33
-
-Fixed Arduino CLI path in settings on Windows
32
+
-Fix bundled CLI permission on macOS Silicon by [rudeb0t](https://github.com/rudeb0t)
33
+
-Fix Arduino CLI path in settings on Windows
34
34
- Changes to Arduino CLI settings are applied to the current workspace
0 commit comments