Nerves Livebook Versions Save

Develop on embedded devices with Livebook and Nerves

v0.8.3

1 year ago
  • Updates
    • Generate and post docs to hex.pm so that hyperlinks work when calling NervesLivebook functions
    • Update Nerves systems to nerves_system_br 1.22.3 versions. This includes Erlang 25.2.3 and an update for Rust support. Libraries using Rust aren't included yet due to an issue on 32-bit platforms, but will likely be included in the next release.
    • Update all dependencies to their latest versions.

v0.8.2

1 year ago
  • Updates
    • Update Livebook to v0.8.1
    • Update all dependencies to latest (Nx 0.5.0, RingLogger 0.9.0, Toolshed 0.3.0, VintageNet 0.13.0)
    • Configure the Erlang compiler for deterministic builds (potentially smaller future delta firmware updates)

v0.8.1

1 year ago

IMPORTANT: The MangoPi MQ Pro has a major update that makes it non-backwards compatible despite this release's version number. This is due to hacks to support it being removed that unfortunately caused the MicroSD card contents to be changed. Please move your work off your current MicroSD cards and re-flash it. Upgrading is not supported.

  • Updates
    • Update Nerves systems to nerves_system_br 1.22.1 versions (Buildroot 2022.11)
    • Update MangoPi MQ Pro to Linux 6.1
    • Switch MangoPi MQ Pro from Musl Libc to Glibc (better Rust support)
    • Update all toolchains to use GCC 12.2
    • Update all provided mix libraries to their latest

v0.8.0

1 year ago
  • Updates
    • Update Livebook to v0.8.0
    • Reduced logger level to warning to reduce clutter when evaluating cells. This is a the same default level as regular Livebook.
    • Support the shutdown button. This will gracefully power off your device. Note that Nerves Livebook syncs notebooks to minimizing losing notebook changes already, but this is an additional way to make sure everything has been flushed to storage when you're done.
    • Update Nerves systems to nerves_system_br 1.21.6 versions (Erlang/OTP 25.2)
    • Update all provided mix libraries to their latest.

v0.7.2

1 year ago
  • Updates
    • Update Livebook to v0.7.2
    • Update Nerves systems to nerves_system_br 1.21.2 versions
    • Fix hyperlinks and move more pages to learn sections (Thanks @mnishiguchi)

v0.7.0

1 year ago
  • Updates
    • Update Livebook to v0.7.1
    • Update Nerves systems to nerves_system_br 1.20.6 versions
    • Update Nerves to v1.9.1

v0.6.5

1 year ago
  • Updates
    • Add WiFi configuration to explore section to make it easier to find
    • Use the new Delux library to control the LED. This will enable better feedback for what Livebook is doing when you can't see the webpage
    • Blink LED to show that the RPi0 is booting since it takes so long to start.
    • Add the Pinout library as a convenience for getting board pinouts.
    • Add libraries for devices that support cellular modems (only srhub now)

v0.6.4

1 year ago
  • Updates
    • Update Livebook to v0.6.3
    • Update Nerves systems to nerves_system_br 1.20.4 versions. This includes Erlang/OTP 25.0.3, Buildroot 2022.05, and GCC 11.3.
    • Fix warnings when building in host mode. (Thanks @axelson)
    • Update depencies to latest versions
    • Add preliminary support for srhub devices

v0.6.3

1 year ago
  • Updates
    • Update Livebook to v0.6.2
    • Support the 64-bit RISC-V MangoPi MQ Pro
    • Change the WiFi regulatory domain default from US to the global region (00)
    • Update Nerves systems to nerves_system_br 1.20.3 versions. This includes Erlang/OTP 25.0.2, Buildroot 2022.05, and GCC 11.3.

v0.6.2

2 years ago
  • Updates
    • Update to Erlang 25.0 - Enables JIT on Raspberry Pi 4!
    • Update Nerves systems to nerves_system_br 1.19.0 versions to bring in security and bug fixes