Skip to content

Releases: nerves-project/nerves_motd

v0.1.15

19 Jul 19:17
Compare
Choose a tag to compare

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

02 Jun 16:11
Compare
Choose a tag to compare
  • Improvements
    • Fix Elixir 1.17 warnings

v0.1.13

18 May 13:59
Compare
Choose a tag to compare
  • Improvements
    • Support :extra_rows as a callback (#124)

v0.1.12

10 May 13:13
Compare
Choose a tag to compare
  • 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)

v0.1.11

04 Feb 16:23
Compare
Choose a tag to compare
  • Bug fixees

    • Don't raise if Nerves.Runtime.KV is empty
  • Improvements

    • Test with ANSI off to make tests easier to read
    • Update specs to IO.chardata() for consistency

v0.1.10

02 Feb 00:43
Compare
Choose a tag to compare
  • Improvements
    • Print milliseconds when uptime < 60s
    • Add serial number

v0.1.9

17 Nov 22:53
Compare
Choose a tag to compare
  • Improvements
    • Append °C to temperature value

v0.1.8

26 Oct 22:28
Compare
Choose a tag to compare
  • 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

03 Mar 17:40
Compare
Choose a tag to compare
  • 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.

v0.1.6

29 Nov 15:18
Compare
Choose a tag to compare
  • 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.