Releases: aragon/aragon-cli
Releases · aragon/aragon-cli
v5.8.0
v5.7.0
Features
- Add
--verbose
option toaragon devchain
that shows theganache
output - Upgrade the default Aragon GUI version to
0.7
(Bella) - Add transaction pathing to
aragon apm publish
- Add new
aragon start
command to start the Aragon GUI - Add new
aragon apm extract-functions
command to extract function information from a Solidity file - Add the
agent
repository in the devchain's snapshot - Add the
open.aragonpm.eth
registry in the devchain's snapshot
Fixes
- Fix the function extractor not expanding shorthand types (e.g.:
uint
->uint256
) - Fix the function extractor when using the word function in the comments
- Update the docs for
ipfs
commands
See the commits & compare the code changes
Many thanks to @izqui, @sohkai and @0xGabi for their contributions to this release!!
Special thanks to @0x6431346e for adding GitHub Actions to the repo and several documentation improvements.
v5.6.1
v5.6.0
Features:
aragon-cli
: Renamedkits
totemplates
(#414 by @0xGabi )aragon-cli
: Addaragon ipfs view
&aragon ipfs propagate
(#406 by @0x6431346e )aragon-cli
: Upgrade installed Aragon client version (#410 by @sohkai )
Breaking changes
Non-API (internal) changes
- Add source-maps (#403 by @0x6431346e )
v5.5.0
Features:
aragon-cli
: Apm info & apm packages commands (#253 by @ewingrj )aragon-cli
: Big update to aragonCLI documentation and guides (#364 by @0xGabi )
check them out here: https://hack.aragon.org/docs/cli-introcreate-aragon-app
: New tutorial template (#389 by @0xGabi )
Non-API (internal) changes:
v5.4.0
v5.4.0-beta.1
Features:
dao act
- new command for executing actions using Agent app instances in a DAO (#356 by @izqui )- Add a new default environment for
rinkeby
:aragon:staging
(#368 by @izqui ) - Improve
aragon init
/npx create-aragon-app
to editarapp.json
for you (#371 by @0xGabi ) - Upgrade
@aragon/wrapper
to the latest version:3.0.0-beta.4
(#359 by @0x6431346e and @0xGabi )
Fixes:
v5.3.2
Features:
- Now featuring Windows compatibility (🎉🔲💨); the aragon/aragon client version was updated to be just slightly ahead of 0.6.2, to include windows-compatible scripts
v5.3.1
Features:
- Updated the aragon/aragon client version to 0.6.2
- Improved the error message when trying to install an app without any roles set in its
arapp.json
file
v5.3.0
Contributors
Thank you @0x6431346e , @Quazia, @bingen , @drexpp, @sohkai and @galactusss for your excellent contributions!
Changes since v5.2.2
-
Support Building Custom DAOs (#299 )
-
Handle arapp.json parse errors (#330 )
-
Create a new ganache db for each version (#329 )
-
Deprecate
aragon init
fornpx create-aragon-app
(#323 ) -
Add filter for files passed as parameter to not be ignored (#313 )
-
Adds ipfs-check to aragon new dao (#305 )
-
Fix bug in aragon dao acl (#304)