Skip to content

Releases: nerves-livebook/nerves_livebook

v0.2.27

16 Oct 14:25
Compare
Choose a tag to compare
  • Updates
    • Update to Erlang 24.1.2 and Buildroot 2021.08.1
    • Update Livebook to latest. Pulls in dynamic favicon.

v0.2.26

10 Oct 19:01
Compare
Choose a tag to compare
  • 2021-10-09
  • Updates
    • Fix boot issue on Seeed Studio's NPi iMX6ULL board
    • Selectively include BlueHeron since it doesn't work on all boards

v0.2.25

08 Oct 12:03
Compare
Choose a tag to compare
  • 2021-10-07
  • Updates
    • Initial Bluetooth support is available for the Raspberry Pi Zero W and 3B.
      If you have either of these boards, take a look at
      bluetooth/ble_device_with_nerves.livemd. Thanks to Troels Brødsgaard for
      contributing this.
    • Include Nx so that the the Nx tutorial works
    • Update MdnsLite and make the advertised services look pretty on devices that
      support mDNS. The default is to show up as "Nerves Livebook" and advertise
      HTTP, SSH, SFTP, and Erlang distribution.

v0.2.24

08 Oct 11:51
Compare
Choose a tag to compare
  • 2021-10-05

The default location for notebooks on the device has changed from
/data/livebooks to /data/livebook for consistency. If you're upgrading to
this release, the old directory will be kept in case any modifications were made
to notebooks there.

  • Updates
    • Update Livebook from v0.2.3 to
      main@d8a7af62.
      See the unreleased items in the link for Livebook changes.
    • Redirect to the device's specific hostname when using nerves.local to
      connect. This makes it more obvious which device you're connected to when
      multiple Nerves Livebook devices are accessible.

v0.2.23

01 Oct 15:32
Compare
Choose a tag to compare
  • Updates
    • Several networking notebook additions and improvements. Thanks to Jon
      Carstens for these.
    • Pull in a subtle mDNS/DNS issue lookup issue that affected using .local
      addresses on some networks
    • Pull in Bluetooth support fixes. BLE works on Raspberry Pi Zeros and
      Raspberry Pi 3s now, but it's not convenient and there aren't any sample
      notebooks. We hope to change that soon.
    • You can transfer files using scp in addition to sftp from Nerves
      Livebook devices now.

v0.2.22

25 Sep 12:54
Compare
Choose a tag to compare
  • Updates
    • Upgrade to nerves_system_br 1.17.0-based systems. These include Erlang
      24.1 and Buildroot 2021.08.

v0.2.21

22 Sep 15:32
Compare
Choose a tag to compare
  • Updates
    • Update all URLs to point to the nerves_livebook home on the livebook-dev
      GitHub repository

v0.2.20

19 Sep 22:57
Compare
Choose a tag to compare
  • Updates
    • The Raspberry Pi 4 USB-C port can now be used for power and data. This is
      similar to the Raspberry Pi Zero, 3A and BBB.
    • Minor updates to a variety of packages

v0.2.19

10 Sep 05:21
Compare
Choose a tag to compare
  • Updates
    • Use new Nerves MOTD for ssh logins

v0.2.18

06 Sep 02:25
Compare
Choose a tag to compare
  • Updates
    • Livebook 0.2.3
    • Update to MdnsLite 0.8.0 and enable support for using mDNS (.local)
      addresses with Erlang distribution and more
    • Update various other Nerves dependencies