Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
43 changes: 43 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,48 @@
# Changelog

## [1.3.0](https://github.com/Squads-Protocol/squads-cli/compare/v1.2.5...v1.3.0) (2025-02-26)


### Features

* **ledger:** Add ledger support ([feb7ff1](https://github.com/Squads-Protocol/squads-cli/commit/feb7ff1cb6f00d16c6aedc0a06722d85f5045f8a))
* **nftWithdraw:** Permit mass withdraw for nfts ([2e7a205](https://github.com/Squads-Protocol/squads-cli/commit/2e7a205c8f570103882424a5dc08379bdcb73a1e))
* **programs:** Add support to get program out from Squad ([a872a5d](https://github.com/Squads-Protocol/squads-cli/commit/a872a5d0bae5523602b7207f5cb071c91b3af773))
* **tx:** Add `--computeUnitPrice` flag ([6311a09](https://github.com/Squads-Protocol/squads-cli/commit/6311a09f7d3a835ed37fbf4900df3480b3f9eb2e))
* **tx:** Add missing actions ([2bca8fa](https://github.com/Squads-Protocol/squads-cli/commit/2bca8fa11b44572aa685b46841f06a2d86bc77f7))
* **validator:** Add validator withdraw auth function ([abaa713](https://github.com/Squads-Protocol/squads-cli/commit/abaa71369264dc017caf673ff391c5a089178da6))


### Bug Fixes

* **bin:** added bin path ([dec2347](https://github.com/Squads-Protocol/squads-cli/commit/dec23474b4b962c16cd15dad260898c7d51bb819))
* **bump:** bumped version ([b0f4a89](https://github.com/Squads-Protocol/squads-cli/commit/b0f4a89cd116f97ab46b40b125adb29b40711ebf))
* **deps:** Install missing dev deps ([9267eb8](https://github.com/Squads-Protocol/squads-cli/commit/9267eb8d6c27b13ce9edea66a8fcd9a6a9aa2202))
* **gitignore:** hide bin ([e189d13](https://github.com/Squads-Protocol/squads-cli/commit/e189d13f3d487c1db7504641e1c702c2c7093aaa))
* **gitignore:** update ([e08c119](https://github.com/Squads-Protocol/squads-cli/commit/e08c119d5f973279cd27c8049ec40ed51e3d90ef))
* **gitignore:** updated for bin ([09cd646](https://github.com/Squads-Protocol/squads-cli/commit/09cd6467a360c4762e01e39e73fe9371a9d8e441))
* **logging:** removed tx state log ([e107fa4](https://github.com/Squads-Protocol/squads-cli/commit/e107fa4af580c16fbb55fff6dd5a23f819bb7a85))
* **logs:** added json log ([4b4957b](https://github.com/Squads-Protocol/squads-cli/commit/4b4957ba7132f114cd3b2c831bd814bbc537d477))
* **logs:** added output log functionality ([8e06508](https://github.com/Squads-Protocol/squads-cli/commit/8e0650815f61b8fd2b77a37e78dd28f4378d79ca))
* **logs:** output is for mint addresses ([ffebfc4](https://github.com/Squads-Protocol/squads-cli/commit/ffebfc4b9d308d334f46002c4aa2395910954aa5))
* **nft-transfer:** WIP for batch outgoing transfers ([b359f4a](https://github.com/Squads-Protocol/squads-cli/commit/b359f4a650defb0fbf65e66100e0b725c4c596b5))
* **nft-transfer:** WIP for batch outgoing transfers ([450971e](https://github.com/Squads-Protocol/squads-cli/commit/450971e4c1b3639137c93f094c17ccf1b5893c37))
* **nft-transfer:** WIP for batch outgoing transfers ([dbff1c4](https://github.com/Squads-Protocol/squads-cli/commit/dbff1c426aa81505b7b5ba364c440cf6497495a4))
* **nft-update-authority:** wip of batch updating nft update authorities ([54fa8f6](https://github.com/Squads-Protocol/squads-cli/commit/54fa8f6b2953203faa51642b7ef13043ac4e4980))
* **nft-validate:** added tool to check metadata accounts and their authorities ([3cb83a1](https://github.com/Squads-Protocol/squads-cli/commit/3cb83a1d2b856f488dec4ac43d0da4670f561f40))
* **nftWithdraw:** Fix amount send for metadata ([3524ea9](https://github.com/Squads-Protocol/squads-cli/commit/3524ea924381cc9c9fd9bca1ec6f5564437fc555))
* **path:** output log path ([4971e78](https://github.com/Squads-Protocol/squads-cli/commit/4971e7834b1b137ec5a1df0bd3abd23985fb002e))
* **refactor:** updated sdk dependency ([d026be7](https://github.com/Squads-Protocol/squads-cli/commit/d026be7a6527a07ebc8f7bdb94cc65a72c6f0e8d))
* **sequential-execution:** updated execution flow ([51983e8](https://github.com/Squads-Protocol/squads-cli/commit/51983e88041ca9d2f258e11eb0366cd6835deb08))
* **token:** fixed token instruction ([a62343a](https://github.com/Squads-Protocol/squads-cli/commit/a62343a162d80dab067646b21a138fe17545740c))
* **ts-update:** migrate to ts ([d445766](https://github.com/Squads-Protocol/squads-cli/commit/d44576648245908b1bc6d2986399dc1eaab3db34))
* **tx-list:** refresh ms before fetch ([93c3187](https://github.com/Squads-Protocol/squads-cli/commit/93c31878ca4bea733b137f929ad2e0fe4cb48df9))
* **txmeta-programid:** added to constants ([2e0e88a](https://github.com/Squads-Protocol/squads-cli/commit/2e0e88acbe02845b989ffa9247d02da75d8d1e25))
* **txmeta:** added txmetaprogram id to yargs ([4cfe4db](https://github.com/Squads-Protocol/squads-cli/commit/4cfe4dbfa4107746323a587e9380d073b97da401))
* **updates:** added more types ([3365d53](https://github.com/Squads-Protocol/squads-cli/commit/3365d530d0185a4cc5dcd15d08adb4989086da11))
* **version:** bump ([c1aed54](https://github.com/Squads-Protocol/squads-cli/commit/c1aed54c89b8c73342e656eccdb650db14a067e8))
* **WIP:** added balance and cwd logs ([edb88c6](https://github.com/Squads-Protocol/squads-cli/commit/edb88c62d52e4e5ed856c312c15194257d3d3178))

## [1.2.5](https://github.com/Squads-Protocol/squads-cli/compare/v1.2.4...v1.2.5) (2022-12-13)


Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@sqds/cli",
"version": "2.3.19",
"version": "1.3.0",
"description": "",
"main": "bin/index.js",
"scripts": {
Expand Down