Skip to content

Releases: aragon/aragon-cli

v5.8.0

18 May 19:11
Compare
Choose a tag to compare

aragon-cli: Update Aragon GUI version (#471)

v5.7.0

27 Apr 15:22
8c5258f
Compare
Choose a tag to compare

Features

  • Add --verbose option to aragon devchain that shows the ganache 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

25 Mar 16:21
Compare
Choose a tag to compare

Fixes:

  • aragon-cli: Update Aragon GUI version (#418)

v5.6.0

25 Mar 15:09
Compare
Choose a tag to compare

Features:

  • aragon-cli: Renamed kits to templates (#414 by @0xGabi )
  • aragon-cli: Add aragon ipfs view & aragon ipfs propagate (#406 by @0x6431346e )
  • aragon-cli: Upgrade installed Aragon client version (#410 by @sohkai )

Breaking changes

  • create-aragon-app: Deprecate react-kit which has been merged with react (#414 by @0xGabi )

Non-API (internal) changes

  • Add source-maps (#403 by @0x6431346e )

v5.5.0

12 Mar 13:25
Compare
Choose a tag to compare

Features:

Non-API (internal) changes:

v5.4.0

27 Feb 17:23
Compare
Choose a tag to compare
pin v5.4.0

v5.4.0-beta.1

22 Feb 18:42
Compare
Choose a tag to compare
v5.4.0-beta.1 Pre-release
Pre-release

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 edit arapp.json for you (#371 by @0xGabi )
  • Upgrade @aragon/wrapper to the latest version: 3.0.0-beta.4 (#359 by @0x6431346e and @0xGabi )

Fixes:

  • Fix gasLimit issue with dao commands (#361 and #366 by @0x6431346e )
  • Remove path and roles from being mandatory in arapp.json schema (#351 by @sohkai )

v5.3.2

18 Jan 16:00
Compare
Choose a tag to compare

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

18 Jan 03:20
Compare
Choose a tag to compare

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

17 Jan 15:13
Compare
Choose a tag to compare

Contributors

Thank you @0x6431346e , @Quazia, @bingen , @drexpp, @sohkai and @galactusss for your excellent contributions!

Changes since v5.2.2

  • Support Building Custom DAOs (#299 )

    • Print permissionless apps (#340 )
    • New command: dao token change-controller (#339 )
    • Change dao exec to use wsRPC (#338 )
    • Add global environments. Now you can do dao outside an Aragon project (#336 )
    • New command: dao token new (#335 )
    • Use tx pathing for setPermissions (#334 )
  • Handle arapp.json parse errors (#330 )

  • Create a new ganache db for each version (#329 )

  • Deprecate aragon init for npx 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)