Releases: skygragon/leetcode-cli
Releases · skygragon/leetcode-cli
2.2.1
- add commands aliases.
- enhance documents about install error on Ubuntu.
config
- fix wrong parsing on non-string value.
plugin
- fix bug when installing new npm modules.
show
- use traditional
.py
for python3 filename.
- use traditional
submission
- enhance recursive folder creation.
2.2.0
config
- add new
config
command to manage user configs. - try to save user from manually editing config file (~/.lcconfig).
- start to use new json config format. (NOTE: not compatible with old format!)
- add new
show
- print suppoerted language list.
- add Release Notes page.
- remove several legacy hacks.
2.1.1
2.1.0
2.0.3
2.0.2
- compatible with following 3rd party plugins:
2.0.1
- enhance
plugin
to support enable/disable plugins. - fix error if file not exist in
test
/submit
. - compatible with following 3rd party plugins:
2.0.0
- support plugins: https://github.com/skygragon/leetcode-cli-plugins
- enhance
show
to select random problem. - fix
submit
error.