Skip to content

Releases: aragon/aragon-cli

v7.0.0

06 Jan 21:12
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

Version 7 is mostly about refactoring and tidying up our code, so that we can introduce big changes in 2020. These changes are aimed to massively improve the developer experience of the entire aragonSDK.

The most significant refactor extracts business logic from Yargs commands into a new @aragon/toolkit package. This allows developers to use the aragonCLI programmatically. The @aragon/cli package is now merely a front end for the toolkit, and other front ends can be developed on top of the toolkit.

A big effort was also made to enforce TDD (test driven development), significantly increasing test coverage, and paving the way for the big changes in our road map.

Please read more about this release in our official aragonCLI v7 Release blog post.

๐Ÿ’ฅ Breaking changes

  • Add @aragon/toolkit package

๐Ÿ› Bug fixes

  • Fix acl commands used with a dao id (#1076) @macor161
  • Fix envrionments adding configure apm function (#1100) @0xGabi
  • Fixes a bug where start command wouldnt open in browser (#1089) @ajsantander
  • Patch to prevent long running commands to call onFinishCommand hook (#1032) @dapplion
  • Fix getBinary (#1042) @0x6431346e

v6.4.0

14 Nov 20:10
6bb64a3
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿš€ New Feature

  • Support ACL permissions with parameters (#807) @macor161
  • Add interactive list of templates on create-aragon-app to choose from (#832) @dapplion

๐Ÿ› Bug fixes

๐Ÿ’ก Feature updates

๐Ÿ› ๏ธ Maintenance (non-API changes)

v6.3.3

28 Sep 21:42
c04e90b
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿš€ New Feature

๐Ÿ› Bug fixes

๐Ÿ’ก Feature updates

v6.3.2

24 Sep 03:16
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿ› Bug fixes

๐Ÿ’ก Feature updates

  • Iterate aragon run: add --client-repo optional argument (#792) @chadoh ๐ŸŽ‰

๐Ÿ› ๏ธ Maintenance (non-API changes)

v6.3.1

16 Sep 20:15
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿ› Bug Fixes

  • Backward compatibility fix for the old deploy event name and the publish folder (#778) @macor161

v6.3.0

13 Sep 20:29
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿ’ก Feature updates

  • Update client to 0.8 ๐Ÿ›ฃ (#765) @0xGabi
  • Include templates-args new option (#768) @0xGabi
  • Use a pre build of the client instead of building it every time ๐Ÿš€(#764) @0xGabi
  • Use new aragen snapshot (#772) @0xGabi

๐Ÿ› Bug Fixes

๐Ÿ› ๏ธ Maintenance (non-API changes)

v6.2.6

04 Sep 20:13
e0e486d
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿ’ก Feature updates

  • Fix dao new command for new templates (#669) @0xGabi
  • Fix output for aragon run & fix http publish flag (#752) @0xGabi

๐Ÿ› Bug Fixes

๐Ÿ› ๏ธ Maintenance (non-API changes)

v6.2.5

18 Aug 11:41
0a0b82e
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿš€ New Feature

๐Ÿ› Bug Fixes

๐Ÿ› ๏ธ Maintenance (non-API changes)

v6.2.4

08 Aug 23:27
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿ’ก Feature updates

๐Ÿ› Bug Fixes

๐Ÿ› ๏ธ Maintenance (non-API changes)

v6.2.3

07 Aug 20:23
Compare
Choose a tag to compare

Whatโ€™s changed in aragonCLI

๐Ÿš€ New features

  • Iterate dao act: add --eth-value optional argument (#492) @0xGabi

๐Ÿ’ก Feature updates

  • Check for existing transactionPath in execHandler (#385) @mikec ๐ŸŽ‰
  • CLI: avoid coercing number arguments from strings to JS numbers (#687) @sohkai ๐ŸŽ‰

๐Ÿ› Bug Fixes

  • Handle IPFS not being installed (#696) @0x6431346e

๐Ÿ› ๏ธ Maintenance (non-API changes)