|
1 | 1 | # Change Log
|
| 2 | + |
2 | 3 | All notable changes to the "vscode-esp8266fs" extension will be documented in this file.
|
3 | 4 |
|
4 | 5 | The format is based on [Keep a Changelog](http://keepachangelog.com/en/1.0.0/)
|
5 | 6 | and this project adheres to [Semantic Versioning](http://semver.org/spec/v2.0.0.html).
|
6 | 7 |
|
| 8 | +## [1.0.1] 2018-4-7 |
| 9 | + |
| 10 | +* Fixed errata and ran **markdownlint** on all .md files. |
| 11 | +* Fixed all missing overrides. Expanded OTA overrides. |
| 12 | +* Added `esp8266.packSpiffs` command. |
| 13 | +* Made showErrorMessage modal. |
| 14 | +* Added "#region" tags to source code. |
| 15 | +* Refactored "upload" to minimize external tool requirements. |
| 16 | +* Removed `esp8266fs.python`, defering to `python.pythonPath`. |
| 17 | + |
7 | 18 | ## [1.0.0] 2018-2-13
|
8 | 19 |
|
9 |
| -- Fixed errata and expanded documentation. |
10 |
| -- Located espota.py correctly. |
11 |
| -- Changed `esp8266fs.uploadData` -> `esp8266fs.uploadSpiffs`. |
12 |
| -- Added `esp8266fs.unpackSpiffs`, `esp8266fs.listSpiffs`, and `esp8266fs.visualizeSpiffs`. |
13 |
| -- Added a variety of settings.json values to allow full control of the mkspiffs process. |
14 |
| -- Fixed various bugs and cleaned up code heirarchy. |
15 |
| -- Updated Github infrastructure. |
16 |
| -- Tested on Windows, OSX, and Linux (Ubuntu). |
| 20 | +* Fixed errata and expanded documentation. |
| 21 | +* Located espota.py correctly. |
| 22 | +* Changed `esp8266fs.uploadData` -> `esp8266fs.uploadSpiffs`. |
| 23 | +* Added `esp8266fs.unpackSpiffs`, `esp8266fs.listSpiffs`, and *esp8266fs.visualizeSpiffs`. |
| 24 | +* Added a variety of settings.json values to allow full control of the mkspiffs *rocess. |
| 25 | +* Fixed various bugs and cleaned up code heirarchy. |
| 26 | +* Updated Github infrastructure. |
| 27 | +* Tested on Windows, OSX, and Linux (Ubuntu). |
17 | 28 |
|
18 | 29 | ## [0.9.0] - 2018-02-11
|
19 | 30 |
|
20 |
| -- Initial release - out for review. |
| 31 | +* Initial release - out for review. |
0 commit comments