Skip to content

Releases: particle-iot/particle-cli

1.9.3

20 Jan 21:54
Compare
Choose a tag to compare

Fixes

  • Do not fail DFU commands if any stderr output is generated.

1.9.2

17 Jan 01:48
Compare
Choose a tag to compare

Fixes

  • Fix node-wifiscanner2 not reporting any SSID results on non-en locales in Windows. Thanks @ScruffR! (#118)

1.9.1

15 Jan 21:53
Compare
Choose a tag to compare

Fixes

  • Fix leave being left off the DFU command when flashing user application firmware.
  • Remove excess console.log
  • Fix system version display during identify for Electrons

1.9.0

14 Jan 07:58
Compare
Choose a tag to compare

New Features

  • keys address command to read protocol, host, and port configured on a device for the cloud.
  • keys protocol command to switch cloud transport protocol between tcp and udp for devices that support it.
  • binary inspect command to parse a firmware binary and output module information.
  • serial inspect command to read module information from the device, parse, and display it. (#76)
  • list output can now be filtered using online, offline, device type, or device id/name. (#96)
  • Firmware binaries are now parsed and sent to the correct device address. This allows you to flash system parts with flash --usb now. Incorrect usage is prevented, but can be overridden with --force. (#159)
  • Check for updates - particle-cli now checks to see if you have the latest version from npm, at most once a day, and outputs a message if not.(#138)
  • Cloud public keys are included and can be flashed by invoking keys server with no arguments. (#70)
  • Support across the board for ECC keys used with the UDP cloud protocol on the Electron. Most keys commands now support --protocol udp and --protocol tcp, but will default to what is appropriate for the device.

Enhancements

  • Add system firmware version to identify command. (#95)
  • Improve bad token handling. (#193)
  • Enable auto-detection of variable name versus device id during variable get and variable monitor. (#187)
  • Use device attributes to determine platform for flashing apps. (#151)
  • Output detected Wi-Fi security type. (#126)
  • Add option for manual entry if no Wi-Fi networks are detected. (#121)
  • Add webhook documentation to README. (#29)
  • Add support for --product_id to keys send command. (#155)
  • Improve API error handling.
  • Improve device claiming output. (#152)

Fixes

  • Fix URL for DFU install instructions. (#191)
  • Check arguments for udp send, token revoke. (#185, #180)
  • Backspace will no longer erase console output. (#20)
  • Handle errors from softap-setup-js during setup. (#154)
  • Filter Photon SSIDs from available list during serial wifi. (#135)
  • Filter directories from list of files to compile during compile. (#177)
  • Remove documentation for invalid flash argument combinations. (#115)
  • Show error when trying to flash a directory over USB. (#142)

Updates

  • Electron firmware binaries to 0.4.8-rc.6

new electron firmware update

23 Dec 17:13
Compare
Choose a tag to compare
1.8.22

version bump to 1.8.22

quick webhooks fix / recent changes

21 Dec 16:50
Compare
Choose a tag to compare
  • includes recent variable / return code changes
  • small webhooks param fix.

1.8.20

16 Dec 18:09
Compare
Choose a tag to compare
  • Fix cloud compile error output (#181)
  • Improve error code reporting in several places (#182)

1.8.19

15 Dec 18:40
Compare
Choose a tag to compare
  • Fix cloud compiling error

1.8.18

15 Dec 02:36
Compare
Choose a tag to compare
  • Fix early returns from promise using commands

1.8.17

14 Dec 21:06
Compare
Choose a tag to compare
  • Update Electron binaries to v0.0.3-rc.3