Releases: aragon/aragon-cli
Releases · aragon/aragon-cli
v6.0.1
What’s changed in aragonCLI
🛠️ Maintenance (non-API changes)
- Update aragonCLI Roadmap (#504) @0xGabi
- Bump eslint-plugin-import from 2.17.3 to 2.18.0 (#556) @dependabot-preview
- Bump husky from 2.4.1 to 3.0.0 (#575) @dependabot-preview
- Bump truffle-hdwallet-provider from 1.0.10 to 1.0.13 (#577) @dependabot-preview
- Bump semver from 6.1.1 to 6.2.0 (#576) @dependabot-preview
- Add pre-requisites section (#559) @chrishobcroft
v6.0.0
What’s changed in aragonCLI
🚀 New features
- Make go-ipfs optional (#528) @0x6431346e
- Introduce three new IPFS commands:
aragon ipfs install
,aragon ipfs uninstall
andaragon ipfs status
- Introduce three new IPFS commands:
- Output publish information before publishing when using
aragon apm publish
(#574) @0xGabi- Refactor the whole publish process prompting the user to decide if:
- Publish the content to aragonPM repo
- Propagate the content through IPFS (if applicable)
- Refactor the whole publish process prompting the user to decide if:
- Sanity check
artifact.json
generation and include thedeprecated
key onartifact.json
. This new key have the information of the deprecated functions between different contract version published (#426) @0xGabi
💡 Feature updates
- Update
dao token new
options to use a deployedminimeTokenFactory
in Rinkeby and Mainnet as default (#555) @0xGabi - Refactor artifact generation & improve sanity check (#570) @0xGabi
- New prepublish option for
aragon apm publish
that allow to run a script before publish the app (#571) @0xGabi - Pass apm opts to @aragon/wrapper (#567) @0x6431346e
- Add a new option
token-factory-address
todao token new
(#555) @0xGabi
🐛 Bug Fixes
🛠️ Maintenance (non-API changes)
v5.10.0
What’s changed in aragonCLI
🚀 New features
- New flag
--apm.ipfs.gateway
used to read APM artifacts from.
Defaults tohttp://localhost:8080/ipfs
, but some defaults environment now point tohttps://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
tov5.0.0-rc.9
, see aragon/aragon.js#325 (#519)
🛠️ Maintenance & internal changes
v5.9.6
v5.9.5
v5.9.4
What’s changed in aragonCLI
💡 Feature updates
- Update
dao install
to always show the proxy address (#478) @fabriziovigevani
🐛 Bug Fixes
v5.9.3
v5.9.2
v5.9.1
What’s changed in aragonCLI
🐛 Bug Fixes
- Re-published because
lerna
screwed up the lock file when publishing (async-eventemitter
) makingv5.9.0
uninstallable.
v5.9.0
What’s changed in aragonCLI
💡 Feature updates
aragon apm versions
now accepts a[apmRepo]
parameter to inspect packages, other than the one inarapp.json
(#458)- the APM timeout has been increased to 5 minutes and made configurable in the
package.json
of the CLI (you can tweak it by building from source) (#481)