Skip to content

Releases: nerves-livebook/nerves_livebook

v0.2.17

28 Jul 03:34
Compare
Choose a tag to compare
  • Updates
    • Make Erlang distribution predictable. It's now
      livebook@nerves-<device id>.local. From within Livebook, you can see the
      name by going to the settings tab. This is an mDNS name and will work even
      if the IP address to the device changes. It only requires an mDNS client on
      your computer which is included by default on MacOS and usually on Linux.

v0.2.16

26 Jul 13:29
Compare
Choose a tag to compare
  • Updates
    • Support provisioning WiFi when creating the MicroSD card. See README.md
      for how to pass parameters when calling fwup.
    • Check that dependencies passed to Mix.install/1 are compatible with what's
      included in Nerves Livebook. Installation isn't supported yet, but this
      update makes it possible to include Mix.install/1 calls in your livebooks
      for when it does work.

v0.2.15

25 Jul 12:40
Compare
Choose a tag to compare
  • Updates
    • Minor version bumps on many dependencies - no new features

v0.2.14

08 Jul 17:48
Compare
Choose a tag to compare
  • Updates
    • Update to OTP 24-based Nerves systems
    • Livebook 0.2.2

v0.2.13

06 Jun 18:35
Compare
Choose a tag to compare
  • Updates
    • Update Livebook to 0.1.2
    • The vega_lite and kino packages are available so it's now possible to
      experiment with plotting sensor data. Note that Mix.install doesn't work
      yet so if you're trying out a notebook that uses vega_lite, just uncomment
      the Mix.install parts for now.

v0.2.12

02 Jun 11:26
Compare
Choose a tag to compare
  • Updates
    • Organize sample livebooks into directories so that they're easier to find.
      More changes are coming. Thanks to DJ Carpenter for spearheading the effort
      better organize this project.
    • Add a delta firmware update livebook. This livebook can't be used just yet.
      It needs a release to update to. Once v0.2.13 is available, it will work.

v0.2.11

31 May 02:55
Compare
Choose a tag to compare
  • Updates
    • Add NervesKey (ATECC508A/608) provisioning example. Thanks to Alex McLain
      for contributing this.
    • Building delta firmware updates on CI. This lays the groundwork for future
      livebooks.

v0.2.10

30 May 00:45
Compare
Choose a tag to compare
  • Updates
    • Update to Livebook 0.1.1
    • Add PWM example using Pigpiox for Raspberry Pis. Thanks to DJ Carpenter for
      contributing this.

v0.2.9

20 May 00:39
Compare
Choose a tag to compare
  • Updates
    • Update to Elixir 1.12.0 and Livebook 0.1.0
    • Various BMP280 Livebook and library updates

v0.2.8

12 May 21:09
Compare
Choose a tag to compare

Community update release!

  • Updates
    • Thanks to Jonatan Klosko, upstream Livebook now supports embedded mode so we
      can use it on Nerves without patching it. This release has zero custom
      Livebook patches for Nerves.
    • DJ Carpenter has started reorganizing the samples directory to make it
      easier to find examples. He also added a GPIO button example.
    • Masatoshi Nishiguchi has updates to the BMP280
      temperature/humidity/barometric sensor example too