Skip to content

Releases: skygragon/leetcode-cli

0.10.0

06 Jun 05:07
Compare
Choose a tag to compare
  • Fixes star to work with latest leetcode update.
  • Fixes display issues on windows.
  • Update submission to support language param.
  • Enhance/refactor auto login.
  • Enhance debug/trace log.

0.9.0

05 May 11:32
Compare
Choose a tag to compare

0.8.0

24 Apr 14:56
Compare
Choose a tag to compare
  • fix 'Failed to load problem' issue for recent leetcode.com's update.
  • tuning description format.
  • minor bug fixes.

0.7.0

30 Dec 10:55
Compare
Choose a tag to compare
  • fix session expire issue due to latest update of leetcode.com.
  • show locked problem for payed user.
  • rename 'lc' to 'leetcode'

0.6.0

15 Oct 03:49
Compare
Choose a tag to compare
  • add star command to mark favorite problem.
  • enhance show/submission to add problem details in the source file.
  • enhance show to avoid overwrite source file by mistake.
  • fix hanging in test/submit.
  • enhance submit output.

0.5.0

08 Oct 10:25
Compare
Choose a tag to compare
  • add submission command to download earlier submissions.
  • add testcase example in show command.
  • handle non-testable problem in test command.

0.4.0

15 Sep 01:26
Compare
Choose a tag to compare

Improvements

  • auto login if session expired.
  • add UT for most important parts.
  • several bug fixes on display.

0.3.0

04 Sep 03:23
Compare
Choose a tag to compare

Updated to support recent change on leetcode.com

0.2.0

25 Aug 12:04
Compare
Choose a tag to compare

Improvements

  • list -q
  • user -s
  • version
  • colorful output
  • add personal config: ~/.lcconfig
  • show locked state

Bug fixes

  • show error type when test failed

0.1.1

23 Aug 13:01
Compare
Choose a tag to compare

Basic functions ready.

Improvements

  • lc list
  • lc show
  • lc submit
  • lc test
  • lc user