Releases: near/near-cli-rs
Releases · near/near-cli-rs
0.7.7 - 2024-01-19
Release Notes
Added
- Updated dialog for entering arguments to a function (as-read-only) (#285)
Other
- Updated binary releases pipeline to use cargo-dist v0.7.2 (previously v0.3.0) (#289)
- Avoid unnecessary "interactive_clap::FromCli" implementations (#288)
Install near-cli-rs 0.7.7
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.7/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.7/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.7
0.7.6 - 2023-12-21
Release Notes
Other
- Removed excessive step during transaction status view to improve UX (#280)
- Updated reconstruct-transaction command (#281)
Install near-cli-rs 0.7.6
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.6/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.6/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.6
0.7.5 - 2023-12-19
Release Notes
Added
- Improved self-update UX with more details (#274)
Fixed
- Display NEAR token amounts precisely (#278)
Other
- Updated the guide around the usage of system keychain on Linux, Windows, and macOS (#277)
- Added explicit installation instructions to README.md
Install near-cli-rs 0.7.5
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.5/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.5/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.5
0.7.4 - 2023-12-06
Release Notes
Added
- Removed the need for an additional network selection step if there is only one network connection in the config file (#272)
- Added the ability to interactively select access keys to remove from the list of public keys (#269)
Other
- Cleaned up duplicative CI checks and renamed 'master' to 'main' default branch
- Automate publishing near-cli-rs to npmjs for
npx near-cli-rs
to use the latest released binary release by default (#273)
Install near-cli-rs 0.7.4
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.4/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.4/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.4
0.7.3 - 2023-12-02
Release Notes
Added
- Added support for blind signing with Ledger [requires updated Ledger app that is not yet published] (#259)
- New command to reconstruct NEAR CLI command from a historical transaction (#266)
Other
- Addressed all default cargo clippy warnings (#263)
Install near-cli-rs 0.7.3
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.3/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.3/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.3
0.7.2 - 2023-11-21
Release Notes
Added
- Show hash-to-sign when using the sign_later transaction signature option (#261)
Install near-cli-rs 0.7.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.2/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.2/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.2
0.7.1 - 2023-11-17
Release Notes
Added
- add
--offline
for sign-with-ledger
option (#260)
- Updated legacy command compatibility for near-cli (JS) for dev-deploy, validators, and staking commands (#256)
Install near-cli-rs 0.7.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.1/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.1/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.1
0.7.0 - 2023-10-31
Release Notes
Added
- New command: staking - delegation (#227)
Other
- Refactored NEAR tokens usages to use a strictly typed near-token crate (#253)
Install near-cli-rs 0.7.0
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.7.0/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.7.0/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.7.0
0.6.2 - 2023-10-17
Release Notes
Added
- Exposed some of the functions to use "manage-profile" in bos-cli-rs (#249)
- Exposed subcommands related to "deploy" to reuse in cargo-near (#247)
Install near-cli-rs 0.6.2
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.6.2/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.6.2/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.6.2
0.6.1 - 2023-10-09
Release Notes
Added
- Added a new command to manage BOS profile in SocialDB (#231)
- Provide a relevant faucet error message when helper API server returns an error (#243)
Other
- Exposed sponsor_by_faucet_service module to re-use in "cargo-near" (#246)
Install near-cli-rs 0.6.1
Install prebuilt binaries via shell script
curl --proto '=https' --tlsv1.2 -LsSf https://github.com/near/near-cli-rs/releases/download/v0.6.1/near-cli-rs-installer.sh | sh
Install prebuilt binaries via powershell script
irm https://github.com/near/near-cli-rs/releases/download/v0.6.1/near-cli-rs-installer.ps1 | iex
Install prebuilt binaries into your npm project
Download near-cli-rs 0.6.1