Releases: CrocoFactory/croco-cli
v0.3.1
v0.3.0
Added:
- Commands
croco importandcroco 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 --versionoption. echos the version.
Changed:
- Cache(configuration) now is not shared across all projects. You need to use
croco importandcroco export
_ Many situations encountered exceptions now have pretty style in terminal. For instance: trying to use poetry-related command withoutpoetryinstalled etc. makefor now don`t require configured wallet
Fixing bugs:
- When deleting the current wallet from
changemenu, 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
What's Changed
Full Changelog: v0.2.1...v0.3.0
v0.2.1
v0.2.0
The release of 0.2.0 version. Fixing issue there are many options to show them instantly. Now available on UNIX systems and Windows. Previous version was only available on UNIX. There some changes related to colors in terminal
What's Changed
Full Changelog: v0.1.0...v0.2.0
v0.1.0
v0.1.0-beta.2
Add command reset, removing user data from database. Adding caching of database across croco-cli installations in different environments. Adding possibility to delete wallets from database using command set wallet and backspace.
v0.1.0-alpha.2
Adding command install, installing Croco Factory packages
Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2
v0.1.0-alpha.1
First version 0.1.0-alpha.1 of CLI. There is function initializing a package.
Full Changelog: https://github.com/blnkoff/croco-cli/commits/v0.1.0-alpha.1