Skip to content

Releases: dfinity/quill

v0.5.4

11 Aug 17:04
5131366

Choose a tag to compare

Release 0.5.4 (#267)

v0.5.3

06 Jan 19:23
a15050f

Choose a tag to compare

  • Added quill neuron-manage --refresh-followers.

v0.5.2

05 Dec 21:34
e49af48

Choose a tag to compare

Release 0.5.2

v0.5.1

31 Oct 15:47
172bad7

Choose a tag to compare

  • Added quill neuron-manage --set-visibility.

v0.5.0

10 Jul 16:39
4996a08

Choose a tag to compare

  • Overhauled PEM auth. PEM files are now password-protected by default, and must be used instead of seed files. Passwords can be provided interactively or with --password-file. Keys can be generated unencrypted with quill generate --storage-mode plaintext, and encrypted keys can be converted to plaintext with quill decrypt-pem.
  • Overhauled output format. All commands should have human-readable output instead of candid IDL. Candid IDL format can be forced with --raw.
  • Added support for setting the install mode for UpgradeSnsControlledCanister proposals.
  • Removed support for claiming GTC neurons via Ledger devices.

v0.4.4

21 Mar 17:50
0e9df58

Choose a tag to compare

  • Fixed quill sns make-proposal setting some fields to null.

0.4.3

29 Jan 19:01
fefa514

Choose a tag to compare

  • Updated dependencies.

v0.4.2

21 Jun 16:38
7945032

Choose a tag to compare

  • Added --subaccount to quill public-ids. (#201)
  • Added Ledger support via --ledger. (#199)
  • Added --confirmation-text to quill sns pay. (#195)
  • Fixed quill ckbtc update-balance allowing the anonymous principal. (#191)
  • Added disburse, disburse-maturity, split-neuron, and follow-neuron to quill sns. (#191)
  • Added option to print DFN address for Genesis investors. (#185)
  • Updated to new ICRC-1 account ID format. (#190)

v0.4.1

23 Mar 20:24
8b4f909

Choose a tag to compare

What's Changed

Full changelog: v0.4.0...v0.4.1

v0.4.0

14 Feb 16:41

Choose a tag to compare

What's Changed

  • fix: require --ticket-creation-time in sns pay by @lwshang in #159
  • make --proposal-path load binary encoding of the proposal candid record by @mraszyk in #160

Full Changelog: v0.3.3...v0.4.0