Skip to content

Releases: nerves-project/nerves_bootstrap

v1.11.5

07 Jul 19:03

Choose a tag to compare

  • Updates

    • Support Elixir 1.15/OTP 26
  • New project generator updates

    • Adjust vm.args.eex based on Elixir version
    • Fix typo in templates/new/config/host.exs
    • Run formatting as part of mix nerves.new
    • Adjust :nerves_runtime to be available on host
    • Add nerves_system_mangopi_mq_pro system
    • :ring_logger 0.10.0

v1.11.4

04 Mar 01:29

Choose a tag to compare

  • Updates
    • Use Nerves v1.10.0 in new projects
    • Default to adding -code_path_choice strict to new projects to skip a few
      unnecessary path searches for archives
    • Default to moving the clock forward in erlinit. This reduces the time jump
      on boot for RTC-less devices.

v1.11.3

05 Nov 20:36

Choose a tag to compare

  • Updates
    • Allow Nerves v1.9.0 to be used in new projects
    • Use console logger by default in host mode. This is more like the default
      Elixir configuration.

v1.11.2

11 Sep 15:09

Choose a tag to compare

  • Updates
    • Remove references to :build_embedded since that option is planned for
      removal in Elixir 1.15 and it wasn't needed.

v1.11.1

07 Jul 19:21

Choose a tag to compare

  • Fixes
    • Fixed backwards compatibility issue with building Nerves systems with Nerves 1.7.x.

v1.11.0

06 Jul 12:38

Choose a tag to compare

  • Potentially breaking changes

    • Elixir 1.11 or later is now required
    • Move the core mix tooling to :nerves
      • This is part of a bigger reorganization and adjustment to the bootstrap
        tooling in order to reduce it's footprint. However, these changes have
        been tested and are considered backwards compatible and most should not
        see any impact from it. If you were using Nerves.Bootstrap.Aliases
        module directly, you may notice adjusted aliases listed.
  • Enhancements

    • Add GRiSP2 to officially supported Nerves devices
    • Improve message when unknown target is selected
    • Add --no-nerves-pack to nerves.new options doc
  • New project generator updates

    • Remove system_registry option from generator
    • toolshed 0.2.26
    • shoehorn 0.9.1
    • nerves_runtime 0.12.0
    • ring_logger 0.8.5

v1.10.6

24 Feb 14:08

Choose a tag to compare

  • New project generator updates
    • Update deprecated config option to MDNSLite
    • Update references to mix burn in new project comments
    • Update dependency versions to latest

v1.10.5

16 Nov 13:55

Choose a tag to compare

  • New project generator updates
    • Remove old reference to Mix.Config.

v1.10.4

07 Oct 21:05

Choose a tag to compare

  • New project generator updates
    • Update dependency versions to latest

v1.10.3

12 Sep 14:25

Choose a tag to compare

  • New project generator updates
    • Update dependency versions to latest
    • Add NervesMOTD to the iex.exs
    • Add more comments to commonly edited locations in the mix.exs