• v0.2.1 cc06893d20

    koalalorenzo released this 2018-04-07 06:36:45 -04:00 | 407 commits to master since this release

    This new release includes the following changes related to new users and to ensure Orion always work in cases where the requirements are missing. yay!

    • Orion includes go-ipfs into the packages to ensure compatible binary with the API used (future version of ipfs may break the API used by Orion)
    • Temporary files are used for logging the processes running in background (go-ipfs mostly), this will help debug and reports
    • The user is alerted in case the main daemon process dies unexpectedly
    • In case the main ipfs repository has not been initialized, it will take care of that to ensure the app will work
    • Disable custom ipfs binary (as we are including a go-ipfs binary)
    • Fixes a bug that was causing empty files when saving IPFS objects to disk