This project follows Semantic Versioning.
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.
- Improvements
- Fix Elixir 1.17 warnings
- Improvements
- Support
:extra_rows
as a callback (#124)
- Support
- Improvements
- Use application environment for default options (#122)
- Use yellow text color for clock and show unsyncronized help text when clock is out of sync (#74)
-
Bug fixes
- 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
- Improvements
- Print milliseconds when uptime < 60s
- Add serial number
- Improvements
- Append
"°C"
to temperature value
- Append
- Improvements
- Show CPU temperature on MOTD
- Support OTP 25
- Update the Nerves CLI help url
- Fix tests with nerves_runtime >= 0.11.9
- 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.
- Improvements
- Add
:extra_rows
option to allow users to supply additional information to be printed in the MOTD. The use case for this is to show project-specific information like MQTT connection status in addition to the generic info.
- Add
- Improvements
- Print local time when a time zone has been set with
NervesTimeZones
- Handle exceptions from
NervesMOTD.print/1
so they don't prematurely endiex.exs
scripts - Handle Nerves configurations that do not have an application data partition
- Simplify text handling internally by using Elixir's
ansidata
throughout
- Print local time when a time zone has been set with
- Improvements
- Improve the logo so that it can render properly on touchscreen
- Improvements
- Remove denominator (loaded application count) from the applications section because it is changeable and can cause confusion
- Change text color for applications not (yet) loaded from red to yellow because most of the time it is transient
- Improvements
- Show IP addresses assigned to network interfaces
- Updates
- Refactor the template using
iodata
- Use round instead of trunc for percentage
- Update screenshot in readme
- Refactor the template using
Initial release