github ipfs/ipfs-companion v2.1.0

latest releases: v3.1.0, v3.0.1, v3.0.0...
6 years ago

In This Release

  • huge internal refactoring
  • first stab at reproducible build (#306)
    • regular npm-based build is still supported for dev purposes
    • npm run yarn-build or ultra-paranoid npm run docker-build (used for actual release)
      (thanks to @olizilla (#313))
  • locale updates (zh_CN)
  • fixes
    • href normalization (#316)
    • promise-errors related to legacy code that was left behind (f148251)

Installation

Reproducible Build

For background on reproducible builds see #306

Docker build is advised: when building outside of Docker there may be one line diff on some architectures (caused by js-ipfs-api: ipfs-inactive/js-ipfs-http-client#626 (comment)).

With Nave

  1. download and unpack source code (links below)
  2. npm install -g nave
  3. nave use 8.9.1
  4. npm run yarn-build
  5. inspect build/ipfs_companion-2.1.0.zip

With Docker

  1. download and unpack source code (links below)
  2. npm run docker-build
  3. inspect build/ipfs_companion-2.1.0.zip

Don't miss a new ipfs-companion release

NewReleases is sending notifications on new releases.