Skip to content

Releases: particle-iot/particle-cli

v1.50.0

06 Nov 00:12
Compare
Choose a tag to compare
  • Add option to set expiration time when creation API tokens

    Examples:

    # Token for 1 hour (3600 seconds)
    particle token create --expires-in 3600
    # Token that never expires (good for cloud applications)
    particle token create --never-expires
  • Add particle usb listen as an alias to particle usb start-listening

  • Fix particle serial wifi to now time out after 5 seconds if the device is not in USB listening mode.

  • Fix spinner to now spin while commands like partilce usb and particle mesh are waiting.

v1.49.0

06 Nov 00:02
Compare
Choose a tag to compare
  • Updated binaries for DeviceOS 1.4.2

v1.48.0

06 Nov 00:01
Compare
Choose a tag to compare
  • Updated binaries for DeviceOS 1.4.1
  • Electron DeviceOS binaries used for particle update are no longer built with DEBUG_BUILD=y

v1.47.0

11 Sep 02:20
Compare
Choose a tag to compare
  • Updated binaries for DeviceOS 1.4.0

v1.46.2

06 Sep 23:29
a4f5611
Compare
Choose a tag to compare
  • Fix “utilities.replaceAll is not a function” when running particle keys server using the --host flag
  • Fix “Cannot read property ‘toLowerCase’ of undefined” when running particle keys doctor
  • Update help text for particle keys send to specify device id is required
  • Refine end-to-end compile assertions to improve reliability
  • Add device-dependent end-to-end tests for particle update

v1.46.1

06 Sep 03:26
96983ac
Compare
Choose a tag to compare
  • Fix flaky end-to-end compilation test

v1.46.0

06 Sep 03:26
Compare
Choose a tag to compare
  • Updated binaries for DeviceOS 1.3.1

NOTE: due to some CI/CD issues, this version was never published to npm

v1.44.0

29 Aug 18:41
ae57b50
Compare
Choose a tag to compare
  • Cloud compile and flash now accept .hpp, .hxx, and .hh files
  • Update particle-usb to v0.5.0 in preparation for node@12 support
  • Improved install / update instructions to reduce confusion for users of our wrapper bins
  • serial_follow_delay setting uses default of 250ms (vs 5ms)
  • Made serialport an optional dependency

v1.43.3

30 Jul 14:30
Compare
Choose a tag to compare
  • Resolves a regression introduced in 1.43.2 when flashing known applications e.g. tinker #502

v1.43.2

29 Jul 13:20
Compare
Choose a tag to compare
  • Support for radio stack modules and DROP_MODULE_INFO module flag #493
  • Support for secondary dependency in particle binary inspect #493