@@ -5,6 +5,18 @@ All notable changes to the "vscode-esp8266fs" extension will be documented in th
5
5
The format is based on [ Keep a Changelog] ( http://keepachangelog.com/en/1.0.0/ )
6
6
and this project adheres to [ Semantic Versioning] ( http://semver.org/spec/v2.0.0.html ) .
7
7
8
+ ## [ 1.1.0] 2018-5-18
9
+
10
+ * Added support for the ESP32 library package (espressif/esp32).
11
+ * Added support for "esptool.py" found in the ESP32 library.
12
+ * FlashSize now supports "generic" settings.
13
+ * Changed package.json "keyword" from "iot" -> "ESP32".
14
+ * "esp8266fs.upload" now only uploads - pack is done separately.
15
+ * Added "espspiffs.download" for user of "esptool.py".
16
+ * Added "esp8266fs.arduinoUserPath" setting.
17
+ * Added "esp8266fs.esptool.py..." settings.
18
+ * Removed unnecessary code.
19
+
8
20
## [ 1.0.1] 2018-4-7
9
21
10
22
* Fixed errata and ran ** markdownlint** on all .md files.
@@ -20,7 +32,7 @@ and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.
20
32
* Fixed errata and expanded documentation.
21
33
* Located espota.py correctly.
22
34
* Changed ` esp8266fs.uploadData ` -> ` esp8266fs.uploadSpiffs ` .
23
- * Added ` esp8266fs.unpackSpiffs ` , ` esp8266fs.listSpiffs ` , and * esp8266fs.visualizeSpiffs`.
35
+ * Added ` esp8266fs.unpackSpiffs ` , ` esp8266fs.listSpiffs ` , and ` esp8266fs.visualizeSpiffs ` .
24
36
* Added a variety of settings.json values to allow full control of the mkspiffs * rocess.
25
37
* Fixed various bugs and cleaned up code heirarchy.
26
38
* Updated Github infrastructure.
0 commit comments