Releases: skygragon/leetcode-cli
Releases · skygragon/leetcode-cli
0.10.0
- 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.8.0
- fix 'Failed to load problem' issue for recent leetcode.com's update.
- tuning description format.
- minor bug fixes.
0.7.0
- fix session expire issue due to latest update of leetcode.com.
- show locked problem for payed user.
- rename 'lc' to 'leetcode'
0.6.0
- 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
- add
submission
command to download earlier submissions.
- add testcase example in
show
command.
- handle non-testable problem in
test
command.
0.4.0
Improvements
- auto login if session expired.
- add UT for most important parts.
- several bug fixes on display.
0.3.0
Updated to support recent change on leetcode.com
0.2.0
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
Basic functions ready.
Improvements
lc list
lc show
lc submit
lc test
lc user