Skip to content

Releases: skygragon/leetcode-cli

2.2.1

23 Dec 12:12
Compare
Choose a tag to compare
  • 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.
  • submission
    • enhance recursive folder creation.

2.2.0

20 Dec 13:47
Compare
Choose a tag to compare
  • 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!)
  • show
    • print suppoerted language list.
  • add Release Notes page.
  • remove several legacy hacks.

2.1.1

19 Dec 02:16
Compare
Choose a tag to compare
  • add show -e to open editor.
  • simplify show command parameters.
  • bugfixes of color output.

2.1.0

16 Dec 15:50
Compare
Choose a tag to compare
  • fixes "unknown language" error.
  • add kotlin language.
  • adjust cache command.
  • update library dependencies.

2.0.3

29 Oct 01:07
Compare
Choose a tag to compare
  • simplify plugin installation.
    • e.g. leetcode plugin -i company
  • auto create directory in submission.
  • enhance level display in list.
  • fix "submit too soon" error in submit.
  • fix beat ratio bug in submit.
  • fix sort bug in list.

2.0.2

11 Aug 02:12
Compare
Choose a tag to compare

2.0.1

30 Jul 04:21
Compare
Choose a tag to compare

2.0.0

27 Jul 02:05
Compare
Choose a tag to compare

1.0.0

19 Jul 12:48
Compare
Choose a tag to compare
  • Support database/shell problems beyond algorithms.
  • Support more programming languages.
  • Add cache command.
  • Enhance list/show/stat for algorithms/database/shell.
  • Enhance submit to display beat ratio.
  • Fixes interactive mode on windows.
  • Other bugs fixes.

0.10.1

09 Jun 21:55
Compare
Choose a tag to compare
  • Fixes missing description issue.
  • Hide user's sensitive info in trace log.