Skip to content

v5.10.0

Compare
Choose a tag to compare
@release-drafter release-drafter released this 16 Jun 03:26
· 428 commits to master since this release

What’s changed in aragonCLI

🚀 New features

  • New flag --apm.ipfs.gateway used to read APM artifacts from.
    Defaults to http://localhost:8080/ipfs, but some defaults environment now point to https://ipfs.eth.aragon.network/ipfs, see environments.default.json (#519)

💡 Feature updates

  • Update the GUI client to v0.7.4 (#519)

🐛 Bug Fixes

  • Fix Could not create transaction due to missing app artifact by pinning @aragon/wrapper to v5.0.0-rc.9, see aragon/aragon.js#325 (#519)

🛠️ Maintenance & internal changes

  • Add the strict option to yargs so the aragonCLI will not error if an argument is wrongly typed or if a command does not exist (#519)
  • Fix the --silent and --debug flag that broke in v5.9.6 when updating to yargs@13 (#519)
  • Set-up some probot apps (#517, #518)