Releases: nerves-project/nerves_motd
Releases · nerves-project/nerves_motd
v0.1.15
This release requires Elixir 1.13 or later. Previous versions became hard to
maintain due to dependent packages. No code changed in this library to prevent
previous versions from working.
- Fixes
- Fix a regression that caused the firmware validity to always show up as valid even when invalid.
v0.1.14
v0.1.13
v0.1.12
v0.1.11
-
Bug fixees
- Don't raise if
Nerves.Runtime.KV
is empty
- Don't raise if
-
Improvements
- Test with ANSI off to make tests easier to read
- Update specs to
IO.chardata()
for consistency
v0.1.10
- Improvements
- Print milliseconds when uptime < 60s
- Add serial number
v0.1.9
- Improvements
- Append
°C
to temperature value
- Append
v0.1.8
- Improvements
- Show CPU temperature on MOTD
- Support OTP 25
- Update the Nerves CLI help url
- Fix tests with nerves_runtime >= 0.11.9
v0.1.7
- Improvements
- Skip printing MOTD if Nerves.Runtime isn't started. The previous behavior
was to try to start Nerves.Runtime. The scenario this mostly affects is
printing the MOTD to the serial console right after Elixir loads, but before
Nerves.Runtime and the rest. Besides printing a slightly confusing MOTD of a
partially started system, it also could reorder OTP application from the
boot script.
- Skip printing MOTD if Nerves.Runtime isn't started. The previous behavior