Skip to content

Releases: leon-ai/leon-cli

v1.2.0

13 Jul 18:24
6303f9e
Compare
Choose a tag to compare

1.2.0 (2022-07-13)

Features

  • add --interactive option to leon create birth (6c408c3)

    Removes --yes option.
    By default Leon, will not ask for your permission to install Pyenv, Python, and Pipenv if it's not already installed.
    With --interactive mode, it will ask you the permissions to install the requirements.

Bug Fixes

  • install Python with Pyenv, if Pyenv is already installed (e34ff24)

    If you have already Pyenv installed but not with the right Python version, it will no longer throw an error and instead install the Python version needed for Leon.

  • strictly enforce Python v3.9.10 (not >=) (9a967c2)

v1.1.4

08 Jul 18:19
4772052
Compare
Choose a tag to compare

1.1.4 (2022-07-08)

Bug Fixes

  • check separately Python and Pipenv versions (c292af6)
  • installation Pyenv (Python and Pipenv) on Windows (#188) (4772052)

v1.1.3

27 Jun 13:24
21824ad
Compare
Choose a tag to compare

1.1.3 (2022-06-27)

Bug Fixes

  • usage of Python v3.9.10 (0f19254)

v1.1.2

23 Apr 17:27
1a8339e
Compare
Choose a tag to compare

1.1.2 (2022-04-23)

Bug Fixes

  • force and overwrite when installing packages with brew (#185) (1a8339e)
  • high severity vulnerability: update dependencies to latest (a2a12c6)

v1.1.1

22 Mar 20:16
2ca9a7b
Compare
Choose a tag to compare

1.1.1 (2022-03-22)

Bug Fixes

  • project name could not be inferred (in config) (2ca9a7b)

v1.1.0

22 Mar 20:00
99126fe
Compare
Choose a tag to compare

1.1.0 (2022-03-22)

Features

Bug Fixes

  • commands: print warnings when using leon check (7ae8515)
  • rename leon kill to leon delete (68cf570)
  • warn the user that Leon may not work properly if the requirements are not installed (99126fe)

v1.0.2

07 Feb 10:06
9da431c
Compare
Choose a tag to compare

1.0.2 (2022-02-07)

Bug Fixes

  • removal of config/logs folders when reinstalling CLI (#173) (9da431c)

Note

Keep in mind that if you upgrade to this new version, you should remove the .leon folder where you gave birth Leon, and give him birth again by doing leon create birth.

By doing npm install --global @leon-ai/cli, it removes completely the config.json, this release fixes this, by storing it outside the source code of the CLI so this should not be an issue in future versions.

Thanks for your understanding.

v1.0.1

29 Jan 12:35
566f33e
Compare
Choose a tag to compare

Initial release.