Skip to content

Releases: CrocoFactory/croco-cli

v0.3.1

12 Jul 14:52
29557e9

Choose a tag to compare

Fixing bugs:

  • When initializing a private package (not open source), README.md contained badges related to PyPi.

v0.3.0

04 Jul 19:14
db41ea8

Choose a tag to compare

Added:

  • 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

What's Changed

Full Changelog: v0.2.1...v0.3.0

v0.2.1

05 Jun 17:19
8989c4e

Choose a tag to compare

Fixing commands install and change on Windows

What's Changed

  • Fixing commands install and change on Windows by @blnkoff in #3

Full Changelog: v0.2.0...v0.2.1

v0.2.0

05 Jun 16:36
ac6ba1b

Choose a tag to compare

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

19 May 09:26
4cd1306

Choose a tag to compare

First viable version of the package

v0.1.0-beta.2

07 Feb 22:34

Choose a tag to compare

v0.1.0-beta.2 Pre-release
Pre-release

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

03 Feb 03:53

Choose a tag to compare

v0.1.0-alpha.2 Pre-release
Pre-release

Adding command install, installing Croco Factory packages

Full Changelog: v0.1.0-alpha.1...v0.1.0-alpha.2

v0.1.0-alpha.1

02 Feb 15:03

Choose a tag to compare

v0.1.0-alpha.1 Pre-release
Pre-release

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