Releases: particle-iot/particle-cli
Releases · particle-iot/particle-cli
1.16.0
1.16.0-develop.1
Prerelease version allowing to install the community libraries
1.15.0
1.14.2
1.14.1
1.14.0
1.13.0
New Features
Updates
- Serial port package updated to version 3.1.1 for compatibility with Node.js v6. Thanks @nfriedly! (#244)
Fixes
- Better error message when renaming devices. Thanks @derekmpeterson (#238)
- Remove debug output from
particle keys send
. Thanks @derekmpeterson! (#239)
1.12.0
New Features
- Add
udp listen
command. (#220)
Updates
- Add
0.5.0
update binaries for Electron, Photon, and P1. - Add Redbear Duo to known platform list.
- Add a debugging version of tinker for Electrons that logs AT commands over serial.
Fixes
1.11.0
1.10.0
New Features
- Add
serial flash
command andflash --serial
mode to flash firmware over serial using the YMODEM protocol. (#200) - Add compile version targeting using
--target
argument.compile
andflash
both support this argument, when compiling via the cloud. (#183) - Add support for
proxyUrl
settings to be used when communicating with the Particle Cloud. (#108) - Prompt to request a transfer, if needed, when claiming a device. (#114)
- Change to
0.4.9
update binaries used by theparticle update
command for Photon and P1.
Fixes
- Fix serial device detection on Linux. Thanks @monkbroc! (#190)
- Fix
help
command output that was missing information in some cases. - Fix timeout error during
setup wifi
on Cores. (#144) - Standardize Wi-Fi question order. (#19)
- Fix
list
if no devices are found. - Generate keys with
keys new
if no DFU device found but--protocol
specified. - Make binary downloads after
compile
more reliable.