Releases: nerves-livebook/nerves_livebook
Releases · nerves-livebook/nerves_livebook
v0.2.27
v0.2.26
v0.2.25
- 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.
- Initial Bluetooth support is available for the Raspberry Pi Zero W and 3B.
v0.2.24
- 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.
- Update Livebook from
v0.2.23
- 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 tosftp
from Nerves
Livebook devices now.
- Several networking notebook additions and improvements. Thanks to Jon