Releases: dfinity/quill
Releases · dfinity/quill
v0.5.4
v0.5.3
- Added
quill neuron-manage --refresh-followers.
v0.5.2
Release 0.5.2
v0.5.1
- Added
quill neuron-manage --set-visibility.
v0.5.0
- 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
- Fixed
quill sns make-proposalsetting some fields to null.
0.4.3
- Updated dependencies.
v0.4.2
- Added
--subaccounttoquill public-ids. (#201) - Added Ledger support via
--ledger. (#199) - Added
--confirmation-texttoquill sns pay. (#195) - Fixed
quill ckbtc update-balanceallowing the anonymous principal. (#191) - Added
disburse,disburse-maturity,split-neuron, andfollow-neurontoquill sns. (#191) - Added option to print DFN address for Genesis investors. (#185)
- Updated to new ICRC-1 account ID format. (#190)
v0.4.1
What's Changed
- Fixed quill generate requiring authentication by @adamspofford-dfinity in #181
- Require an additional --already-transferred flag for the single-message form of quill neuron-stake by @adamspofford-dfinity in #173
- Added --disburse-amount and --disburse-to to quill neuron-manage by @adamspofford-dfinity in #171
- Accepts bare principals and ICRC-1 account IDs in quill account-balance and quill transfer by @adamspofford-dfinity in #168
- Allowed omitting the account ID in quill account-balance by @adamspofford-dfinity in #167
- Added --from-subaccount to quill transfer and quill neuron-stake by @adamspofford-dfinity in #166
- Added --summary-path to quill sns make-upgrade-canister-proposal by @mraszyk in #164
Full changelog: v0.4.0...v0.4.1