Skip to content

Releases: nerves-livebook/nerves_livebook

v0.14.0

05 Sep 21:20
Compare
Choose a tag to compare
  • Updates
    • Update to Livebook v0.14.0
    • Update Nerves systems to nerves_system_br v1.28.3
    • Add vintage_net_qmi to dependencies to use some cellular modems on Raspberry Pis and Beaglebones with USB host ports. These boards include QMI device drivers in this release.
    • Update all dependencies
    • Fix tflite sample notebook (Thanks @mnishiguchi)

v0.13.0

15 Jul 05:25
Compare
Choose a tag to compare
  • Updates
    • Update to Livebook v0.13.3. Also see the v0.13.0 changes
    • Update to Elixir 1.17.2 and Erlang/OTP 27.0
    • Update Nerves systems to nerves_system_br v1.28.1
    • Update all dependencies to latest versions
    • Remove picam from 32-bit Raspberry Pi releases due to the switch from MMAL to libcamera

v0.12.3

08 Apr 19:33
Compare
Choose a tag to compare
  • Updates
    • Update Nerves systems to nerves_system_br v1.27.0 (Erlang/OTP 26.2.3, Buildroot 2024.02)
    • Switch back to WPA2-only WiFi support with VintageNetWiFi.quick_configure/2 to fix issues on BBB and GRiSP2
    • Fix regression that prevented WiFi networks from being provisioned on the MicroSD card
    • Removed srhub target due to perceived lack of use. If this is not true, please open an issue and we'll include it again.
    • Update all dependencies to latest versions

v0.12.2

19 Feb 00:34
Compare
Choose a tag to compare
  • Updates
    • Update vintage_net_wifi to fix an issue connecting to some WPA2 networks using VintageNetWiFi.quick_configure/2
    • Enable TFLite support on Raspberry Pi Model B and Raspberry Pi Zeros now that it has ARMv6 support. (@cocoa-xu)
    • Update Nerves systems to nerves_system_br 1.25.1 versions (Erlang 26.2.2)
    • Update all dependencies to latest versions

v0.12.1

21 Jan 16:09
Compare
Choose a tag to compare
  • Updates
    • Fix LED naming changes from Linux kernel update that ended up breaking RPi Zero, 2, and 3.
    • Update Nerves systems to nerves_system_br 1.24.1 versions (Erlang 26.2.1)
    • Add WPA3 support for devices with WiFi modules that support it (currently only BeagleBone's with WiLink modules)
    • Update all dependencies to latest versions
    • Fix diagnostics notebook (@mnishiguchi)
    • Fix firmware update notebook (@5avage)

v0.12.0

01 Jan 15:07
Compare
Choose a tag to compare
  • Updates
    • Update Livebook to v0.12.1
    • Fix Raspberry Pi 3 regression in v0.11.1
    • Update Elixir to 1.16.0
    • SBOM generation is temporarily off pending a PR getting merged

v0.11.1

19 Dec 14:52
Compare
Choose a tag to compare

The Raspberry Pi 3 (rpi3), original Pi (rpi), and Pi 2 (rpi2) images are not working. Please use other devices in the interim or go back to a previous release. See nerves-project/nerves_system_rpi3#306 for status.

  • Updates
    • Add 64-bit RPi Zero 2W (rpi0_2). 32-bit mode was supported before via rpi3a, but this target enables the JIT
    • Add RPi 5 (rpi5). This port is current experimental
    • Update Nerves systems to nerves_system_br 1.25.2 versions
      • Erlang 26.1.2
      • Buildroot 2023.08.4
      • Linux 6.1 on all Raspberry Pi and BBB ports
    • Update Elixir to 1.15.7
    • Update all dependencies to their latest versions

v0.11.0

19 Dec 14:13
Compare
Choose a tag to compare

No pre-built versions available. See v0.11.1

  • Updates
    • Update Livebook to v0.11.0
    • Update Nerves systems to nerves_system_br 1.24.1 versions
      • Erlang 26.1.1
      • Buildroot 2023.05.3
    • Update Elixir to 1.15.6
    • Update all dependencies to their latest versions

v0.10.1

29 Jul 22:02
Compare
Choose a tag to compare
  • Updates
    • Add :tflite_elixir back since it works again
    • Update Nerves systems to nerves_system_br 1.23.2 versions to get CTRL+R fix
      for ssh sessions (and more).
    • Improve PMOD support on GRiSP 2
    • Update Elixir to 1.15.4

v0.10.0

15 Jul 13:28
Compare
Choose a tag to compare
  • Updates
    • Update Livebook to v0.10.0
    • Update Nerves systems to nerves_system_br 1.23.1 versions. This includes:
      • Erlang 26.0.2
      • Support for all Raspberry Pi Cameras via libcamera on the RPi4
      • Buildroot 2023.02.2
      • Linux updates on various systems
    • Update Elixir to 1.15.2
    • Update all dependencies to their latest versions

NOTE: :tflite_elixir was temporarily removed due to build errors.