Skip to content

version 0.3.0#4

Merged
blnkoff merged 1 commit intomainfrom
dev
Jul 4, 2024
Merged

version 0.3.0#4
blnkoff merged 1 commit intomainfrom
dev

Conversation

@blnkoff
Copy link
Copy Markdown
Collaborator

@blnkoff blnkoff commented Jul 4, 2024

  • Commands croco import and croco export. They import and export configuration(cache) to/from the current project interacted by cli. Configuration includes all data set by user, such as custom accounts, wallets etc.
  • croco --version option. echos the version.

Changed:

  • Cache(configuration) now is not shared across all projects. You need to use croco import and croco export _ Many situations encountered exceptions now have pretty style in terminal. For instance: trying to use poetry-related command without poetry installed etc.
  • make for now don`t require configured wallet

Fixing bugs:

  • When deleting the current wallet from change menu, new wallet was not changed to the current.
  • If .cache folder was not exist in MacOS, then it was not possible to use CLI
  • After croco init <package/project> croco-cli was removed from dependencies
  • Year in LICENSE file was not current

- Commands `croco import` and `croco export`. They import and export configuration(cache) to/from the current project interacted by cli. Configuration includes all data set by user, such as custom accounts, wallets etc.
- `croco --version` option. echos the version.

**Changed**:
- Cache(configuration) now is not shared across all projects. You need to use `croco import` and `croco export`
_ Many situations encountered exceptions now have pretty style in terminal. For instance: trying to use poetry-related command without `poetry` installed etc.
- `make` for now don`t require configured wallet

**Fixing bugs**:
- When deleting the current wallet from `change` menu, new wallet was not changed to the current.
- If .cache folder was not exist in MacOS, then it was not possible to use CLI
- After `croco init <package/project>` croco-cli was removed from dependencies
- Year in LICENSE file was not current
@blnkoff blnkoff merged commit db41ea8 into main Jul 4, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant