This repository has been archived by the owner on Jul 20, 2022. It is now read-only.
Releases: NabuCasa/esp-web-flasher
Releases · NabuCasa/esp-web-flasher
5.1.5
What's Changed
Release to publish new README with deprecation notice.
⬆️ Dependencies
5 changes
- Bump rollup from 2.75.6 to 2.75.7 (#133) @dependabot
- Bump typescript from 4.7.3 to 4.7.4 (#134) @dependabot
- Bump prettier from 2.6.2 to 2.7.1 (#135) @dependabot
- Bump @rollup/plugin-typescript from 8.3.2 to 8.3.3 (#130) @dependabot
- Bump rollup from 2.75.5 to 2.75.6 (#131) @dependabot
5.1.4
What's Changed
⬆️ Dependencies
7 changes
- Bump rollup from 2.75.3 to 2.75.5 (#128) @dependabot
- Bump typescript from 4.7.2 to 4.7.3 (#129) @dependabot
- Bump rollup from 2.74.1 to 2.75.3 (#125) @dependabot
- Bump typescript from 4.6.4 to 4.7.2 (#126) @dependabot
- Bump rollup from 2.73.0 to 2.74.1 (#124) @dependabot
- Bump @types/pako from 1.0.3 to 2.0.0 (#123) @dependabot
- Bump rollup from 2.72.1 to 2.73.0 (#122) @dependabot
5.1.3
What's Changed
⬆️ Dependencies
8 changes
- Bump rollup from 2.71.1 to 2.72.1 (#120) @dependabot
- Bump @rollup/plugin-node-resolve from 13.2.1 to 13.3.0 (#119) @dependabot
- Bump typescript from 4.6.3 to 4.6.4 (#118) @dependabot
- Bump rollup from 2.70.2 to 2.71.1 (#117) @dependabot
- Bump tslib from 2.3.1 to 2.4.0 (#116) @dependabot
- Bump @rollup/plugin-typescript from 8.3.1 to 8.3.2 (#115) @dependabot
- Bump rollup from 2.70.1 to 2.70.2 (#114) @dependabot
- Bump @rollup/plugin-node-resolve from 13.1.3 to 13.2.1 (#113) @dependabot
5.1.2
What's Changed
- Fix update function returning a smaller value for totalBytes than written (#112) @makermelissa
⬆️ Dependencies
3 changes
- Bump prettier from 2.6.1 to 2.6.2 (#111) @dependabot
- Bump typescript from 4.6.2 to 4.6.3 (#109) @dependabot
- Bump prettier from 2.6.0 to 2.6.1 (#110) @dependabot
5.1.1
What's Changed
- rework bootloader flash offset
- probably fix S3 fail with esp-web-tools
5.1.0
What's Changed
- S3 support (#107) @Jason2866
⬆️ Dependencies
17 changes
- Bump prettier from 2.5.1 to 2.6.0 (#106) @dependabot
- Bump rollup from 2.70.0 to 2.70.1 (#105) @dependabot
- Bump actions/checkout from 2 to 3 (#100) @dependabot
- Bump typescript from 4.5.5 to 4.6.2 (#101) @dependabot
- Bump rollup from 2.68.0 to 2.70.0 (#102) @dependabot
- Bump actions/setup-node from 2.5.1 to 3 (#97) @dependabot
- Bump rollup from 2.67.3 to 2.68.0 (#98) @dependabot
- Bump @rollup/plugin-typescript from 8.3.0 to 8.3.1 (#99) @dependabot
- Bump rollup from 2.67.2 to 2.67.3 (#95) @dependabot
- Bump rollup from 2.67.1 to 2.67.2 (#94) @dependabot
- Bump rollup from 2.66.1 to 2.67.1 (#93) @dependabot
- Bump rollup from 2.66.0 to 2.66.1 (#92) @dependabot
- Bump typescript from 4.5.4 to 4.5.5 (#91) @dependabot
- Bump rollup from 2.64.0 to 2.66.0 (#90) @dependabot
- Bump rollup from 2.63.0 to 2.64.0 (#89) @dependabot
- Bump rollup from 2.62.0 to 2.63.0 (#87) @dependabot
- Bump @rollup/plugin-node-resolve from 13.1.2 to 13.1.3 (#88) @dependabot
5.0.0
What's Changed
- [Breaking change] ESP Web Flasher will no longer patch the headers of the image. It's up to the caller of the library to provide the right values. (#86) @balloob
Dependabot stuff
- Bump @rollup/plugin-node-resolve from 13.1.1 to 13.1.2 (#84) @dependabot
- Bump actions/setup-node from 2.5.0 to 2.5.1 (#85) @dependabot
- Bump @types/pako from 1.0.2 to 1.0.3 (#82) @dependabot
- Bump rollup from 2.61.1 to 2.62.0 (#81) @dependabot
- Bump typescript from 4.5.3 to 4.5.4 (#80) @dependabot
- Bump typescript from 4.5.2 to 4.5.3 (#77) @dependabot
- Bump rollup from 2.60.2 to 2.61.1 (#78) @dependabot
- Bump @rollup/plugin-node-resolve from 13.0.6 to 13.1.1 (#79) @dependabot
- Bump prettier from 2.5.0 to 2.5.1 (#75) @dependabot
- Bump rollup from 2.60.1 to 2.60.2 (#76) @dependabot
- Bump actions/setup-node from 2.4.1 to 2.5.0 (#73) @dependabot
- Bump prettier from 2.4.1 to 2.5.0 (#74) @dependabot
- Bump rollup from 2.60.0 to 2.60.1 (#71) @dependabot
- Bump typescript from 4.4.4 to 4.5.2 (#72) @dependabot
- Bump rollup from 2.59.0 to 2.60.0 (#70) @dependabot
- Bump serve from 12.0.1 to 13.0.2 (#69) @dependabot
4.0.0
What's Changed
- Always fire disconnect event when read loop finishes
- On close, wait till the read loop is finished
- Breaking change: Don't close the serial port on close. It's passed in in the open state, so it's up to the caller to close the port.
Dependabot stuff
- Bump rollup from 2.58.3 to 2.59.0 (#67) @dependabot
- Bump rollup from 2.58.0 to 2.58.3 (#65) @dependabot
- Bump @rollup/plugin-node-resolve from 13.0.5 to 13.0.6 (#66) @dependabot
- Bump typescript from 4.4.3 to 4.4.4 (#63) @dependabot
- Bump @rollup/plugin-typescript from 8.2.5 to 8.3.0 (#64) @dependabot
- Bump rollup from 2.57.0 to 2.58.0 (#62) @dependabot
- Bump actions/setup-node from 2.4.0 to 2.4.1 (#59) @dependabot
- Bump @rollup/plugin-node-resolve from 13.0.4 to 13.0.5 (#60) @dependabot
- Bump rollup from 2.56.3 to 2.57.0 (#61) @dependabot
- Bump prettier from 2.4.0 to 2.4.1 (#58) @dependabot
- Bump prettier from 2.3.2 to 2.4.0 (#55) @dependabot
- Bump typescript from 4.4.2 to 4.4.3 (#56) @dependabot
- Bump serve from 12.0.0 to 12.0.1 (#57) @dependabot
- Bump typescript from 4.3.5 to 4.4.2 (#53) @dependabot
3.2.0
What's Changed
- Sync with latest Adafruit changes (#52) @balloob
- Code clean-up (#28) @conradopoole
- Bump rollup from 2.56.2 to 2.56.3 (#51) @dependabot
- Bump tslib from 2.3.0 to 2.3.1 (#49) @dependabot
- Bump rollup from 2.56.1 to 2.56.2 (#50) @dependabot
- Bump actions/setup-node from 2.3.0 to 2.4.0 (#47) @dependabot
- Bump rollup from 2.55.1 to 2.56.1 (#48) @dependabot
- Bump pako from 2.0.3 to 2.0.4 (#45) @dependabot
- Bump @rollup/plugin-typescript from 8.2.3 to 8.2.5 (#44) @dependabot
- Bump rollup from 2.54.0 to 2.55.1 (#43) @dependabot
- Bump @rollup/plugin-node-resolve from 13.0.2 to 13.0.4 (#40) @dependabot
- Bump rollup from 2.53.2 to 2.54.0 (#41) @dependabot
- Bump actions/setup-node from 2.2.0 to 2.3.0 (#42) @dependabot
- Bump @rollup/plugin-typescript from 8.2.1 to 8.2.3 (#37) @dependabot
- Bump @rollup/plugin-node-resolve from 13.0.0 to 13.0.2 (#38) @dependabot
- Bump rollup from 2.53.1 to 2.53.2 (#39) @dependabot
- Bump rollup from 2.52.7 to 2.53.1 (#35) @dependabot
- Bump @types/pako from 1.0.1 to 1.0.2 (#36) @dependabot
- Bump rollup from 2.52.3 to 2.52.7 (#32) @dependabot
- Bump @types/w3c-web-serial from 1.0.1 to 1.0.2 (#33) @dependabot
- Bump typescript from 4.3.4 to 4.3.5 (#34) @dependabot
- Bump actions/setup-node from 2.1.5 to 2.2.0 (#31) @dependabot
- Bump prettier from 2.3.1 to 2.3.2 (#29) @dependabot
- Bump rollup from 2.52.2 to 2.52.3 (#30) @dependabot
3.1.3
What's Changed
- Fix chip detection for ESP8266 (#27) @conradopoole
- Added ESP32-C3 support (#26) @conradopoole