Current section

Files

Jump to
Raw

CHANGELOG.md

# Changelog
## v0.3.0
* New features
* Pulled in project rename of bootloader to shoehorn. Be sure to update your
`config/config.exs` and `rel/config.exs` references to bootloader.
* Add dependency on `ring_logger` and instructions for setting it up since it
fixes many of the reported issues when getting started with the console
logger.
* Bug fixes
* Removed many Elixir 1.5/1.6 warnings by updating dependencies
## v0.2.1
* Bug fixes
* Work around a multicast registration issue on wireless links. This adds
a 100ms delay to starting up mDNS which appears to fix it for now.
See [PR #7](https://github.com/fhunleth/nerves_init_gadget/pull/7)
## v0.2.0
The README.md and other documentation has been updated to make it easier for new
Nerves users to get started with `nerves_init_gadget` and also to reflect
changes to the Nerves new project generator.
* New features
* Network interface, mDNS name, etc. are now configurable
* Add support for automatically starting Erlang distribution. This is not
enabled by default.
## v0.1.0
Initial release