Skip to content

Releases: nerves-project/nerves

v0.4.6

26 Jan 15:02
Compare
Choose a tag to compare

Nerves 0.4.6

  • Bug Fixes
    • fix artifact http download manager to take as long as it needs unless idle for more than 2 minutes.
    • [Providers.Docker] Fixed IO stream parsing to handle occasions where ANSI codes are not being passed.
    • loosened dependency on distillery

v0.4.5

26 Jan 15:01
Compare
Choose a tag to compare

Nerves 0.4.5

  • Bug Fixes
    • catch exits from mix release.clean when calling mix firmware

v0.4.4

26 Jan 15:01
Compare
Choose a tag to compare

Nerves 0.4.4

  • Bug Fixes
    • return an {:error, message} response from the http provider when a resource is not found

v0.4.3

05 Jan 18:38
Compare
Choose a tag to compare

Nerves 0.4.3

  • Enhancements
    • Mix will display a progress bar, percentage, and total / expected bytes when downloading artifacts.
    • Added task mix firmware.image my_app.img for producing images for use with applications like dd
    • Silenced output from distillery which would contain misleading information for the nerves project
  • Bug Fixes
    • Docker provider could potentially produce application id's that were invalid

v0.4.2

26 Jan 15:02
Compare
Choose a tag to compare

Nerves 0.4.2

  • Bug Fixes
    • Fixed issue where artifact paths could not be set by system env var
    • Mix Task nerves.release.init was failing due to missing template. Include priv in hex package files.

v0.4.1

26 Jan 15:02
Compare
Choose a tag to compare

Nerves 0.4.1

  • Bug Fixes
    • Do not stop the Nerves.Env at the end of the package compiler. This would cause the packages to resolve the wrong dep type.
    • Fixed issue where remote artifacts would not be globally cached
    • Fixed issue with package compiler where it would always force systems to be built

v0.4.0

26 Jan 15:03
Compare
Choose a tag to compare

Nerves 0.4.0

  • Enhancements
    • Improved test suite
    • Added documentation for modules
    • Consolidated the Nerves Environment to the Nerves package

v0.4.0-rc.0

26 Jan 15:03
Compare
Choose a tag to compare

Nerves 0.4.0-rc.0

  • Enhancements
    • Consolidated compilers into nerves_package.
    • Removed dependency for nerves_system
    • Removed dependency for nerves_toolchain
    • Added Docker provider for building custom systems on machines other than linux

v0.3.3

11 Jul 17:22
Compare
Choose a tag to compare
  • Bug Fixes
    • Updated nerves.precompile / loadpaths to support Elixir 1.3.x aliases.
  • Enhancements
    • Removed dependency on porcelain

v0.3.2

27 Jun 14:40
Compare
Choose a tag to compare
  • Bug Fixes
    • Support for elixir 1.3.0-dev
    • Invoke nerves.loadpaths on preflight of mix firmware and mix firmware.burn. Fixes ERROR: It looks like the system hasn't been built!