Skip to content

Releases: particle-iot/particle-cli

1.16.0

06 Aug 00:51
Compare
Choose a tag to compare

Updates

  • Support DFU flashing 3-part Electron system firmware (0.6.0 and later)

1.16.0-develop.1

25 Jul 15:26
Compare
Choose a tag to compare
1.16.0-develop.1 Pre-release
Pre-release

Prerelease version allowing to install the community libraries

1.15.0

07 Jul 16:53
Compare
Choose a tag to compare

Updates

  • Include binaries for firmware 0.5.2
  • Add Oak and Bluz platforms

1.14.2

01 Jun 20:46
Compare
Choose a tag to compare

Fixes

  • Fix flashing binaries to Electron over the air

1.14.1

31 May 16:34
Compare
Choose a tag to compare

Fixes

  • Use tarball instead of git dependency to be able to install on computers without git
  • Fix particle compile with --saveTo flag

1.14.0

27 May 17:23
Compare
Choose a tag to compare

Updates

  • Include binaries for firmware 0.5.1

Fixes

  • Fix incorrect platform id error when doing a DFU flash for Core (#232)
  • Able to OTA flash binary files again (#251)

1.13.0

25 May 20:21
Compare
Choose a tag to compare

New Features

  • Photon WiFi setup on Linux. (#209)
  • Compile code in sub-directories (#248)

Updates

  • Serial port package updated to version 3.1.1 for compatibility with Node.js v6. Thanks @nfriedly! (#244)

Fixes

1.12.0

21 Apr 17:30
34364d9
Compare
Choose a tag to compare

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

  • Better DFU util error handling. (#206)
  • Fix usage of Buffer.fill on older versions of node. (#224)

1.11.0

10 Feb 19:03
Compare
Choose a tag to compare

New Features

  • Prompt for confirmation of OTA data usage, when flashing cellular devices.

Fixes

  • Handle invalid token for subscribe commands. (#207)
  • Lowercase device id output during setup. (#208)
  • Increase specific error to ignore during update. (#206)

1.10.0

27 Jan 21:16
Compare
Choose a tag to compare

New Features

  • Add serial flash command and flash --serial mode to flash firmware over serial using the YMODEM protocol. (#200)
  • Add compile version targeting using --target argument. compile and flash 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 the particle 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.