Skip to content

Releases: nerves-livebook/nerves_livebook

v0.19.5

Choose a tag to compare

@fhunleth fhunleth released this 05 Aug 21:19

This is mostly a security and bug fix release.

  • Updates
    • Update to Livebook v0.19.9
    • Update Nerves systems to nerves_system_br v1.34.1
    • Include the HTS221 temperature/humidity sensor library again. It had been
      commented out due to a dependency issue that's now been fixed.

v0.19.4

Choose a tag to compare

@fhunleth fhunleth released this 21 Jul 02:25
  • Updates
    • Update nerves_system_mangopi_mq_pro to use mainline Linux rather than the
      original custom fork
    • Integrate Raspberry Pi 5 WPA3 SAE fix. Not all access points rejected
      clients with the issue, but those that did rejected use of WPA3 every time.
    • Add E-Ink related libraries to support basic use of the display on the Nerves
      Starter Kit. These libraries are only included for the Trellis target
      currently.

v0.19.3

Choose a tag to compare

@fhunleth fhunleth released this 13 Jul 14:12
  • Updates
    • Update nerves_system_trellis to support the Nerves Starter Kit expansion port
    • Update Circuits.GPIO to 2.3.0 to bring in multi-GPIO support

v0.19.2

Choose a tag to compare

@fhunleth fhunleth released this 29 Jun 13:07

This updates many dependencies especially in the Nerves systems. It also adds
support for the Nerves starter kit (trellis).

  • Updates
    • Update Nerves systems to nerves_system_br v1.34.0
    • Temporarily remove Nx packages added in v0.19.1 due to a new runtime crash on boot
    • Temporarily remove GRiSP2, OSD32MP1, and NPI IMX6ULL until their Linux kernels can be updated
    • Update all dependencies

v0.19.1

Choose a tag to compare

@fhunleth fhunleth released this 08 Jun 00:46

This updates Livebook to v0.19.8 and brings in security and bug fix updates in
many dependencies.

v0.19.0

Choose a tag to compare

@fhunleth fhunleth released this 19 Mar 12:50

This updates Livebook to v0.19.4 and brings in security and bug fix updates in many dependencies.

v0.18.1

Choose a tag to compare

@nerves-bot nerves-bot released this 21 Feb 18:07

This is a major update for Raspberry Pis that switches to the new "tryboot"
image layout to support automatic recovery when upgrading to broken firmware. If
you're using official images, this should hopefully not be a feature you need.
However, it is a one way update and over-the-air downgrades to v0.18.0 won't
work. You'll have to reflash the MicroSD card.

  • Updates
    • Update to Livebook v0.18.6
    • Improve mDNS advertisements to show more information when using mix nerves.discover to find devices

v0.18.0

Choose a tag to compare

@nerves-bot nerves-bot released this 08 Jan 03:01

v0.17.0

Choose a tag to compare

@nerves-bot nerves-bot released this 16 Sep 21:52

v0.15.6

Choose a tag to compare

@nerves-bot nerves-bot released this 04 Apr 13:00
  • Fixes
    • Fix regression causing an UndefinedFunctionError for Mix.install_project_dir/0. Thanks to @gworkman for quickly reporting