Skip to content

Releases: particle-iot/particle-cli

v2.4.0

04 May 23:35
v2.4.0
c8c93da
Compare
Choose a tag to compare
  • Add particle usb cloud-status command to query the device via USB and return its cloud connection status (PR #577)
  • Update particle usb list to optionally accept a filter param (PR #564)
  • Update particle subscribe command w/ --max flag to exit after N events are received (PR #563)
  • Update particle subscribe command w/ --until flag to exit after specifc event data is received (PR #563)
  • Update particle keys server command to optionally save server keys locally when --deviceType flag is set (PR #556)
  • Recognize Asset Tracker platform (PR #579)
  • Fix particle serial monitor --follow exit signal event handling (ctrl+c, etc) (PR #574)
  • Fix cloud compilation & flashing for core (PR #569)
  • Fix tinker app flashing for b5som (PR #576)

v2.3.0

04 May 22:46
Compare
Choose a tag to compare
  • Updated binaries for DeviceOS 1.5.0

v2.2.0

04 May 22:45
9983f19
Compare
Choose a tag to compare
  • Update particle-usb dependency so the particle usb dfu command confirms device is in DFU mode before exiting (PR #555)
  • Update wiring-preprocessor dependency to have Particle.h included when running particle preprocess (PR #554)

v2.1.1

08 Feb 00:23
ce48907
Compare
Choose a tag to compare
  • Fix device transfer prompt in particle cloud claim command (PR #549)
  • Clarify that particle cloud claim requires deviceID, always send lowercase id to the API (PR #550)

v2.1.0

06 Feb 23:56
e3a4328
Compare
Choose a tag to compare
  • Display info about product firmware in particle binary inspect command (PR #546)
  • Add a command particle usb setup-done to set and clear the "setup done" flag (PR #547)
  • Recognize B5 SoM platform (PR #548)

v2.0.1

19 Dec 19:00
abc6c7a
Compare
Choose a tag to compare
  • particle keys commands handle file paths with spaces
  • add text warning users to disconnect all but the target device when running particle doctor

v2.0.0

11 Dec 23:38
6df12eb
Compare
Choose a tag to compare
  • drop support for node@6, add support for node@12. no other breaking changes.

v1.53.0

10 Dec 17:58
Compare
Choose a tag to compare
  • Updated binaries for DeviceOS 1.4.4
  • fix TypeError: defer.reject is not a function in doctor command

v1.52.0

25 Nov 21:12
Compare
Choose a tag to compare
  • Updated binaries for DeviceOS 1.4.3

v1.51.0

21 Nov 22:44
f2f9b2a
Compare
Choose a tag to compare
  • remove irrelevant --delay flag from variable get subcommand and alias (#533)
  • fix --page flag handling in library list command (#533)
  • library subcommands search, list, and view support optional --json flag to output JSON formatted data (#534) - NOTE: Experimental! Use with caution and expect breaking changes