Skip to content

Releases: nerves-project/nerves_motd

v0.1.5

02 Nov 17:48
Compare
Choose a tag to compare
  • Improvements
    • Print local time when a time zone has been set with NervesTimeZones
    • Handle exceptions from NervesMOTD.print/1 so they don't prematurely end
      iex.exs scripts
    • Handle Nerves configurations that do not have an application data partition
    • Simplify text handling internally by using Elixir's ansidata throughout

v0.1.4

17 Oct 19:23
Compare
Choose a tag to compare
  • Improvements
    • Improve the logo so that it can render properly on touchscreen

v0.1.3

10 Oct 17:50
Compare
Choose a tag to compare
  • 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

v0.1.2

25 Sep 13:20
Compare
Choose a tag to compare
  • Improvements
    • Show IP addresses assigned to network interfaces

v0.1.1

16 Sep 11:18
Compare
Choose a tag to compare
  • Refactor the template using iodata
  • Use round instead of trunc for percentage
  • Update screenshot in readme

v0.1.0

09 Sep 13:18
Compare
Choose a tag to compare

Initial release