Releases: dfinity/quill
Releases · dfinity/quill
v0.5.1
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-proposal
setting some fields to null.
0.4.3
- Updated dependencies.
v0.4.2
- Added
--subaccount
toquill public-ids
. (#201) - Added Ledger support via
--ledger
. (#199) - Added
--confirmation-text
toquill sns pay
. (#195) - Fixed
quill ckbtc update-balance
allowing the anonymous principal. (#191) - Added
disburse
,disburse-maturity
,split-neuron
, andfollow-neuron
toquill 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
v0.4.0
v0.3.3
What's Changed
- Remove ecparams jplevyak by @jplevyak in #152
- feat: Add ckBTC commands by @adamspofford-dfinity in #153
- feat: Migrate SNS commands by @adamspofford-dfinity in #154
- feat: support the new sns sale payment flow for the ticketing system by @lwshang in #156
Full Changelog: v0.3.2...v0.3.3
v3.0.2-beta.7
chore: make openssl/vendored default in Cargo.toml
v0.3.2-beta.6
chore: use openssl/vendored